DBA Data[Home] [Help]

APPS.IGS_RE_THS_PNL_MR_TP_PKG dependencies on IGS_TR_TYPE_PKG

Line 142: IF NOT IGS_TR_TYPE_PKG.Get_PK_For_Validation (

138: IF (((old_references.tracking_type = new_references.tracking_type)) OR
139: ((new_references.tracking_type IS NULL))) THEN
140: NULL;
141: ELSE
142: IF NOT IGS_TR_TYPE_PKG.Get_PK_For_Validation (
143: new_references.tracking_type
144: ) THEN
145: Fnd_Message.Set_Name('FND','FORM_RECORD_DELETED');
146: IGS_GE_MSG_STACK.ADD;