Page 1 of 1
Create PO automatically
Posted: Mon Oct 26, 2009 7:50 pm
by Nivant
We have requirement to create PO automatically upon the requisiton approval. I have checked the create PO workflow - that looks fine to me but we are still not able to create PO's automatically. We do not want to set up ASL and use Quoations.
Posted: Wed Oct 28, 2009 1:54 am
by admin
Hi,
As your apps version is not provided so guessing it is 11i. Can you please check the following query,
SELECT RTRIM(w.name) name, w.text_default Value,
RTRIM(w.item_type) item_type, 'Is Automatic Creation Allowed?' Attribute FROM wf_item_attributes w
WHERE w.NAME = 'AUTOCREATE_DOC'
also check the status of Workflow Background Process.
Thanks
Posted: Wed Nov 25, 2009 9:00 am
by amol_pach
Hi
Use workflow: poxwfatc.wft
select following options to Y (YES) to modify the workflow.
Autoctreate_Doc
Auto_Approve_Doc
Cont_wf_For_AC_REL_GEN
i hope it will do.