DBA Data[Home] [Help]

APPS.PER_ASSIGNMENTS_F2_PKG dependencies on HR_ALL_POSITIONS

Line 773: -- Changed 01-Oct-99 SCNair (per_all_positions to hr_all_positions) date track requirement

769: --
770: l_dummy number;
771: l_eot date := to_date('31124712', 'DDMMYYYY');
772: --
773: -- Changed 01-Oct-99 SCNair (per_all_positions to hr_all_positions) date track requirement
774: --
775: cursor consistent_org is
776: select 1
777: from hr_all_positions p

Line 777: from hr_all_positions p

773: -- Changed 01-Oct-99 SCNair (per_all_positions to hr_all_positions) date track requirement
774: --
775: cursor consistent_org is
776: select 1
777: from hr_all_positions p
778: where p.position_id = P_POS_ID
779: and p.organization_id = P_ORG_ID;
780: --
781: cursor first_assgt is