DBA Data[Home] [Help]

APPS.OKC_DELIVERABLE_WF_PVT dependencies on WF_CORE

Line 1202: WF_CORE.CONTEXT ('OKCDELWF', 'set_notif_id', itemtype, itemkey,actid,funcmode);

1198: end if;
1199:
1200: exception
1201: when others then
1202: WF_CORE.CONTEXT ('OKCDELWF', 'set_notif_id', itemtype, itemkey,actid,funcmode);
1203: resultout := 'ERROR';
1204: raise;
1205:
1206:

Line 1269: WF_CORE.CONTEXT ('OKCDELWF', 'set_ext_notif_id', itemtype, itemkey,actid,funcmode);

1265: end if;
1266:
1267: exception
1268: when others then
1269: WF_CORE.CONTEXT ('OKCDELWF', 'set_ext_notif_id', itemtype, itemkey,actid,funcmode);
1270: resultout := 'ERROR';
1271: raise;
1272:
1273: end set_ext_notif_id;

Line 1412: WF_CORE.CONTEXT ('OKCDELWF', 'update_status', itemtype, itemkey,actid,funcmode);

1408: end if;
1409:
1410: exception
1411: when others then
1412: WF_CORE.CONTEXT ('OKCDELWF', 'update_status', itemtype, itemkey,actid,funcmode);
1413: resultout := 'ERROR';
1414: raise;
1415:
1416: end update_status;

Line 1498: WF_CORE.CONTEXT('OKC_DELIVERABLE_WF_PVT', 'send_notification_bus_event',

1494: exception
1495:
1496: when others then
1497:
1498: WF_CORE.CONTEXT('OKC_DELIVERABLE_WF_PVT', 'send_notification_bus_event',
1499:
1500: p_event.getEventName( ),
1501: p_subscription_guid);
1502: