DBA Data[Home] [Help]

APPS.XDPCORE_OM dependencies on WF_CORE

Line 81: wf_core.context('XDPCORE_OM', 'CREATE_FULFILLMENT_ORDER', itemtype, itemkey, to_char(actid), funcmode);

77: END IF;
78:
79: EXCEPTION
80: WHEN OTHERS THEN
81: wf_core.context('XDPCORE_OM', 'CREATE_FULFILLMENT_ORDER', itemtype, itemkey, to_char(actid), funcmode);
82: raise;
83:
84: END CREATE_FULFILLMENT_ORDER ;
85:

Line 113: wf_core.context('XDPCORE_OM', 'WAIT_FOR_FULFILLMENT', itemtype, itemkey, to_char(actid), funcmode);

109: END IF;
110:
111: EXCEPTION
112: WHEN OTHERS THEN
113: wf_core.context('XDPCORE_OM', 'WAIT_FOR_FULFILLMENT', itemtype, itemkey, to_char(actid), funcmode);
114: raise;
115:
116: END WAIT_FOR_FULFILLMENT ;
117:

Line 147: wf_core.context('XDPCORE_OM', 'IS_PROVISIONING_REQD', itemtype, itemkey, to_char(actid), funcmode);

143: END IF;
144:
145: EXCEPTION
146: WHEN OTHERS THEN
147: wf_core.context('XDPCORE_OM', 'IS_PROVISIONING_REQD', itemtype, itemkey, to_char(actid), funcmode);
148: raise;
149:
150: END IS_FULFILLMENT_COMPLETED ;
151:

Line 179: wf_core.context('XDPCORE_OM', 'PROVISION_LINE', itemtype, itemkey, to_char(actid), funcmode);

175: END IF;
176:
177: EXCEPTION
178: WHEN OTHERS THEN
179: wf_core.context('XDPCORE_OM', 'PROVISION_LINE', itemtype, itemkey, to_char(actid), funcmode);
180: raise;
181:
182: END PROVISION_LINE ;
183:

Line 211: wf_core.context('XDPCORE_OM', 'LINE_FULFILLMENT_DONE', itemtype, itemkey, to_char(actid), funcmode);

207: END IF;
208:
209: EXCEPTION
210: WHEN OTHERS THEN
211: wf_core.context('XDPCORE_OM', 'LINE_FULFILLMENT_DONE', itemtype, itemkey, to_char(actid), funcmode);
212: raise;
213:
214: END LINE_FULFILLMENT_DONE ;
215:

Line 249: wf_core.context('XDPCORE_OM', 'UPDATE_TXN_DETAILS', itemtype, itemkey, to_char(actid), funcmode);

245:
246:
247: EXCEPTION
248: WHEN OTHERS THEN
249: wf_core.context('XDPCORE_OM', 'UPDATE_TXN_DETAILS', itemtype, itemkey, to_char(actid), funcmode);
250: raise;
251:
252: END UPDATE_TXN_DETAILS;
253:

Line 311: wf_core.context('XDPCORE_OM', 'UPDATE_OM_LINE_STATUS', itemtype, itemkey, to_char(actid), x_progress);

307:
308:
309: EXCEPTION
310: WHEN e_exception THEN
311: wf_core.context('XDPCORE_OM', 'UPDATE_OM_LINE_STATUS', itemtype, itemkey, to_char(actid), x_progress);
312: raise;
313: WHEN OTHERS THEN
314: x_progress := SQLCODE||' - ' ||SQLERRM ;
315: wf_core.context('XDPCORE_OM', 'UPDATE_OM_LINE_STATUS', itemtype, itemkey, to_char(actid), x_progress);

Line 315: wf_core.context('XDPCORE_OM', 'UPDATE_OM_LINE_STATUS', itemtype, itemkey, to_char(actid), x_progress);

