DBA Data[Home] [Help]

APPS.HR_API_WF_EVENTS dependencies on WF_EVENT_T

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

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

Line 524: p_event in out nocopy wf_event_t)

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