DBA Data[Home] [Help]

APPS.IGS_PS_UNIT_OFR_OPT_PKG dependencies on IGS_AD_LOCATION_PKG

Line 863: IF NOT IGS_AD_LOCATION_PKG.Get_PK_For_Validation (

859: IF (((old_references.location_cd = new_references.location_cd)) OR
860: ((new_references.location_cd IS NULL))) THEN
861: NULL;
862: ELSE
863: IF NOT IGS_AD_LOCATION_PKG.Get_PK_For_Validation (
864: new_references.location_cd, 'N') THEN
865: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
866: IGS_GE_MSG_STACK.ADD;
867: App_Exception.Raise_Exception;