DBA Data[Home] [Help]

APPS.GHR_MASS_CHANGES dependencies on GHR_PROCESS_SF52

Line 1029: -- ghr_process_sf52.create_shadow_row

1025: -- # Bug 51133
1026: create_refreshed_sf52_shadow(
1027: p_action => p_mass_action_type,
1028: p_sf52_data => l_pa_request_rec);
1029: -- ghr_process_sf52.create_shadow_row
1030: -- (P_SF52_DATA => l_pa_request_rec
1031: -- );
1032: --dbms_output.put_line('after creating shadow row');
1033:

Line 1342: ghr_process_sf52.create_shadow_row

1338: -- Bug#2708682 Set Tenure to Null
1339: l_sf52_data.tenure := null;
1340: End if;
1341:
1342: ghr_process_sf52.create_shadow_row
1343: (P_SF52_DATA => l_sf52_data);
1344:
1345: End create_refreshed_sf52_shadow;
1346: