DBA Data[Home] [Help]

APPS.XDP_OM_UTIL dependencies on WF_CORE

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

50: resultout := 'NOTIFIED';
51:
52: EXCEPTION
53: WHEN e_subscribe_for_event THEN
54: wf_core.context('XDPCORE_OM', 'SUBSCRIBE_SRV_FULFILLMENT_DONE', itemtype, itemkey,to_char(actid), x_progress);
55: RAISE;
56: WHEN others THEN
57: x_progress := sqlcode|| ' - '||sqlerrm ;
58: wf_core.context('XDP_OM_UTIL','SUBSCRIBE_SRV_FULFILLMENT_DONE',itemtype,itemkey,actid,x_progress) ;

Line 58: wf_core.context('XDP_OM_UTIL','SUBSCRIBE_SRV_FULFILLMENT_DONE',itemtype,itemkey,actid,x_progress) ;

54: wf_core.context('XDPCORE_OM', 'SUBSCRIBE_SRV_FULFILLMENT_DONE', itemtype, itemkey,to_char(actid), x_progress);
55: RAISE;
56: WHEN others THEN
57: x_progress := sqlcode|| ' - '||sqlerrm ;
58: wf_core.context('XDP_OM_UTIL','SUBSCRIBE_SRV_FULFILLMENT_DONE',itemtype,itemkey,actid,x_progress) ;
59: RAISE;
60: END SUBSCRIBE_SRV_FULFILLMENT_DONE ;
61:
62:

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

105: resultout := 'NOTIFIED';
106:
107: EXCEPTION
108: WHEN e_subscribe_for_event THEN
109: wf_core.context('XDPCORE_OM', 'SUBSCRIBE_XDP_LINE_DONE', itemtype, itemkey,to_char(actid), x_progress);
110: RAISE;
111: WHEN others THEN
112: x_progress := sqlcode ||' - ' ||sqlerrm ;
113: wf_core.context('XDP_OM_UTIL','SUBSCRIBE_XDP_LINE_DONE',itemtype,itemkey,actid,x_progress ) ;

Line 113: wf_core.context('XDP_OM_UTIL','SUBSCRIBE_XDP_LINE_DONE',itemtype,itemkey,actid,x_progress ) ;

109: wf_core.context('XDPCORE_OM', 'SUBSCRIBE_XDP_LINE_DONE', itemtype, itemkey,to_char(actid), x_progress);
110: RAISE;
111: WHEN others THEN
112: x_progress := sqlcode ||' - ' ||sqlerrm ;
113: wf_core.context('XDP_OM_UTIL','SUBSCRIBE_XDP_LINE_DONE',itemtype,itemkey,actid,x_progress ) ;
114: RAISE;
115: END SUBSCRIBE_XDP_LINE_DONE ;
116:
117: -- **************** IS_ACTIVATION_REQD *********************

Line 146: wf_core.context('XDP_OM_UTIL','SUBSCRIBE_SERVICE_FULFILLMENT_DONE',null,null,null,x_progress ) ;

142:
143: EXCEPTION
144: WHEN others THEN
145: x_progress := sqlcode ||' - ' ||sqlerrm ;
146: wf_core.context('XDP_OM_UTIL','SUBSCRIBE_SERVICE_FULFILLMENT_DONE',null,null,null,x_progress ) ;
147: RAISE;
148:
149: END IS_ACTIVATION_REQD ;
150: