DBA Data[Home] [Help]

APPS.IGS_RE_THS_PNL_TYPE_PKG dependencies on IGS_TR_TYPE_PKG

Line 143: IF NOT IGS_TR_TYPE_PKG.Get_PK_For_Validation (

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