DBA Data[Home] [Help]

APPS.PQH_COMMITMENT_POSTING dependencies on HR_PSF_SHD

Line 1451: p_unit_of_measure => hr_psf_shd.SYSTEM_AVAILABILITY_STATUS(p_unit_of_measure_id),

1447: p_grade_id => p_grade_id,
1448: p_element_type_id => NULL,
1449: p_start_date => l_period_start_date,
1450: p_end_date => l_period_end_date,
1451: p_unit_of_measure => hr_psf_shd.SYSTEM_AVAILABILITY_STATUS(p_unit_of_measure_id),
1452: p_commt_value => l_commt_value,
1453: p_actual_value => l_commitment,
1454: p_business_group_id => l_business_group_id,
1455: p_effective_date => l_effective_dt );

Line 1586: p_unit_of_measure => hr_psf_shd.SYSTEM_AVAILABILITY_STATUS(p_unit_of_measure_id),

1582: p_grade_id => p_grade_id,
1583: p_element_type_id => l_element_type_id,
1584: p_start_date => l_period_start_date,
1585: p_end_date => l_period_end_date,
1586: p_unit_of_measure => hr_psf_shd.SYSTEM_AVAILABILITY_STATUS(p_unit_of_measure_id),
1587: p_commt_value => l_commt_value,
1588: p_actual_value => l_commitment,
1589: p_business_group_id => l_business_group_id,
1590: p_effective_date => l_effective_dt);