DBA Data[Home] [Help]

APPS.PAY_GB_EDI_ROLLBACK dependencies on PER_ASSIGNMENT_EXTRA_INFO

Line 34: from per_assignment_extra_info

30: l_ovn number;
31: cursor csr_ovn is
32: select object_version_number,
33: assignment_extra_info_id
34: from per_assignment_extra_info
35: where assignment_id = p_assig_id
36: and information_type = p_type;
37: BEGIN
38: hr_utility.set_location('Entering: '||l_proc,1);

Line 89: FROM per_assignment_extra_info pei

85: pei.aei_information3,
86: pei.aei_information4,
87: pei.aei_information5,
88: pei.aei_information6
89: FROM per_assignment_extra_info pei
90: WHERE pei.assignment_id = l_assignment_id
91: AND pei.information_type = 'GB_P46';
92: --For bug 7208046: End
93: