DBA Data[Home] [Help]

APPS.FLM_EKB_BUSINESS_EVENT_PKG dependencies on WF_EVENT_T

Line 341: p_event in out NOCOPY WF_EVENT_T) return varchar2 is

337:
338: /*For testing supscription and sending notificaiton internally. Need to remove it later*/
339:
340: function test_business_event (p_subscription_guid in raw,
341: p_event in out NOCOPY WF_EVENT_T) return varchar2 is
342: PRAGMA AUTONOMOUS_TRANSACTION;
343: l_return_status VARCHAR2(10);
344: l_msg_count NUMBER;
345: l_msg_data VARCHAR2(1000);