DBA Data[Home] [Help]

APPS.IGS_AD_TEST_RESULTS_PKG dependencies on IGS_AD_TEST_TYPE_PKG

Line 238: ELSIF NOT Igs_Ad_Test_Type_Pkg.Get_PK_For_Validation (

234:
235: IF (((old_references.admission_test_type = new_references.admission_test_type)) OR
236: ((new_references.admission_test_type IS NULL))) THEN
237: NULL;
238: ELSIF NOT Igs_Ad_Test_Type_Pkg.Get_PK_For_Validation (
239: new_references.admission_test_type,
240: 'N'
241: ) THEN
242: FND_MESSAGE.SET_NAME('IGS','IGS_GE_PK_UK_NOT_FOUND_CLOSED');