DBA Data[Home] [Help]

APPS.IGS_AD_PECRS_OFOP_DT_PKG dependencies on IGS_AD_LOCATION_PKG

Line 503: IF NOT IGS_AD_LOCATION_PKG.Get_PK_For_Validation (

499: IF (((old_references.location_cd = new_references.location_cd)) OR
500: ((new_references.location_cd IS NULL))) THEN
501: NULL;
502: ELSE
503: IF NOT IGS_AD_LOCATION_PKG.Get_PK_For_Validation (
504: new_references.location_cd , 'N'
505: )THEN
506: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
507: IGS_GE_MSG_STACK.ADD;