311: wf_core.context('XDPCORE_OM', 'UPDATE_OM_LINE_STATUS', itemtype, itemkey, to_char(actid), x_progress);
312: raise;
313: WHEN OTHERS THEN
314: x_progress := SQLCODE||' - ' ||SQLERRM ;
315: wf_core.context('XDPCORE_OM', 'UPDATE_OM_LINE_STATUS', itemtype, itemkey, to_char(actid), x_progress);
316: raise;
317:
318: END UPDATE_OM_LINE_STATUS ;
319:

Line 388: wf_core.context('XDPCORE_OM','START_FULFILLMENT_PROCESS',l_item_type, l_item_key,null,x_progress);

384:
385: EXCEPTION
386: WHEN others THEN
387: x_progress := SQLCODE||' - ' ||SQLERRM ;
388: wf_core.context('XDPCORE_OM','START_FULFILLMENT_PROCESS',l_item_type, l_item_key,null,x_progress);
389: rollback to start_fulfillment ;
390: RAISE;
391: END START_FULFILLMENT_PROCESS ;
392:

Line 552: wf_core.context('XDPCORE_OM', 'CreateFulfillmentOrder',itemtype,itemkey,actid,x_progress);

548: END IF ;
549:
550: EXCEPTION
551: WHEN e_exception THEN
552: wf_core.context('XDPCORE_OM', 'CreateFulfillmentOrder',itemtype,itemkey,actid,x_progress);
553: raise ;
554: WHEN OTHERS THEN
555: wf_core.context('XDPCORE_OM', 'CreateFulfillmentOrder', itemtype, itemkey,null,null);
556: raise;

Line 555: wf_core.context('XDPCORE_OM', 'CreateFulfillmentOrder', itemtype, itemkey,null,null);

551: WHEN e_exception THEN
552: wf_core.context('XDPCORE_OM', 'CreateFulfillmentOrder',itemtype,itemkey,actid,x_progress);
553: raise ;
554: WHEN OTHERS THEN
555: wf_core.context('XDPCORE_OM', 'CreateFulfillmentOrder', itemtype, itemkey,null,null);
556: raise;
557: END CreateFulfillmentOrder ;
558:
559: -- **************** GetHeaderDetails *********************

Line 807: wf_core.context('XDPCORE_OM', 'WaitForFulfillment',itemtype,itemkey,actid,x_progress);

803: END IF ;
804:
805: EXCEPTION
806: WHEN e_exception THEN
807: wf_core.context('XDPCORE_OM', 'WaitForFulfillment',itemtype,itemkey,actid,x_progress);
808: raise ;
809: WHEN others THEN
810: x_progress := sqlcode ||' - ' ||sqlerrm ;
811: wf_core.context('XDPCORE_OM', 'WaitForFulfillment',itemtype,itemkey,actid,x_progress );

Line 811: wf_core.context('XDPCORE_OM', 'WaitForFulfillment',itemtype,itemkey,actid,x_progress );

807: wf_core.context('XDPCORE_OM', 'WaitForFulfillment',itemtype,itemkey,actid,x_progress);
808: raise ;
809: WHEN others THEN
810: x_progress := sqlcode ||' - ' ||sqlerrm ;
811: wf_core.context('XDPCORE_OM', 'WaitForFulfillment',itemtype,itemkey,actid,x_progress );
812: raise ;
813: END WaitForFulfillment ;
814:
815: -- **************** PublishXDPFulfillDone *********************

Line 845: wf_core.context('XDPCORE_OM', 'PublishXDPFulfillDone', itemtype, itemkey, null, x_Progress);

841: END IF ;
842:
843: EXCEPTION
844: WHEN e_publish_exception THEN
845: wf_core.context('XDPCORE_OM', 'PublishXDPFulfillDone', itemtype, itemkey, null, x_Progress);
846: raise;
847: WHEN OTHERS THEN
848: x_progress := sqlcode|| ' - '||sqlerrm ;
849: wf_core.context('XDPCORE_OM', 'PublishXDPFulfillDone', itemtype, itemkey,null,x_progress);

Line 849: wf_core.context('XDPCORE_OM', 'PublishXDPFulfillDone', itemtype, itemkey,null,x_progress);

