DBA Data[Home] [Help]

APPS.OKC_DELIVERABLE_WF_PVT dependencies on WF_EVENT

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

1428: --End of Comments
1429: -------------------------------------------------------------------------------
1430:
1431: function send_notification_bus_event (p_subscription_guid in raw,
1432: p_event in out nocopy WF_EVENT_T) return varchar2 is
1433:
1434:
1435:
1436: l_deliverable_id NUMBER;

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

1499:
1500: p_event.getEventName( ),
1501: p_subscription_guid);
1502:
1503: WF_EVENT.setErrorInfo(p_event, 'ERROR');
1504:
1505: return 'ERROR';
1506:
1507: end send_notification_bus_event;