DBA Data[Home] [Help]

APPS.PQP_US_PENSION_EXTRACTS dependencies on PER_ASSIGNMENT_INFO_TYPES

Line 787: FROM per_assignment_info_types

783: AND aei.information_type = c_information_type;
784:
785: CURSOR csr_asg_mult_occur(c_information_type IN VARCHAR2) IS
786: SELECT multiple_occurences_flag
787: FROM per_assignment_info_types
788: WHERE information_type = c_information_type
789: AND active_inactive_flag = 'Y';
790:
791: CURSOR csr_per_mult_occur(c_information_type IN VARCHAR2) IS