DBA Data[Home] [Help]

APPS.IGS_EN_ORUN_WLST_PRI_PKG dependencies on IGS_LOOKUPS_VIEW_PKG

Line 126: ELSIF NOT IGS_LOOKUPS_VIEW_PKG.Get_PK_For_Validation ('UNIT_WAITLIST',new_references.priority_value)

122:
123: IF (((old_references.priority_value = new_references.priority_value)) OR
124: ((new_references.priority_value IS NULL))) THEN
125: NULL;
126: ELSIF NOT IGS_LOOKUPS_VIEW_PKG.Get_PK_For_Validation ('UNIT_WAITLIST',new_references.priority_value)
127: THEN
128: Fnd_Message.Set_Name('FND','FORM_RECORD_DELETED');
129: IGS_GE_MSG_STACK.ADD;
130: App_Exception.Raise_Exception;