DBA Data[Home] [Help]

APPS.PAY_GB_ROLLBACK dependencies on PER_ASSIGNMENT_EXTRA_INFO

Line 40: FROM per_assignment_extra_info

36: CURSOR csr_ovn
37: IS
38: SELECT object_version_number,
39: assignment_extra_info_id
40: FROM per_assignment_extra_info
41: WHERE assignment_id = p_assig_id
42: AND information_type = p_type;
43: BEGIN
44: hr_utility.set_location('Entering: '||l_proc,1);