DBA Data[Home] [Help]

APPS.PER_PPB_BUS dependencies on HR_ALL_POSITIONS_F

Line 784: FROM hr_all_positions_f

780: WHERE pay_basis_id = p_pay_basis_id;
781: --
782: cursor csr_positions is
783: select 'x'
784: FROM hr_all_positions_f
785: WHERE pay_basis_id = p_pay_basis_id;
786:
787: cursor csr_elements is
788: select 'x'

Line 800: -- Check there are no values in per_all_assignments_f,hr_all_positions_f

796: Begin
797: --
798: hr_utility.set_location('Entering:'||l_proc, 5);
799: --
800: -- Check there are no values in per_all_assignments_f,hr_all_positions_f
801: -- pay_elements_links_f
802: --
803: Open csr_assignment;
804: --