DBA Data[Home] [Help]

APPS.PQH_GSP_UTILITY dependencies on PQH_GSP_STAGE_TO_HR

Line 3681: pqh_gsp_stage_to_hr.setup_check( p_copy_entity_txn_id => p_copy_entity_txn_id,

3677: -- Check for Plan Type and Life Event
3678: if g_debug then
3679: hr_utility.set_location('Check Plan Type and Life Event', 85);
3680: end if;
3681: pqh_gsp_stage_to_hr.setup_check( p_copy_entity_txn_id => p_copy_entity_txn_id,
3682: p_effective_date => p_effective_date,
3683: p_business_group_id => p_business_group_id,
3684: p_status => l_pt_le_status,
3685: p_prog_le_created_flag => p_prog_le_created_flag,

Line 4485: pqh_gsp_stage_to_hr.gsp_data_push(p_copy_entity_txn_id => p_copy_entity_txn_id,

4481: hr_utility.set_location('p_business_group_id :'||p_business_group_id ,40);
4482: hr_utility.set_location('p_datetrack_mode :'||p_datetrack_mode,50);
4483: end if;
4484:
4485: pqh_gsp_stage_to_hr.gsp_data_push(p_copy_entity_txn_id => p_copy_entity_txn_id,
4486: p_effective_date => p_effective_date,
4487: p_business_group_id => p_business_group_id,
4488: p_business_area => p_business_area,
4489: p_datetrack_mode => p_datetrack_mode);