DBA Data[Home] [Help]

APPS.INV_PHY_INV_LOVS dependencies on APP_EXCEPTION

Line 2380: app_exception.raise_exception;

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;
2382: RETURN;
2383: END IF;
2384:

Line 2393: app_exception.raise_exception;

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;
2395: RETURN;
2396: END IF;
2397:

Line 2409: app_exception.raise_exception;

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;
2411: RETURN;
2412: ELSIF (l_period_id = -1) THEN
2413: app_exception.raise_exception;

Line 2413: app_exception.raise_exception;

2409: app_exception.raise_exception;
2410: x_proc_status := -99;
2411: RETURN;
2412: ELSIF (l_period_id = -1) THEN
2413: app_exception.raise_exception;
2414: RETURN;
2415: ELSE
2416: IF (l_profile_value = 3) AND
2417: NOT (l_open_past_period) THEN

Line 2422: app_exception.raise_exception;

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;
2424: RETURN;
2425: END IF;
2426: END IF;

Line 2470: app_exception.raise_exception;

2466: l_uom_code := inv_cache.item_rec.primary_uom_code;
2467: l_sec_uom_code := inv_cache.item_rec.secondary_uom_code;
2468: ELSE
2469: Mydebug(' Errors while fetching UOM : ' || substr(sqlerrm,1,100));
2470: app_exception.raise_exception;
2471: x_proc_status := -99;
2472: RETURN;
2473: END IF;
2474: mydebug(' Inserting MMTT with l_transaction_header_id : '||l_transaction_header_id ||' content_lpn_id : '||i.parent_lpn_id);

Line 2795: app_exception.raise_exception;

2791: Mydebug(' result : '||l_result);
2792:
2793: IF ( l_result <> 0 ) THEN
2794: Mydebug(' Process_lpn_trx Failed\errors ');
2795: app_exception.raise_exception;
2796: ELSE
2797: Mydebug(' Process_lpn_trx Successful ');
2798: END IF;
2799:

Line 2833: app_exception.raise_exception;

2829: Mydebug(' result : '||l_result);
2830:
2831: IF ( l_result <> 0 ) THEN
2832: Mydebug(' Process_lpn_trx Failed\errors ');
2833: app_exception.raise_exception;
2834: ELSE
2835: Mydebug(' Process_lpn_trx Successful ');
2836: END IF;
2837: