DBA Data[Home] [Help]

APPS.GHR_WGI_PKG dependencies on GHR_SF52_API

Line 1112: ghr_sf52_api.create_sf52 (

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

Line 1630: ghr_sf52_api.update_sf52 (

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