DBA Data[Home] [Help]

APPS.IGS_PS_FEE_TRG_PKG dependencies on IGS_AD_LOCATION_PKG

Line 538: IF NOT IGS_AD_LOCATION_PKG.Get_PK_For_Validation (

534: IF (((old_references.location_cd = new_references.location_cd)) OR
535: ((new_references.location_cd IS NULL))) THEN
536: NULL;
537: ELSE
538: IF NOT IGS_AD_LOCATION_PKG.Get_PK_For_Validation (
539: new_references.location_cd,
540: 'N' ) THEN
541: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
542: IGS_GE_MSG_STACK.ADD;