DBA Data[Home] [Help]

APPS.GHR_MASS_CHANGES dependencies on GHR_PROCESS_SF52

Line 916: -- ghr_process_sf52.create_shadow_row

912: -- # Bug 51133
913: create_refreshed_sf52_shadow(
914: p_action => p_mass_action_type,
915: p_sf52_data => l_pa_request_rec);
916: -- ghr_process_sf52.create_shadow_row
917: -- (P_SF52_DATA => l_pa_request_rec
918: -- );
919: --dbms_output.put_line('after creating shadow row');
920:

Line 1175: ghr_process_sf52.create_shadow_row

1171: -- Bug#2708682 Set Tenure to Null
1172: l_sf52_data.tenure := null;
1173: End if;
1174:
1175: ghr_process_sf52.create_shadow_row
1176: (P_SF52_DATA => l_sf52_data);
1177:
1178: End create_refreshed_sf52_shadow;
1179: