DBA Data[Home] [Help]

APPS.IGS_AS_UNTAS_PATTERN_PKG dependencies on IGS_AS_UNIT_CLASS_PKG

Line 265: IF NOT(IGS_AS_UNIT_CLASS_PKG.Get_PK_For_Validation (

261: IF (((old_references.unit_class= new_references.unit_class)) OR
262: ((new_references.unit_class IS NULL))) THEN
263: NULL;
264: ELSE
265: IF NOT(IGS_AS_UNIT_CLASS_PKG.Get_PK_For_Validation (
266: new_references.unit_class
267: ))THEN
268: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
269: IGS_GE_MSG_STACK.ADD;