DBA Data[Home] [Help]

APPS.IGS_RE_THESIS_EXAM_PKG dependencies on IGS_TR_ITEM_PKG

Line 414: IF NOT IGS_TR_ITEM_PKG.Get_PK_For_Validation (

410: IF (((old_references.tracking_id = new_references.tracking_id)) OR
411: ((new_references.tracking_id IS NULL))) THEN
412: NULL;
413: ELSE
414: IF NOT IGS_TR_ITEM_PKG.Get_PK_For_Validation (
415: new_references.tracking_id
416: ) THEN
417: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
418: IGS_GE_MSG_STACK.ADD;