DBA Data[Home] [Help]

APPS.IGR_IMP_003 dependencies on IGS_PE_SRC_TYPES

Line 193: igs_pe_src_types

189: SELECT
190: person_type_code ,
191: funnel_status
192: FROM
193: igs_pe_src_types
194: WHERE
195: source_type_id = cp_source_type_id;
196:
197: CURSOR c_sys_person_type (p_person_type_code igs_pe_person_types.person_type_code%TYPE) IS