DBA Data[Home] [Help]

APPS.POS_COMMON_APIS dependencies on WF_CORE

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

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

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

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

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

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

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

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

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

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

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

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