DBA Data[Home] [Help]

APPS.IGS_AD_PS_APPL_PKG dependencies on IGS_AD_BASIS_FOR_AD_PKG

Line 506: IF NOT IGS_AD_BASIS_FOR_AD_PKG.Get_PK_For_Validation (

502: IF (((old_references.basis_for_admission_type = new_references.basis_for_admission_type)) OR
503: ((new_references.basis_for_admission_type IS NULL))) THEN
504: NULL;
505: ELSE
506: IF NOT IGS_AD_BASIS_FOR_AD_PKG.Get_PK_For_Validation (
507: new_references.basis_for_admission_type , 'N'
508: )THEN
509: FND_MESSAGE.SET_NAME('IGS','IGS_AD_BASIS_ADM_TYPE_CLOSED');
510: IGS_GE_MSG_STACK.ADD;