DBA Data[Home] [Help]

APPS.PER_ASSIGNMENTS_V8_PKG dependencies on HR_POSITIONS_F

Line 512: -- Changed 02-Oct-99 SCNair (per_positions to hr_positions_f) Date tracked position requirement

508: --
509: -- Get tthe assignment whose effective_start_date is equal to the date
510: -- entered by the user.
511: --
512: -- Changed 02-Oct-99 SCNair (per_positions to hr_positions_f) Date tracked position requirement
513: --
514: cursor get_asg_of_start_date
515: IS
516: SELECT NVL(p_ORGANIZATION_NAME, PO.NAME) ORGANIZATION_NAME,

Line 572: HR_POSITIONS_F PP,

568: PAS.ASS_ATTRIBUTE30,
569: PAS.EFFECTIVE_START_DATE
570: FROM PER_ALL_PEOPLE_F PER,
571: PER_JOBS_V PJ,
572: HR_POSITIONS_F PP,
573: HR_LOCATIONS LOC,
574: PER_ORGANIZATION_UNITS_PERF PO,
575: PER_ASSIGNMENTS_F PAS
576: WHERE PJ.JOB_ID(+) = PAS.JOB_ID

Line 623: -- Changed 02-Oct-99 SCNair (per_positions to hr_positions_f) Date tracked position requirement

619: --
620: -- Get's the row which exists aroun the date entered
621: -- if none exists then get the first row
622: --
623: -- Changed 02-Oct-99 SCNair (per_positions to hr_positions_f) Date tracked position requirement
624: --
625: -- #2720080: added effective date parameter, and removed UNION statement.
626: --
627: cursor get_row_between(p_effective_date DATE)

Line 685: HR_POSITIONS_F PP,

681: PAS.ASS_ATTRIBUTE30,
682: PAS.EFFECTIVE_START_DATE
683: FROM PER_PEOPLE_F PER,
684: PER_JOBS_V PJ,
685: HR_POSITIONS_F PP,
686: HR_LOCATIONS LOC,
687: PER_ORGANIZATION_UNITS_PERF PO,
688: PER_ASSIGNMENTS_F PAS
689: WHERE