DBA Data[Home] [Help]

APPS.IGS_PS_TYPE_PKG dependencies on IGS_PS_GOVT_TYPE_PKG

Line 322: IF NOT IGS_PS_GOVT_TYPE_PKG.Get_PK_For_Validation (

318: IF (((old_references.govt_course_type = new_references.govt_course_type)) OR
319: ((new_references.govt_course_type IS NULL))) THEN
320: NULL;
321: ELSE
322: IF NOT IGS_PS_GOVT_TYPE_PKG.Get_PK_For_Validation (
323: new_references.govt_course_type
324: )THEN
325: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
326: IGS_GE_MSG_STACK.ADD;