DBA Data[Home] [Help]

APPS.PER_PPB_BUS dependencies on PER_ALL_ASSIGNMENTS_F

Line 779: FROM per_all_assignments_f

775: l_exists varchar2(1);
776: --
777: cursor csr_assignment is
778: select 'x'
779: FROM per_all_assignments_f
780: WHERE pay_basis_id = p_pay_basis_id;
781: --
782: cursor csr_positions is
783: 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: --

Line 899: from PER_ALL_ASSIGNMENTS_F paa

895: --
896: --
897: cursor csr_sal_pay_in_asg is
898: select 'Y'
899: from PER_ALL_ASSIGNMENTS_F paa
900: where paa.pay_basis_id = p_rec.pay_basis_id;
901: --
902: begin
903: --