DBA Data[Home] [Help]

APPS.WSMPWROT dependencies on FND_MESSAGE

Line 1219: FND_MESSAGE.SET_NAME('BOM', 'BOM_LOOP_EXISTS');

1215: ||t_comp_details(7).segment1; */
1216:
1217: WHEN loop_in_bom_exception THEN
1218: x_err_code := -1;
1219: FND_MESSAGE.SET_NAME('BOM', 'BOM_LOOP_EXISTS');
1220: x_err_msg := FND_MESSAGE.GET;
1221:
1222: WHEN OTHERS THEN
1223: x_err_code := SQLCODE;

Line 1220: x_err_msg := FND_MESSAGE.GET;

1216:
1217: WHEN loop_in_bom_exception THEN
1218: x_err_code := -1;
1219: FND_MESSAGE.SET_NAME('BOM', 'BOM_LOOP_EXISTS');
1220: x_err_msg := FND_MESSAGE.GET;
1221:
1222: WHEN OTHERS THEN
1223: x_err_code := SQLCODE;
1224: x_err_msg := substr('WSMPWROT ('||to_char(l_stmt_num)||')' || SQLERRM,1,2000);