DBA Data[Home] [Help]

APPS.PQH_GSP_UTILITY dependencies on PQH_GSP_STAGE_TO_HR

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

3558: -- Check for Plan Type and Life Event
3559: if g_debug then
3560: hr_utility.set_location('Check Plan Type and Life Event', 85);
3561: end if;
3562: pqh_gsp_stage_to_hr.setup_check( p_copy_entity_txn_id => p_copy_entity_txn_id,
3563: p_effective_date => p_effective_date,
3564: p_business_group_id => p_business_group_id,
3565: p_status => l_pt_le_status,
3566: p_prog_le_created_flag => p_prog_le_created_flag,

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

4362: hr_utility.set_location('p_business_group_id :'||p_business_group_id ,40);
4363: hr_utility.set_location('p_datetrack_mode :'||p_datetrack_mode,50);
4364: end if;
4365:
4366: pqh_gsp_stage_to_hr.gsp_data_push(p_copy_entity_txn_id => p_copy_entity_txn_id,
4367: p_effective_date => p_effective_date,
4368: p_business_group_id => p_business_group_id,
4369: p_business_area => p_business_area,
4370: p_datetrack_mode => p_datetrack_mode);