DBA Data[Home] [Help]

APPS.PQP_PENSION_EXTRACTS dependencies on PER_ASSIGNMENT_INFO_TYPES

Line 2802: FROM per_assignment_info_types

2798: AND aei.information_type = c_information_type;
2799:
2800: CURSOR csr_asg_mult_occur(c_information_type IN VARCHAR2) IS
2801: SELECT multiple_occurences_flag
2802: FROM per_assignment_info_types
2803: WHERE information_type = c_information_type
2804: AND active_inactive_flag = 'Y';
2805:
2806: CURSOR csr_per_mult_occur(c_information_type IN VARCHAR2) IS