DBA Data[Home] [Help]

APPS.PER_PAY_PROPOSALS_POPULATE dependencies on HR_ALL_POSITIONS

Line 566: -- Changed 01-Oct-99 SCNair (per_all_positions ro hr_all_positions) Date tracked positions requirement

562: ,p_date DATE
563: ,p_hours_per_year OUT NOCOPY NUMBER)is
564:
565: --
566: -- Changed 01-Oct-99 SCNair (per_all_positions ro hr_all_positions) Date tracked positions requirement
567: --
568: --
569: -- Changed 30-OCT-06 ABHSHRIV Error Handling for cases when the org_information3/working_hours
570: -- are of invalid character type (BUG 5622048)

Line 580: from hr_all_positions pos

576: ,'M',12
577: ,'W',52
578: ,'D',365
579: ,1)
580: from hr_all_positions pos
581: , per_all_assignments_f asg
582: where asg.assignment_id =p_assignment_id
583: and p_date between asg.effective_start_date
584: and asg.effective_end_date