DBA Data[Home] [Help]

APPS.HR_API_WF_EVENTS dependencies on WF_EVENT_T

Line 207: add_body_line(' l_message:=wf_event.test(l_event_name);');

203: add_body_line(' -- check the status of the business event');
204: add_body_line(' l_event_name:='''||get_event_name(p_package_name=>l_package_name
205: ,p_procedure=>l_proc_name)||''';');
206: -- add the logic to call the business event
207: add_body_line(' l_message:=wf_event.test(l_event_name);');
208: add_body_line(' --');
209: add_body_line(' if (l_message=''MESSAGE'') then');
210: add_body_line(' hr_utility.set_location(l_proc,20);');
211: add_body_line(' --');

Line 522: p_event in out nocopy wf_event_t)

518: end loop;
519: end add_events_for_api;
520: --
521: function default_rule(p_subscription_guid in RAW,
522: p_event in out nocopy wf_event_t)
523: return varchar2
524: is
525: begin
526: select per_wf_events_s.nextval into p_event.Correlation_ID from dual;