DBA Data[Home] [Help]

APPS.IGS_PS_OFR_OPT_PKG dependencies on IGS_AD_LOCATION_PKG

Line 400: IF NOT IGS_AD_LOCATION_PKG.Get_PK_For_Validation (

396: IF (((old_references.location_cd = new_references.location_cd)) OR
397: ((new_references.location_cd IS NULL))) THEN
398: NULL;
399: ELSE
400: IF NOT IGS_AD_LOCATION_PKG.Get_PK_For_Validation (
401: new_references.location_cd ,
402: 'N'
403: ) THEN
404: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');