DBA Data[Home] [Help]

APPS.IGS_AD_PS_APLINSTUNT_PKG dependencies on IGS_AD_LOCATION_PKG

Line 597: IF NOT IGS_AD_LOCATION_PKG.Get_PK_For_Validation (

593: IF (((old_references.location_cd = new_references.location_cd)) OR
594: ((new_references.location_cd IS NULL))) THEN
595: NULL;
596: ELSE
597: IF NOT IGS_AD_LOCATION_PKG.Get_PK_For_Validation (
598: new_references.location_cd , 'N'
599: ) THEN
600: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
601: IGS_GE_MSG_STACK.ADD;