DBA Data[Home] [Help]

APPS.QLTNINRB dependencies on FND_MESSAGE

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

1106: return(to_char(table_rec.JTF_TASK_ID));
1107: END IF;
1108: /* R12 DR Integration. Bug 4345489 */
1109:
1110: FND_MESSAGE.SET_NAME('QA', 'Column Not Found In Table');
1111: FND_MESSAGE.RAISE_ERROR;
1112:
1113:
1114: END NAME_IN;

Line 1111: FND_MESSAGE.RAISE_ERROR;

1107: END IF;
1108: /* R12 DR Integration. Bug 4345489 */
1109:
1110: FND_MESSAGE.SET_NAME('QA', 'Column Not Found In Table');
1111: FND_MESSAGE.RAISE_ERROR;
1112:
1113:
1114: END NAME_IN;
1115: