DBA Data[Home] [Help]

APPS.QLTNINRB dependencies on FND_MESSAGE

Line 1103: FND_MESSAGE.SET_NAME('QA', 'Column Not Found In Table');

1099: return(to_char(table_rec.JTF_TASK_ID));
1100: END IF;
1101: /* R12 DR Integration. Bug 4345489 */
1102:
1103: FND_MESSAGE.SET_NAME('QA', 'Column Not Found In Table');
1104: FND_MESSAGE.RAISE_ERROR;
1105:
1106:
1107: END NAME_IN;

Line 1104: FND_MESSAGE.RAISE_ERROR;

1100: END IF;
1101: /* R12 DR Integration. Bug 4345489 */
1102:
1103: FND_MESSAGE.SET_NAME('QA', 'Column Not Found In Table');
1104: FND_MESSAGE.RAISE_ERROR;
1105:
1106:
1107: END NAME_IN;
1108: