DBA Data[Home] [Help]

APPS.IGS_AD_PRD_PS_OF_OPT_PKG dependencies on IGS_AD_LOCATION_PKG

Line 383: IF NOT IGS_AD_LOCATION_PKG.Get_PK_For_Validation (

379: IF (((old_references.location_cd = new_references.location_cd)) OR
380: ((new_references.location_cd IS NULL))) THEN
381: NULL;
382: ELSE
383: IF NOT IGS_AD_LOCATION_PKG.Get_PK_For_Validation (
384: new_references.location_cd , 'N'
385: ) THEN
386: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
387: IGS_GE_MSG_STACK.ADD;