845: wf_core.context('XDPCORE_OM', 'PublishXDPFulfillDone', itemtype, itemkey, null, x_Progress);
846: raise;
847: WHEN OTHERS THEN
848: x_progress := sqlcode|| ' - '||sqlerrm ;
849: wf_core.context('XDPCORE_OM', 'PublishXDPFulfillDone', itemtype, itemkey,null,x_progress);
850: raise;
851: END PublishXDPFulfillDone;
852:
853:

Line 908: wf_core.context('XDPCORE_OM', 'ProvisionLine',itemtype,itemkey,actid,x_progress);

904:
905: EXCEPTION
906: WHEN others THEN
907: x_progress := sqlcode|| ' - '||sqlerrm ;
908: wf_core.context('XDPCORE_OM', 'ProvisionLine',itemtype,itemkey,actid,x_progress);
909: raise;
910: END ProvisionLine ;
911:
912:

Line 991: wf_core.context('XDPCORE_OM', 'IsFulfillmentCompleted',itemtype,itemkey,actid,x_progress);

987:
988: EXCEPTION
989: WHEN others THEN
990: x_progress := sqlcode || ' - '||sqlerrm ;
991: wf_core.context('XDPCORE_OM', 'IsFulfillmentCompleted',itemtype,itemkey,actid,x_progress);
992: raise;
993:
994: END IsFulfillmentCompleted ;
995:

Line 1132: wf_core.context('XDPCORE_OM', 'UpdateTxnDetails',itemtype,itemkey,actid,x_progress);

1128: END IF;
1129:
1130: EXCEPTION
1131: WHEN e_exception THEN
1132: wf_core.context('XDPCORE_OM', 'UpdateTxnDetails',itemtype,itemkey,actid,x_progress);
1133: raise ;
1134: WHEN others THEN
1135: x_progress := sqlcode || ' - '||sqlerrm ;
1136: wf_core.context('XDPCORE_OM', 'UpdateTxnDetails',itemtype,itemkey,actid,x_progress);

Line 1136: wf_core.context('XDPCORE_OM', 'UpdateTxnDetails',itemtype,itemkey,actid,x_progress);

1132: wf_core.context('XDPCORE_OM', 'UpdateTxnDetails',itemtype,itemkey,actid,x_progress);
1133: raise ;
1134: WHEN others THEN
1135: x_progress := sqlcode || ' - '||sqlerrm ;
1136: wf_core.context('XDPCORE_OM', 'UpdateTxnDetails',itemtype,itemkey,actid,x_progress);
1137: raise ;
1138: END UpdateTxnDetails ;
1139:
1140: -- **************** PublishXDPFulfillmentStart *********************

Line 1170: wf_core.context('XDPCORE_OM', 'PublishXDPFulfillStart', itemtype, itemkey, null, x_Progress);

1166: END IF ;
1167:
1168: EXCEPTION
1169: WHEN e_publish_exception THEN
1170: wf_core.context('XDPCORE_OM', 'PublishXDPFulfillStart', itemtype, itemkey, null, x_Progress);
1171: raise;
1172: WHEN OTHERS THEN
1173: x_progress := sqlcode || ' - '||sqlerrm ;
1174: wf_core.context('XDPCORE_OM', 'PublishXDPFulfillStart', itemtype, itemkey,null,x_progress);

Line 1174: wf_core.context('XDPCORE_OM', 'PublishXDPFulfillStart', itemtype, itemkey,null,x_progress);

1170: wf_core.context('XDPCORE_OM', 'PublishXDPFulfillStart', itemtype, itemkey, null, x_Progress);
1171: raise;
1172: WHEN OTHERS THEN
1173: x_progress := sqlcode || ' - '||sqlerrm ;
1174: wf_core.context('XDPCORE_OM', 'PublishXDPFulfillStart', itemtype, itemkey,null,x_progress);
1175: raise;
1176: END PublishXDPFulfillStart;
1177:
1178: