DBA Data[Home] [Help]

APPS.GHR_MASS_AWARDS_PKG dependencies on GHR_SF52_API

Line 891: ghr_sf52_api.create_sf52

887: END IF;
888:
889: --END OF Bug 3376761 .
890:
891: ghr_sf52_api.create_sf52
892: ( p_noa_family_code => l_pa_request_rec.noa_family_code,
893: -- p_routing_group_id => l_pa_request_rec.routing_group_id,
894: -- This would be updated after creation.
895: p_proposed_effective_asap_flag => l_pa_request_rec.proposed_effective_asap_flag,

Line 1312: ghr_sf52_api.update_sf52

1308:
1309: begin
1310: l_log_text := 'Error while Updating the PA Request Rec. ';
1311: g_log_text := 'Error while Updating the PA Request Rec. ';
1312: ghr_sf52_api.update_sf52
1313: (
1314: p_pa_request_id => l_pa_request_id,
1315: -- p_pa_notification_id => l_pa_request_rec.pa_notification_id,
1316: p_noa_family_code => l_pa_request_rec.noa_family_code,

Line 2391: ghr_sf52_api.update_sf52

2387: ------
2388:
2389: ----Update Sf52 for Personnel Action
2390: begin
2391: ghr_sf52_api.update_sf52
2392: (
2393: p_pa_request_id => l_pa_request_rec.pa_request_id,
2394: p_par_object_version_number => l_pa_request_rec.object_version_number,
2395: ----Bug 2348413