DBA Data[Home] [Help]

APPS.IGS_PS_UNITREQREF_CD_PKG dependencies on IGS_GE_REF_CD_PKG

Line 131: ELSIF NOT igs_ge_ref_cd_pkg.get_uk_For_validation (

127: (old_references.reference_code = new_references.reference_code)) OR
128: ((new_references.reference_cd_type IS NULL) OR
129: (new_references.reference_code IS NULL))) THEN
130: NULL;
131: ELSIF NOT igs_ge_ref_cd_pkg.get_uk_For_validation (
132: new_references.reference_cd_type,
133: new_references.reference_code
134: ) THEN
135: CLOSE cur_reference_cd_chk;