DBA Data[Home] [Help]

APPS.IGS_FI_FEE_AS_RATE_PKG dependencies on IGS_AD_LOCATION_PKG

Line 815: IF NOT IGS_AD_LOCATION_PKG.Get_PK_For_Validation (

811: IF (((old_references.location_cd = new_references.location_cd)) OR
812: ((new_references.location_cd IS NULL))) THEN
813: NULL;
814: ELSE
815: IF NOT IGS_AD_LOCATION_PKG.Get_PK_For_Validation (
816: new_references.location_cd ,
817: 'N'
818: ) THEN
819: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');