DBA Data[Home] [Help]

APPS.IGS_SS_ENR_DETAILS dependencies on IGS_PS_USEC_OCUR_REF_V

Line 437: FROM igs_ps_usec_ocur_ref_v

433: -- and to the cursor will be the unit_section_occurrence_id
434: -- and not uoo_id
435: CURSOR c_usec_occurs_ref_cd IS
436: SELECT reference_code ||' - '|| reference_code_description ref_cd
437: FROM igs_ps_usec_ocur_ref_v
438: WHERE unit_section_occurrence_id = p_uoo_id
439: ORDER BY 1 ;
440:
441: BEGIN