DBA Data[Home] [Help]

APPS.IGS_FI_UNIT_FEE_TRG_PKG dependencies on IGS_AD_LOCATION_PKG

Line 453: IF NOT IGS_AD_LOCATION_PKG.Get_PK_For_Validation (

449: IF (((old_references.location_cd = new_references.location_cd)) OR
450: ((new_references.location_cd IS NULL))) THEN
451: NULL;
452: ELSE
453: IF NOT IGS_AD_LOCATION_PKG.Get_PK_For_Validation (
454: new_references.location_cd ,
455: 'N'
456: ) THEN
457: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');