DBA Data[Home] [Help]

APPS.PER_ASSIGNMENTS_F2_PKG dependencies on HR_ALL_POSITIONS

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

764: --
765: l_dummy number;
766: l_eot date := to_date('31124712', 'DDMMYYYY');
767: --
768: -- Changed 01-Oct-99 SCNair (per_all_positions to hr_all_positions) date track requirement
769: --
770: cursor consistent_org is
771: select 1
772: from hr_all_positions p

Line 772: from hr_all_positions p

768: -- Changed 01-Oct-99 SCNair (per_all_positions to hr_all_positions) date track requirement
769: --
770: cursor consistent_org is
771: select 1
772: from hr_all_positions p
773: where p.position_id = P_POS_ID
774: and p.organization_id = P_ORG_ID;
775: --
776: cursor first_assgt is