DBA Data[Home] [Help]

APPS.IGS_PE_UNT_REQUIRMNT_PKG dependencies on IGS_PS_UNIT_PKG

Line 268: IF NOT IGS_PS_UNIT_PKG.Get_PK_For_Validation (

264: ((new_references.unit_cd IS NULL))) THEN
265: NULL;
266: ELSE
267:
268: IF NOT IGS_PS_UNIT_PKG.Get_PK_For_Validation (
269: new_references.unit_cd ) THEN
270: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
271: IGS_GE_MSG_STACK.ADD;
272: App_Exception.Raise_Exception;