DBA Data[Home] [Help]

APPS.GHR_WGI_PKG dependencies on GHR_SF52_API

Line 1114: ghr_sf52_api.create_sf52 (

1110: CLOSE get_sal_chg_fam;
1111: --
1112: -- Create the WGI SF52
1113: --
1114: ghr_sf52_api.create_sf52 (
1115: p_noa_family_code => l_noa_family_code,
1116: p_person_id => l_person_id,
1117: p_effective_date => l_effective_date,
1118: p_first_noa_code => l_first_noa_code,

Line 1632: ghr_sf52_api.update_sf52 (

1628: p_log_date => SYSDATE
1629: );
1630: END IF;
1631:
1632: ghr_sf52_api.update_sf52 (
1633: p_validate => l_validate,
1634: p_pa_request_id => l_pa_request_id,
1635: p_noa_family_code => l_noa_family_code,
1636: p_routing_group_id => l_routing_group_id,