DBA Data[Home] [Help]

APPS.IGS_AD_CAL_CONF_PKG dependencies on IGS_CA_TYPE_PKG

Line 552: IF NOT IGS_CA_TYPE_PKG.Get_PK_For_Validation (

548: IF (((old_references.inq_cal_type = new_references.inq_cal_type)) OR
549: ((new_references.inq_cal_type IS NULL))) THEN
550: NULL;
551: ELSE
552: IF NOT IGS_CA_TYPE_PKG.Get_PK_For_Validation (
553: new_references.inq_cal_type
554: ) THEN
555: Fnd_Message.Set_Name('FND','FORM_RECORD_DELETED');
556: IGS_GE_MSG_STACK.ADD;