DBA Data[Home] [Help]

APPS.OKC_DELIVERABLE_WF_PVT dependencies on WF_CORE

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

1057: end if;
1058:
1059: exception
1060: when others then
1061: WF_CORE.CONTEXT ('OKCDELWF', 'set_notif_id', itemtype, itemkey,actid,funcmode);
1062: resultout := 'ERROR';
1063: raise;
1064:
1065:

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

1124: end if;
1125:
1126: exception
1127: when others then
1128: WF_CORE.CONTEXT ('OKCDELWF', 'set_ext_notif_id', itemtype, itemkey,actid,funcmode);
1129: resultout := 'ERROR';
1130: raise;
1131:
1132: end set_ext_notif_id;

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

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

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

1353: exception
1354:
1355: when others then
1356:
1357: WF_CORE.CONTEXT('OKC_DELIVERABLE_WF_PVT', 'send_notification_bus_event',
1358:
1359: p_event.getEventName( ),
1360: p_subscription_guid);
1361: