DBA Data[Home] [Help]

APPS.POS_WF_PO_COMMON_APIS dependencies on WF_CORE

Line 112: wf_core.context('POS_WF_PO_ACKNOWLEDGE','Get_PO_Details_URL',x_progress);

108: --dbms_output.put_line('After Get Po Details ' || document || document_type);
109:
110: exception
111: WHEN OTHERS THEN
112: wf_core.context('POS_WF_PO_ACKNOWLEDGE','Get_PO_Details_URL',x_progress);
113: raise;
114: end;
115:
116: --

Line 161: wf_core.context('POS_WF_PO_COMMON_APIS','Get_Supplier_username',x_progress);

157: --dbms_output.put_line (' result in Get Supplier Username ' || x_supplier_username);
158:
159: EXCEPTION
160: WHEN OTHERS THEN
161: wf_core.context('POS_WF_PO_COMMON_APIS','Get_Supplier_username',x_progress);
162: raise;
163: end;
164:
165: --

Line 207: wf_core.context('POS_WF_PO_COMMON_APIS','Get_Buyer_username',x_progress);

203: end if;
204:
205: EXCEPTION
206: WHEN OTHERS THEN
207: wf_core.context('POS_WF_PO_COMMON_APIS','Get_Buyer_username',x_progress);
208: raise;
209: end;
210:
211: --

Line 234: wf_core.context('POS_WF_PO_COMMON_APIS','get_default_inventory_org',x_progress);

230: avalue => x_def_inv_org);
231:
232: EXCEPTION
233: WHEN OTHERS THEN
234: wf_core.context('POS_WF_PO_COMMON_APIS','get_default_inventory_org',x_progress);
235: raise;
236: end;
237:
238: --

Line 274: wf_core.context('POS_WF_PO_COMMON_APIS','set_attributes',x_progress);

270: avalue => x_buyer_id);
271:
272: EXCEPTION
273: WHEN OTHERS THEN
274: wf_core.context('POS_WF_PO_COMMON_APIS','set_attributes',x_progress);
275: raise;
276: end;
277:
278:

Line 359: wf_core.context('POS_WF_PO_COMMON_APIS','get_supplier',x_progress);

355: get_supplier_username ( itemtype,itemkey, actid, funcmode , result );
356:
357: EXCEPTION
358: WHEN OTHERS THEN
359: wf_core.context('POS_WF_PO_COMMON_APIS','get_supplier',x_progress);
360: raise;
361: end;
362:
363: --