DBA Data[Home] [Help]

APPS.PQH_GSP_STAGE_TO_HR dependencies on PQH_GSP_HR_TO_STAGE

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

982: begin
983: hr_utility.set_location('step writeback start for step :'||p_step_id,10);
984: hr_utility.set_location('step cer:'||p_step_cer_id,10);
985: begin
986: l_oipl_id := pqh_gsp_hr_to_stage.get_oipl_for_step(p_step_id => p_step_id,
987: p_effective_date => p_effective_date);
988: exception
989: when others then
990: PQH_GSP_PROCESS_LOG.LOG_PROCESS_DTLS

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

989: when others then
990: PQH_GSP_PROCESS_LOG.LOG_PROCESS_DTLS
991: (P_MASTER_TXN_ID => p_copy_entity_txn_id,
992: P_TXN_ID => p_copy_entity_txn_id,
993: p_context => 'pqh_gsp_hr_to_stage.get_oipl_for_step',
994: P_MODULE_CD => 'PQH_GSP_STGBEN',
995: P_MESSAGE_TYPE_CD => 'E',
996: P_MESSAGE_TEXT => sqlerrm,
997: p_effective_date => p_effective_date);

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

1303: End If;
1304: End If;
1305: if p_business_area = 'PQH_GSP_TASK_LIST' THEN
1306:
1307: pqh_gsp_hr_to_stage.create_payrate(p_copy_entity_txn_id => p_copy_entity_txn_id,
1308: p_effective_date => p_effective_date,
1309: p_business_group_id => p_business_group_id);
1310:
1311: END IF;

Line 1334: pqh_gsp_hr_to_stage.update_gsp_control_rec

1330: P_MODULE_CD => 'PQH_GSP_STGBEN',
1331: P_MESSAGE_TYPE_CD => 'E',
1332: P_MESSAGE_TEXT => l_message_text,
1333: p_effective_date => p_effective_date); */
1334: pqh_gsp_hr_to_stage.update_gsp_control_rec
1335: (p_copy_entity_txn_id => p_copy_entity_txn_id,
1336: p_effective_date => p_effective_date,
1337: p_business_area => p_business_area);
1338: hr_utility.set_location('leaving post_data_push',10);