DBA Data[Home] [Help]

APPS.IGS_AS_ITEM_ASSESSOR_PKG dependencies on IGS_AD_LOCATION_PKG

Line 196: ELSIF NOT IGS_AD_LOCATION_PKG.Get_PK_For_Validation ( new_references.location_cd,

192: END IF;
193: IF (((old_references.location_cd = new_references.location_cd)) OR
194: ((new_references.location_cd IS NULL))) THEN
195: NULL;
196: ELSIF NOT IGS_AD_LOCATION_PKG.Get_PK_For_Validation ( new_references.location_cd,
197: 'N'
198: ) THEN
199: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
200: IGS_GE_MSG_STACK.ADD;