DBA Data[Home] [Help]

APPS.OKC_DELIVERABLE_WF_PVT dependencies on WF_EVENT

Line 1291: p_event in out nocopy WF_EVENT_T) return varchar2 is

1287: --End of Comments
1288: -------------------------------------------------------------------------------
1289:
1290: function send_notification_bus_event (p_subscription_guid in raw,
1291: p_event in out nocopy WF_EVENT_T) return varchar2 is
1292:
1293:
1294:
1295: l_deliverable_id NUMBER;

Line 1362: WF_EVENT.setErrorInfo(p_event, 'ERROR');

1358:
1359: p_event.getEventName( ),
1360: p_subscription_guid);
1361:
1362: WF_EVENT.setErrorInfo(p_event, 'ERROR');
1363:
1364: return 'ERROR';
1365:
1366: end send_notification_bus_event;