DBA Data[Home] [Help]

APPS.PAY_GB_EDI_ROLLBACK dependencies on PER_ASSIGNMENT_EXTRA_INFO

Line 49: from per_assignment_extra_info

45: l_ovn number;
46: cursor csr_ovn is
47: select object_version_number,
48: assignment_extra_info_id
49: from per_assignment_extra_info
50: where assignment_id = p_assig_id
51: and information_type = p_type;
52: BEGIN
53: hr_utility.set_location('Entering: '||l_proc,1);

Line 104: FROM per_assignment_extra_info pei

100: pei.aei_information3,
101: pei.aei_information4,
102: pei.aei_information5,
103: pei.aei_information6
104: FROM per_assignment_extra_info pei
105: WHERE pei.assignment_id = l_assignment_id
106: AND pei.information_type = 'GB_P46';
107: --For bug 7208046: End
108: