DBA Data[Home] [Help]

APPS.HR_PSF_BUS dependencies on PER_PQH_SHR

Line 6449: if (per_pqh_shr.position_control_enabled

6445: --
6446: --
6447: -- Call to validate Position Control Business Rules
6448: --
6449: if (per_pqh_shr.position_control_enabled
6450: ( p_organization_id => p_rec.organization_id
6451: , p_effective_date => p_effective_date
6452: ) = 'Y') then
6453: --

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

6457: end if;
6458: --
6459: end if;
6460: --
6461: per_pqh_shr.hr_psf_bus('INSERT_VALIDATE',p_rec
6462: ,p_effective_date
6463: ,p_validation_start_date
6464: ,p_validation_end_date
6465: ,p_datetrack_mode);

Line 7220: if (per_pqh_shr.position_control_enabled

7216: --
7217: --
7218: -- Call to validate Position Control Business Rules
7219: --
7220: if (per_pqh_shr.position_control_enabled
7221: ( p_organization_id => p_rec.organization_id
7222: , p_effective_date => p_effective_date
7223: ) = 'Y') then
7224: --

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

7228: end if;
7229: --
7230: end if;
7231: --
7232: per_pqh_shr.hr_psf_bus('UPDATE_VALIDATE',p_rec
7233: ,p_effective_date
7234: ,p_validation_start_date
7235: ,p_validation_end_date
7236: ,p_datetrack_mode);