DBA Data[Home] [Help]

APPS.PER_PQH_SHR dependencies on WF_UTIL

Line 898: wf_util.call_me_later(p_callback => 'per_pqh_shr.mysynch_routine',

894: wf_event.addparametertolist(p_name => 'EXPIRATION_DATE',
895: p_value => l_assg_end_date_canonical,
896: p_parameterlist => l_plist);
897: hr_utility.set_location(l_proc,96);
898: wf_util.call_me_later(p_callback => 'per_pqh_shr.mysynch_routine',
899: p_when => trunc(l_assg_start_date),
900: p_parameters => l_plist);
901:
902: end if;

Line 1005: wf_util.call_me_later(p_callback => 'per_pqh_shr.mysynch_routine',

1001: wf_event.addparametertolist(p_name => 'EXPIRATION_DATE',
1002: p_value => l_assg_end_date_canonical,
1003: p_parameterlist => l_plist);
1004: hr_utility.set_location(l_proc,96);
1005: wf_util.call_me_later(p_callback => 'per_pqh_shr.mysynch_routine',
1006: p_when => trunc(l_assg_start_date),
1007: p_parameters => l_plist);
1008:
1009: end if;