DBA Data[Home] [Help]

APPS.IGS_AD_LOCATION_TYPE_PKG dependencies on IGS_LOOKUPS_VIEW_PKG

Line 143: IF NOT IGS_LOOKUPS_VIEW_PKG.Get_PK_For_Validation (

139: IF (((old_references.s_location_type = new_references.s_location_type)) OR
140: ((new_references.s_location_type IS NULL))) THEN
141: NULL;
142: ELSE
143: IF NOT IGS_LOOKUPS_VIEW_PKG.Get_PK_For_Validation (
144: 'LOCATION_TYPE',new_references.s_location_type
145: ) THEN
146: Fnd_Message.Set_Name('FND','FORM_RECORD_DELETED');
147: IGS_GE_MSG_STACK.ADD;