DBA Data[Home] [Help]

APPS.UMX_REGISTRATION_UTIL dependencies on WF_EVENTS

Line 1470: l_notification_event wf_events.name%type;

1466: l_event wf_event_t;
1467: l_parameter_list wf_parameter_list_t;
1468: l_event_key number;
1469: l_notification_context varchar2 (25);
1470: l_notification_event wf_events.name%type;
1471: BEGIN
1472:
1473: if (command = 'RUN') then
1474: l_notification_context := wf_engine.getitemattrtext (itemtype => item_type,

Line 1938: l_custom_event wf_events.name%type;

1934: activity_id in number,
1935: command in varchar2,
1936: resultout out NOCOPY varchar2) is
1937:
1938: l_custom_event wf_events.name%type;
1939: l_custom_event_context WF_ACTIVITY_ATTRIBUTES.text_default%TYPE;
1940: l_parameter_list wf_parameter_list_t;
1941: l_event wf_event_t;
1942: l_event_key number;