DBA Data[Home] [Help]

APPS.HR_PSF_BUS dependencies on PER_PQH_SHR

Line 6332: if (per_pqh_shr.position_control_enabled

6328: --
6329: --
6330: -- Call to validate Position Control Business Rules
6331: --
6332: if (per_pqh_shr.position_control_enabled
6333: ( p_organization_id => p_rec.organization_id
6334: , p_effective_date => p_effective_date
6335: ) = 'Y') then
6336: --

Line 6344: per_pqh_shr.hr_psf_bus('INSERT_VALIDATE',p_rec

6340: end if;
6341: --
6342: end if;
6343: --
6344: per_pqh_shr.hr_psf_bus('INSERT_VALIDATE',p_rec
6345: ,p_effective_date
6346: ,p_validation_start_date
6347: ,p_validation_end_date
6348: ,p_datetrack_mode);

Line 7103: if (per_pqh_shr.position_control_enabled

7099: --
7100: --
7101: -- Call to validate Position Control Business Rules
7102: --
7103: if (per_pqh_shr.position_control_enabled
7104: ( p_organization_id => p_rec.organization_id
7105: , p_effective_date => p_effective_date
7106: ) = 'Y') then
7107: --

Line 7115: per_pqh_shr.hr_psf_bus('UPDATE_VALIDATE',p_rec

7111: end if;
7112: --
7113: end if;
7114: --
7115: per_pqh_shr.hr_psf_bus('UPDATE_VALIDATE',p_rec
7116: ,p_effective_date
7117: ,p_validation_start_date
7118: ,p_validation_end_date
7119: ,p_datetrack_mode);