DBA Data[Home] [Help]

APPS.INV_PHY_INV_LOVS dependencies on FND_MSG_PUB

Line 306: FND_MSG_PUB.ADD;

302: x_from_number => l_from_number,
303: x_to_number => l_to_number,
304: x_errorcode => l_errorcode)) THEN
305: FND_MESSAGE.SET_NAME('WMS', 'WMS_CONT_INVALID_SER');
306: FND_MSG_PUB.ADD;
307: RAISE FND_API.G_EXC_ERROR;
308: END IF;
309: END IF;
310:

Line 317: FND_MSG_PUB.ADD;

313: -- range. Do this check only if a range of serials is submitted
314: IF (p_from_serial_number <> p_to_serial_number) THEN
315: IF (p_tag_quantity <> l_quantity) THEN
316: FND_MESSAGE.SET_NAME('WMS', 'WMS_CONT_INVALID_X_QTY');
317: FND_MSG_PUB.ADD;
318: RAISE FND_API.G_EXC_ERROR;
319: END IF;
320: END IF;
321:

Line 583: FND_MSG_PUB.ADD;

579: -- Dynamic tag entries are not allowed
580: -- This shouldn't happen if the mobile form's LOV
581: -- statements are correctly set
582: FND_MESSAGE.SET_NAME('INV','INV_NO_DYNAMIC_TAGS');
583: FND_MSG_PUB.ADD;
584: --RAISE FND_API.G_EXC_ERROR;
585: END IF;
586: END IF;
587: CLOSE tag_entry_wo_serial; --bug#9772069

Line 736: FND_MSG_PUB.ADD;

732: -- Dynamic tag entries are not allowed
733: -- This shouldn't happen if the mobile form's LOV
734: -- statements are correctly set
735: FND_MESSAGE.SET_NAME('INV','INV_NO_DYNAMIC_TAGS');
736: FND_MSG_PUB.ADD;
737: --RAISE FND_API.G_EXC_ERROR;
738: END IF;
739: END IF;
740: END IF;

Line 896: FND_MSG_PUB.ADD;

892: to_name => NULL);
893: -- Conversion will return -99999 if unsuccessful so need to check for this
894: IF (l_tag_qty_at_standard_uom = -99999) THEN
895: FND_MESSAGE.SET_NAME('WMS', 'WMS_CONT_INVALID_CONVERSION');
896: FND_MSG_PUB.ADD;
897: RAISE FND_API.G_EXC_ERROR;
898: END IF;
899:
900: -- Get the outermost LPN ID for this record if necessary

Line 960: FND_MSG_PUB.ADD;

956:
957: EXCEPTION
958: WHEN OTHERS THEN
959: FND_MESSAGE.SET_NAME('INV', 'INV_EMP');
960: FND_MSG_PUB.ADD;
961: RAISE FND_API.G_EXC_ERROR;
962: END;
963: end if;
964: print_debug('the employee id is: ' || l_employee_id);

Line 1114: FND_MSG_PUB.ADD;

1110: to_name => NULL);
1111: -- Conversion will return -99999 if unsuccessful so need to check for this
1112: IF (l_tag_qty_at_standard_uom = -99999) THEN
1113: FND_MESSAGE.SET_NAME('WMS', 'WMS_CONT_INVALID_CONVERSION');
1114: FND_MSG_PUB.ADD;
1115: RAISE FND_API.G_EXC_ERROR;
1116: END IF;
1117:
1118: -- Get the outermost LPN ID for this record if necessary

Line 1176: FND_MSG_PUB.ADD;

1172: g_employee_id := l_employee_id; --bug 11881386
1173: EXCEPTION
1174: WHEN OTHERS THEN
1175: FND_MESSAGE.SET_NAME('INV', 'INV_EMP');
1176: FND_MSG_PUB.ADD;
1177: RAISE FND_API.G_EXC_ERROR;
1178: END;
1179: end if;
1180: print_debug('the employee id is: ' || l_employee_id);

Line 1356: FND_MSG_PUB.ADD;

1352: IF (l_debug = 1) THEN
1353: print_debug('Error while calling label printing API');
1354: END IF;
1355: FND_MESSAGE.SET_NAME('INV', 'INV_RCV_CRT_PRINT_LABEL_FAILE');
1356: FND_MSG_PUB.ADD;
1357: END;
1358: IF (l_debug = 1) THEN
1359: print_debug('After calling label printing API: ' || l_return_status || ', ' || l_label_status || ', ' || l_msg_data);
1360: END IF;

Line 1364: FND_MSG_PUB.ADD;

1360: END IF;
1361:
1362: IF (l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
1363: FND_MESSAGE.SET_NAME('INV', 'INV_RCV_CRT_PRINT_LABEL_FAILE');
1364: FND_MSG_PUB.ADD;
1365: END IF;
1366:
1367: END IF;
1368:

Line 1485: fnd_msg_pub.add;

1481: if (nvl(l_approval_status,0) = 3) then
1482: print_debug('Error: The corresponding adjustment_id '||l_adj_id||' is already posted');
1483: fnd_message.set_name('INV','INV_PHYSICAL_ADJ_POSTED');
1484: fnd_message.set_token('TOKEN1', l_adj_id);
1485: fnd_msg_pub.add;
1486: raise fnd_api.g_exc_error;
1487: end if;
1488: END IF;
1489:

Line 2377: FND_MSG_PUB.ADD;

2373: FND_MESSAGE.SET_NAME('FND','PROFILES-CANNOT READ');
2374: FND_MESSAGE.SET_TOKEN('OPTION','TRANSACTION_DATE',TRUE);
2375: FND_MESSAGE.SET_TOKEN('ROUTINE', 'MTL_CC_TRANSACT_PKG.CC_TRANSACT ',TRUE); -- todo
2376:
2377: FND_MSG_PUB.ADD;
2378: Mydebug('Errors out here with the message to user: ' || 'PROFILES-CANNOT READ');
2379:
2380: app_exception.raise_exception;
2381: x_proc_status := -99;

Line 2390: FND_MSG_PUB.ADD;

2386:
2387: IF (l_profile_value = 2 AND l_txn_date < TRUNC(SYSDATE)) THEN
2388: FND_MESSAGE.SET_NAME('INV', 'INV_NO_PAST_TXN_DATES');
2389:
2390: FND_MSG_PUB.ADD;
2391: Mydebug(' Errors out here with the message to user: ' || 'INV_NO_PAST_TXN_DATES');
2392:
2393: app_exception.raise_exception;
2394: x_proc_status := -99;

Line 2406: FND_MSG_PUB.ADD;

2402:
2403: IF (l_period_id = 0) THEN
2404: FND_MESSAGE.SET_NAME('INV', 'INV_NO_OPEN_PERIOD');
2405:
2406: FND_MSG_PUB.ADD;
2407: Mydebug(' Errors out here with the message to user: ' || 'INV_NO_OPEN_PERIOD');
2408:
2409: app_exception.raise_exception;
2410: x_proc_status := -99;

Line 2419: FND_MSG_PUB.ADD;

2415: ELSE
2416: IF (l_profile_value = 3) AND
2417: NOT (l_open_past_period) THEN
2418: FND_MESSAGE.SET_NAME('INV', 'INV_NO_PAST_TXN_PERIODS');
2419: FND_MSG_PUB.ADD;
2420: Mydebug(' Errors out here with the message to user: ' || 'INV_NO_PAST_TXN_PERIODS');
2421:
2422: app_exception.raise_exception;
2423: x_proc_status := -99;