DBA Data[Home] [Help]

APPS.IGS_LOOKUPS_VIEW_PKG dependencies on IGS_EN_CPD_EXT_PKG

Line 434: igs_en_cpd_ext_pkg.get_fk_igs_lookups_view_1(

430: );
431: end if;
432:
433: IF old_references.LOOKUP_TYPE = 'VS_EN_COMMENCE' then
434: igs_en_cpd_ext_pkg.get_fk_igs_lookups_view_1(
435: old_references.LOOKUP_CODE
436: );
437: END IF;
438:

Line 440: igs_en_cpd_ext_pkg.get_fk_igs_lookups_view_2(

436: );
437: END IF;
438:
439: IF old_references.LOOKUP_TYPE = 'ENROLMENT_STEP_TYPE_EXT' then
440: igs_en_cpd_ext_pkg.get_fk_igs_lookups_view_2(
441: old_references.LOOKUP_CODE
442: );
443: END IF;
444: