DBA Data[Home] [Help]

APPS.IGS_AD_ADM_UNIT_STAT_PKG dependencies on IGS_LOOKUPS_VIEW_PKG

Line 96: IF NOT IGS_LOOKUPS_VIEW_PKG.Get_PK_For_Validation (

92: IF (((old_references.unit_attempt_status = new_references.unit_attempt_status)) OR
93: ((new_references.unit_attempt_status IS NULL))) THEN
94: NULL;
95: ELSE
96: IF NOT IGS_LOOKUPS_VIEW_PKG.Get_PK_For_Validation (
97: 'UNIT_ATTEMPT_STATUS', new_references.unit_attempt_status ) THEN
98: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
99: IGS_GE_MSG_STACK.ADD;
100: App_Exception.Raise_Exception;