DBA Data[Home] [Help]

APPS.IGS_PS_USEC_REF_CD_PKG dependencies on IGS_GE_REF_CD_PKG

Line 164: ELSIF NOT igs_ge_ref_cd_pkg.get_uk_For_validation (

160: (old_references.reference_code= new_references.reference_code)) OR
161: ((new_references.reference_code_type IS NULL) OR
162: (new_references.reference_code IS NULL))) THEN
163: NULL;
164: ELSIF NOT igs_ge_ref_cd_pkg.get_uk_For_validation (
165: new_references.reference_code_type,
166: new_references.reference_code
167: ) THEN
168: CLOSE cur_reference_cd_chk;