DBA Data[Home] [Help]

APPS.PQH_GSP_STAGE_TO_HR dependencies on PQH_GSP_HR_TO_STAGE

Line 947: l_oipl_id := pqh_gsp_hr_to_stage.get_oipl_for_step(p_step_id => p_step_id,

943: begin
944: hr_utility.set_location('step writeback start for step :'||p_step_id,10);
945: hr_utility.set_location('step cer:'||p_step_cer_id,10);
946: begin
947: l_oipl_id := pqh_gsp_hr_to_stage.get_oipl_for_step(p_step_id => p_step_id,
948: p_effective_date => p_effective_date);
949: exception
950: when others then
951: PQH_GSP_PROCESS_LOG.LOG_PROCESS_DTLS

Line 954: p_context => 'pqh_gsp_hr_to_stage.get_oipl_for_step',

950: when others then
951: PQH_GSP_PROCESS_LOG.LOG_PROCESS_DTLS
952: (P_MASTER_TXN_ID => p_copy_entity_txn_id,
953: P_TXN_ID => p_copy_entity_txn_id,
954: p_context => 'pqh_gsp_hr_to_stage.get_oipl_for_step',
955: P_MODULE_CD => 'PQH_GSP_STGBEN',
956: P_MESSAGE_TYPE_CD => 'E',
957: P_MESSAGE_TEXT => sqlerrm,
958: p_effective_date => p_effective_date);

Line 1268: pqh_gsp_hr_to_stage.create_payrate(p_copy_entity_txn_id => p_copy_entity_txn_id,

1264: End If;
1265: End If;
1266: if p_business_area = 'PQH_GSP_TASK_LIST' THEN
1267:
1268: pqh_gsp_hr_to_stage.create_payrate(p_copy_entity_txn_id => p_copy_entity_txn_id,
1269: p_effective_date => p_effective_date,
1270: p_business_group_id => p_business_group_id);
1271:
1272: END IF;

Line 1295: pqh_gsp_hr_to_stage.update_gsp_control_rec

1291: P_MODULE_CD => 'PQH_GSP_STGBEN',
1292: P_MESSAGE_TYPE_CD => 'E',
1293: P_MESSAGE_TEXT => l_message_text,
1294: p_effective_date => p_effective_date); */
1295: pqh_gsp_hr_to_stage.update_gsp_control_rec
1296: (p_copy_entity_txn_id => p_copy_entity_txn_id,
1297: p_effective_date => p_effective_date,
1298: p_business_area => p_business_area);
1299: hr_utility.set_location('leaving post_data_push',10);