DBA Data[Home] [Help]

APPS.WMS_EPC_PVT dependencies on FND_MSG_PUB

Line 531: fnd_msg_pub.ADD;

527: trace('Error gtin not 14 digit ');
528: END IF ;
529:
530: fnd_message.set_name('WMS', 'WMS_INVALID_GTIN');
531: fnd_msg_pub.ADD;
532: RAISE fnd_api.g_exc_error;
533: END IF;
534:
535: ELSIF l_found_gtin = 0 THEN

Line 538: fnd_msg_pub.ADD;

534:
535: ELSIF l_found_gtin = 0 THEN
536:
537: fnd_message.set_name('WMS', 'WMS_INVALID_GTIN');
538: fnd_msg_pub.ADD;
539: RAISE fnd_api.g_exc_error;
540:
541: END IF;
542:

Line 564: fnd_msg_pub.ADD;

560:
561:
562: IF x_gtin_serial IS NULL THEN
563: fnd_message.set_name('WMS', 'WMS_INVALID_GTIN_GSERIAL');
564: fnd_msg_pub.ADD;
565: RAISE fnd_api.g_exc_error;
566:
567: END IF;
568:

Line 571: fnd_msg_pub.ADD;

567: END IF;
568:
569: ELSE
570: fnd_message.set_name('WMS', 'WMS_NO_GTIN_FOUND');
571: fnd_msg_pub.ADD;
572: RAISE fnd_api.g_exc_error;
573: END IF;
574:
575:

Line 1025: fnd_msg_pub.ADD;

1021:
1022: ELSE
1023:
1024: fnd_message.set_name('WMS', 'WMS_NO_GTIN_FOUND');
1025: fnd_msg_pub.ADD;
1026: RAISE fnd_api.g_exc_error;
1027:
1028: END IF;--if l_is_gtin_valid
1029:

Line 1110: fnd_msg_pub.ADD;

1106:
1107: END IF;
1108: ELSE
1109: fnd_message.set_name('WMS', 'WMS_CONT_INVALID_ITEM');
1110: fnd_msg_pub.ADD;
1111: RAISE fnd_api.g_exc_error;
1112: END IF;
1113:
1114:

Line 1212: fnd_msg_pub.ADD;

1208: trace('Got Item info puom='||inv_cache.item_rec.primary_uom_code);
1209: END IF;
1210: ELSE
1211: fnd_message.set_name('WMS', 'WMS_CONT_INVALID_ITEM');
1212: fnd_msg_pub.ADD;
1213: RAISE fnd_api.g_exc_error;
1214: END IF;
1215:
1216:

Line 1297: FND_MSG_PUB.ADD;

1293:
1294: ELSE
1295: l_lpn_num_format := NULL;
1296: FND_MESSAGE.SET_NAME('WMS', 'WMS_INVALID_SSCC');
1297: FND_MSG_PUB.ADD;
1298: RAISE fnd_api.g_exc_error;
1299: END IF;
1300:
1301: EXCEPTION

Line 1305: FND_MSG_PUB.ADD;

1301: EXCEPTION
1302: WHEN OTHERS THEN --catch the exception for alphanumeric case
1303: l_lpn_num_format := NULL;
1304: FND_MESSAGE.SET_NAME('WMS', 'WMS_INVALID_SSCC');
1305: FND_MSG_PUB.ADD;
1306: trace('Other Exception in get_sscc()');
1307: RAISE fnd_api.g_exc_error;
1308: END;
1309:

Line 1927: FND_MSG_PUB.ADD;

1923: IF l_debug = 1 THEN
1924: trace('Error:For LPN label, No EPC can be generated using EPC_DOD_96/64, incorrect SET up');
1925: END IF;
1926: FND_MESSAGE.SET_NAME('WMS', 'WMS_INVALID_SETUP');
1927: FND_MSG_PUB.ADD;
1928: RAISE fnd_api.g_exc_error;
1929: END IF;
1930:
1931: ELSIF p_label_type_id =1 THEN /*Material Label*/

Line 2010: FND_MSG_PUB.ADD;

2006: trace('Error:For Material, No EPC can be generated using SSCC, incorrect SET up');
2007: END IF;
2008:
2009: FND_MESSAGE.SET_NAME('WMS', 'WMS_INVALID_SETUP');
2010: FND_MSG_PUB.ADD;
2011: RAISE fnd_api.g_exc_error;
2012:
2013:
2014: ELSIF p_epc_rule_type IN ('USDOD-96','USDOD-64') THEN

Line 2020: FND_MSG_PUB.ADD;

2016: IF l_debug = 1 THEN
2017: trace('Error:For Material, No EPC can be generated using EPC_DOD, incorrect SET up');
2018: END IF;
2019: FND_MESSAGE.SET_NAME('WMS', 'WMS_INVALID_SETUP');
2020: FND_MSG_PUB.ADD;
2021: RAISE fnd_api.g_exc_error;
2022:
2023:
2024: END IF;

Line 2108: FND_MSG_PUB.ADD;

2104: IF l_debug = 1 THEN
2105: trace('Error:For Serial, No EPC can be generated using SSCC, incorrect SET up');
2106: END IF;
2107: FND_MESSAGE.SET_NAME('WMS', 'WMS_INVALID_SETUP');
2108: FND_MSG_PUB.ADD;
2109: RAISE fnd_api.g_exc_error;
2110:
2111: ELSIF p_epc_rule_type IN ('USDOD-96','USDOD-64') THEN
2112: --{{Note: We MUST have Serial uniqueness across items for EPC generation EPC_DOD_96/EPC_DOD_64}}

Line 2301: fnd_msg_pub.ADD;

2297: IF (l_debug = 1) THEN
2298: trace(p_org_id || 'is an invalid organization id');
2299: END IF;
2300: fnd_message.set_name('WMS', 'WMS_CONT_INVALID_ORG');
2301: fnd_msg_pub.ADD;
2302: RAISE fnd_api.g_exc_error;
2303: END IF;
2304:
2305: l_company_prefix := inv_cache.org_rec.company_prefix;

Line 2373: fnd_msg_pub.ADD;

2369: trace('NO DATA found for the LPN');
2370: END IF;
2371:
2372: fnd_message.set_name('WMS', 'WMS_CONT_INVALID_LPN');
2373: fnd_msg_pub.ADD;
2374: RAISE fnd_api.g_exc_unexpected_error;
2375: END;
2376:
2377: --Neither pallet or case, then NO support FOR EPC of further

Line 2383: fnd_msg_pub.ADD;

2379: IF NOT ((l_outermost_lpn_id = l_lpn_id AND l_parent_lpn_id IS null )
2380: OR (l_parent_lpn_id = l_outermost_lpn_id AND l_parent_lpn_id IS NOT null)) THEN
2381:
2382: fnd_message.set_name('WMS', 'WMS_NO_MULTI_NESTING_SUPPORT');
2383: fnd_msg_pub.ADD;
2384: RAISE fnd_api.g_exc_error;
2385:
2386: END IF;
2387:

Line 2549: fnd_msg_pub.ADD;

2545: END IF;
2546:
2547: --EPC generation failed at DB feature level
2548: fnd_message.set_name('WMS', 'WMS_DB_EPC_GEN_FAIL');
2549: fnd_msg_pub.ADD;
2550:
2551: --Do not raise exception here as we want to delete
2552: --old cross-reference RECORD FROM wms_epc for some
2553: --CASES BELOW

Line 2566: fnd_msg_pub.ADD;

2562: END IF;
2563:
2564:
2565: fnd_message.set_name('WMS', 'WMS_EPC_GEN_FAIL');
2566: fnd_msg_pub.ADD;
2567:
2568: --Do not raise exception here as we want to delete
2569: --old cross-reference RECORD FROM wms_epc for some
2570: --CASES BELOW

Line 2585: fnd_msg_pub.ADD;

2581: trace('EPC generation is NOT enabled at Orgnization level');
2582: END IF;
2583:
2584: fnd_message.set_name('WMS', 'WMS_EPC_DISABLED');
2585: fnd_msg_pub.ADD;
2586: RAISE fnd_api.g_exc_error;
2587:
2588: END IF;
2589:

Line 2738: fnd_msg_pub.ADD;

2734: EXCEPTION
2735:
2736: WHEN fnd_api.g_exc_error THEN
2737: fnd_message.set_name('WMS','WMS_EPC_GEN_FAIL');
2738: fnd_msg_pub.ADD;
2739: x_return_status := fnd_api.g_ret_sts_error;
2740: x_epc := NULL;
2741: fnd_msg_pub.count_and_get(p_encoded => 'F',p_count => l_msg_count, p_data => x_return_mesg);
2742:

Line 2741: fnd_msg_pub.count_and_get(p_encoded => 'F',p_count => l_msg_count, p_data => x_return_mesg);

2737: fnd_message.set_name('WMS','WMS_EPC_GEN_FAIL');
2738: fnd_msg_pub.ADD;
2739: x_return_status := fnd_api.g_ret_sts_error;
2740: x_epc := NULL;
2741: fnd_msg_pub.count_and_get(p_encoded => 'F',p_count => l_msg_count, p_data => x_return_mesg);
2742:
2743: FOR i IN 1..l_msg_count LOOP
2744: x_return_mesg := x_return_mesg || fnd_msg_pub.get(I,'F');
2745: END LOOP;

Line 2744: x_return_mesg := x_return_mesg || fnd_msg_pub.get(I,'F');

2740: x_epc := NULL;
2741: fnd_msg_pub.count_and_get(p_encoded => 'F',p_count => l_msg_count, p_data => x_return_mesg);
2742:
2743: FOR i IN 1..l_msg_count LOOP
2744: x_return_mesg := x_return_mesg || fnd_msg_pub.get(I,'F');
2745: END LOOP;
2746:
2747: IF l_debug = 1 THEN
2748: TRACE('Inside g_exc_error l_msg_count :'||l_msg_count);

Line 2752: -- FND_MSG_PUB.initialize; --bug 5178424

2748: TRACE('Inside g_exc_error l_msg_count :'||l_msg_count);
2749: TRACE('x_return_mesg :'||x_return_mesg);
2750: END IF;
2751:
2752: -- FND_MSG_PUB.initialize; --bug 5178424
2753:
2754:
2755: WHEN fnd_api.g_exc_unexpected_error THEN
2756: fnd_message.set_name('WMS', 'WMS_EPC_GEN_FAIL');

Line 2757: fnd_msg_pub.ADD;

2753:
2754:
2755: WHEN fnd_api.g_exc_unexpected_error THEN
2756: fnd_message.set_name('WMS', 'WMS_EPC_GEN_FAIL');
2757: fnd_msg_pub.ADD;
2758: x_return_status := fnd_api.g_ret_sts_unexp_error;
2759: x_epc := NULL;
2760: fnd_msg_pub.count_and_get(p_count => l_msg_count, p_data => x_return_mesg);
2761:

Line 2760: fnd_msg_pub.count_and_get(p_count => l_msg_count, p_data => x_return_mesg);

2756: fnd_message.set_name('WMS', 'WMS_EPC_GEN_FAIL');
2757: fnd_msg_pub.ADD;
2758: x_return_status := fnd_api.g_ret_sts_unexp_error;
2759: x_epc := NULL;
2760: fnd_msg_pub.count_and_get(p_count => l_msg_count, p_data => x_return_mesg);
2761:
2762: FOR i IN 1..l_msg_count LOOP
2763: x_return_mesg := x_return_mesg || fnd_msg_pub.get(I,'F');
2764: END LOOP;

Line 2763: x_return_mesg := x_return_mesg || fnd_msg_pub.get(I,'F');

2759: x_epc := NULL;
2760: fnd_msg_pub.count_and_get(p_count => l_msg_count, p_data => x_return_mesg);
2761:
2762: FOR i IN 1..l_msg_count LOOP
2763: x_return_mesg := x_return_mesg || fnd_msg_pub.get(I,'F');
2764: END LOOP;
2765:
2766: IF l_debug = 1 THEN
2767: TRACE('Inside g_exc_unexpected_error l_msg_count :'||l_msg_count);

Line 2771: -- FND_MSG_PUB.initialize; --bug 5178424

2767: TRACE('Inside g_exc_unexpected_error l_msg_count :'||l_msg_count);
2768: TRACE('x_return_mesg :'||x_return_mesg);
2769: END IF;
2770:
2771: -- FND_MSG_PUB.initialize; --bug 5178424
2772:
2773: WHEN OTHERS THEN
2774: --ROLLBACK; blocked in R12
2775: x_return_status := fnd_api.g_ret_sts_unexp_error;

Line 2777: fnd_msg_pub.count_and_get(p_count => l_msg_count, p_data => x_return_mesg);

2773: WHEN OTHERS THEN
2774: --ROLLBACK; blocked in R12
2775: x_return_status := fnd_api.g_ret_sts_unexp_error;
2776: x_epc := NULL;
2777: fnd_msg_pub.count_and_get(p_count => l_msg_count, p_data => x_return_mesg);
2778:
2779: FOR i IN 1..l_msg_count LOOP
2780: x_return_mesg := x_return_mesg || fnd_msg_pub.get(I,'F');
2781: END LOOP;

Line 2780: x_return_mesg := x_return_mesg || fnd_msg_pub.get(I,'F');

2776: x_epc := NULL;
2777: fnd_msg_pub.count_and_get(p_count => l_msg_count, p_data => x_return_mesg);
2778:
2779: FOR i IN 1..l_msg_count LOOP
2780: x_return_mesg := x_return_mesg || fnd_msg_pub.get(I,'F');
2781: END LOOP;
2782:
2783: -- FND_MSG_PUB.initialize; --bug 5178424
2784:

Line 2783: -- FND_MSG_PUB.initialize; --bug 5178424

2779: FOR i IN 1..l_msg_count LOOP
2780: x_return_mesg := x_return_mesg || fnd_msg_pub.get(I,'F');
2781: END LOOP;
2782:
2783: -- FND_MSG_PUB.initialize; --bug 5178424
2784:
2785: IF l_debug = 1 THEN
2786: TRACE('generate EPC: Inside exception');
2787: TRACE('ERROR CODE = ' || SQLCODE);

Line 3339: FND_MSG_PUB.ADD;

3335: IF l_debug = 1 THEN
3336: trace('Error:For LPN label, No EPC can be generated using EPC_DOD_96/64, incorrect SET up');
3337: END IF;
3338: FND_MESSAGE.SET_NAME('WMS', 'WMS_INVALID_SETUP');
3339: FND_MSG_PUB.ADD;
3340: RAISE fnd_api.g_exc_error;
3341: END IF;
3342:
3343: ELSIF p_label_type_id =1 THEN /*Material Label*/

Line 3418: FND_MSG_PUB.ADD;

3414: trace('Error:For Material, No EPC can be generated using SSCC, incorrect SET up');
3415: END IF;
3416:
3417: FND_MESSAGE.SET_NAME('WMS', 'WMS_INVALID_SETUP');
3418: FND_MSG_PUB.ADD;
3419: RAISE fnd_api.g_exc_error;
3420:
3421:
3422: ELSIF p_epc_rule_type IN ('EPC_DOD_96','EPC_DOD_64') THEN

Line 3428: FND_MSG_PUB.ADD;

3424: IF l_debug = 1 THEN
3425: trace('Error:For Material, No EPC can be generated using EPC_DOD, incorrect SET up');
3426: END IF;
3427: FND_MESSAGE.SET_NAME('WMS', 'WMS_INVALID_SETUP');
3428: FND_MSG_PUB.ADD;
3429: RAISE fnd_api.g_exc_error;
3430:
3431:
3432: END IF;

Line 3514: FND_MSG_PUB.ADD;

3510: IF l_debug = 1 THEN
3511: trace('Error:For Serial, No EPC can be generated using SSCC, incorrect SET up');
3512: END IF;
3513: FND_MESSAGE.SET_NAME('WMS', 'WMS_INVALID_SETUP');
3514: FND_MSG_PUB.ADD;
3515: RAISE fnd_api.g_exc_error;
3516:
3517: ELSIF p_epc_rule_type IN ('EPC_DOD_96','EPC_DOD_64') THEN
3518: --{{Note: We MUST have Serial uniqueness across items for EPC generation EPC_DOD_96/EPC_DOD_64}}

Line 3806: fnd_msg_pub.ADD;

3802: IF (l_debug = 1) THEN
3803: trace(p_org_id || 'is an invalid organization id');
3804: END IF;
3805: fnd_message.set_name('WMS', 'WMS_CONT_INVALID_ORG');
3806: fnd_msg_pub.ADD;
3807: RAISE fnd_api.g_exc_error;
3808: END IF;
3809:
3810: l_company_prefix := inv_cache.org_rec.company_prefix;

Line 3878: fnd_msg_pub.ADD;

3874: trace('NO DATA found for the LPN');
3875: END IF;
3876:
3877: fnd_message.set_name('WMS', 'WMS_CONT_INVALID_LPN');
3878: fnd_msg_pub.ADD;
3879: RAISE fnd_api.g_exc_unexpected_error;
3880: END;
3881:
3882: --Neither pallet or case, then NO support FOR EPC of further

Line 3888: fnd_msg_pub.ADD;

3884: IF NOT ((l_outermost_lpn_id = l_lpn_id AND l_parent_lpn_id IS null )
3885: OR (l_parent_lpn_id = l_outermost_lpn_id AND l_parent_lpn_id IS NOT null)) THEN
3886:
3887: fnd_message.set_name('WMS', 'WMS_NO_MULTI_NESTING_SUPPORT');
3888: fnd_msg_pub.ADD;
3889: RAISE fnd_api.g_exc_error;
3890:
3891: END IF;
3892:

Line 3969: fnd_msg_pub.ADD;

3965: --{{ see if partition value returned is correct and get the l_epc_rule_type_id now}}
3966:
3967: IF l_partition_value = -1 THEN --prefix length is INCORRECT
3968: fnd_message.set_name('WMS','WMS_INCORRECT_PREFIX_LEN');
3969: fnd_msg_pub.ADD;
3970: RAISE fnd_api.g_exc_error;
3971:
3972: ELSE
3973: --To avoid DB table call for each read:

Line 3991: fnd_msg_pub.ADD;

3987:
3988: IF l_epc_rule_type_id IS NULL THEN
3989: x_epc := NULL;
3990: fnd_message.set_name('WMS','WMS_NO_EPC_RULE_FOUND');--No rule found
3991: fnd_msg_pub.ADD;
3992: RAISE fnd_api.g_exc_error;
3993: END IF;
3994:
3995:

Line 4106: fnd_msg_pub.ADD;

4102: END IF;
4103:
4104: --EPC generation failed at DB feature level
4105: fnd_message.set_name('WMS', 'WMS_DB_EPC_GEN_FAIL');
4106: fnd_msg_pub.ADD;
4107:
4108: --Do not raise exception here as we want to delete
4109: --old cross-reference RECORD FROM wms_epc for some
4110: --CASES BELOW

Line 4123: fnd_msg_pub.ADD;

4119: END IF;
4120:
4121:
4122: fnd_message.set_name('WMS', 'WMS_EPC_GEN_FAIL');
4123: fnd_msg_pub.ADD;
4124:
4125: --Do not raise exception here as we want to delete
4126: --old cross-reference RECORD FROM wms_epc for some
4127: --CASES BELOW

Line 4142: fnd_msg_pub.ADD;

4138: trace('EPC generation is NOT enabled at Orgnization level');
4139: END IF;
4140:
4141: fnd_message.set_name('WMS', 'WMS_EPC_DISABLED');
4142: fnd_msg_pub.ADD;
4143: RAISE fnd_api.g_exc_error;
4144:
4145: END IF;
4146:

Line 4293: fnd_msg_pub.ADD;

4289: EXCEPTION
4290:
4291: WHEN fnd_api.g_exc_error THEN
4292: fnd_message.set_name('WMS','WMS_EPC_GEN_FAIL');
4293: fnd_msg_pub.ADD;
4294: x_return_status := fnd_api.g_ret_sts_error;
4295: x_epc := NULL;
4296: fnd_msg_pub.count_and_get(p_encoded => 'F',p_count => l_msg_count, p_data => x_return_mesg);
4297:

Line 4296: fnd_msg_pub.count_and_get(p_encoded => 'F',p_count => l_msg_count, p_data => x_return_mesg);

4292: fnd_message.set_name('WMS','WMS_EPC_GEN_FAIL');
4293: fnd_msg_pub.ADD;
4294: x_return_status := fnd_api.g_ret_sts_error;
4295: x_epc := NULL;
4296: fnd_msg_pub.count_and_get(p_encoded => 'F',p_count => l_msg_count, p_data => x_return_mesg);
4297:
4298: FOR i IN 1..l_msg_count LOOP
4299: x_return_mesg := x_return_mesg || fnd_msg_pub.get(I,'F');
4300: END LOOP;

Line 4299: x_return_mesg := x_return_mesg || fnd_msg_pub.get(I,'F');

4295: x_epc := NULL;
4296: fnd_msg_pub.count_and_get(p_encoded => 'F',p_count => l_msg_count, p_data => x_return_mesg);
4297:
4298: FOR i IN 1..l_msg_count LOOP
4299: x_return_mesg := x_return_mesg || fnd_msg_pub.get(I,'F');
4300: END LOOP;
4301:
4302: IF l_debug = 1 THEN
4303: TRACE('Inside g_exc_error l_msg_count :'||l_msg_count);

Line 4307: -- FND_MSG_PUB.initialize; --bug 5178424

4303: TRACE('Inside g_exc_error l_msg_count :'||l_msg_count);
4304: TRACE('x_return_mesg :'||x_return_mesg);
4305: END IF;
4306:
4307: -- FND_MSG_PUB.initialize; --bug 5178424
4308:
4309:
4310: WHEN fnd_api.g_exc_unexpected_error THEN
4311: fnd_message.set_name('WMS', 'WMS_EPC_GEN_FAIL');

Line 4312: fnd_msg_pub.ADD;

4308:
4309:
4310: WHEN fnd_api.g_exc_unexpected_error THEN
4311: fnd_message.set_name('WMS', 'WMS_EPC_GEN_FAIL');
4312: fnd_msg_pub.ADD;
4313: x_return_status := fnd_api.g_ret_sts_unexp_error;
4314: x_epc := NULL;
4315: fnd_msg_pub.count_and_get(p_count => l_msg_count, p_data => x_return_mesg);
4316:

Line 4315: fnd_msg_pub.count_and_get(p_count => l_msg_count, p_data => x_return_mesg);

4311: fnd_message.set_name('WMS', 'WMS_EPC_GEN_FAIL');
4312: fnd_msg_pub.ADD;
4313: x_return_status := fnd_api.g_ret_sts_unexp_error;
4314: x_epc := NULL;
4315: fnd_msg_pub.count_and_get(p_count => l_msg_count, p_data => x_return_mesg);
4316:
4317: FOR i IN 1..l_msg_count LOOP
4318: x_return_mesg := x_return_mesg || fnd_msg_pub.get(I,'F');
4319: END LOOP;

Line 4318: x_return_mesg := x_return_mesg || fnd_msg_pub.get(I,'F');

4314: x_epc := NULL;
4315: fnd_msg_pub.count_and_get(p_count => l_msg_count, p_data => x_return_mesg);
4316:
4317: FOR i IN 1..l_msg_count LOOP
4318: x_return_mesg := x_return_mesg || fnd_msg_pub.get(I,'F');
4319: END LOOP;
4320:
4321: IF l_debug = 1 THEN
4322: TRACE('Inside g_exc_unexpected_error l_msg_count :'||l_msg_count);

Line 4326: -- FND_MSG_PUB.initialize; --bug 5178424

4322: TRACE('Inside g_exc_unexpected_error l_msg_count :'||l_msg_count);
4323: TRACE('x_return_mesg :'||x_return_mesg);
4324: END IF;
4325:
4326: -- FND_MSG_PUB.initialize; --bug 5178424
4327:
4328: WHEN OTHERS THEN
4329: --ROLLBACK; blocked in R12
4330: x_return_status := fnd_api.g_ret_sts_unexp_error;

Line 4332: fnd_msg_pub.count_and_get(p_count => l_msg_count, p_data => x_return_mesg);

4328: WHEN OTHERS THEN
4329: --ROLLBACK; blocked in R12
4330: x_return_status := fnd_api.g_ret_sts_unexp_error;
4331: x_epc := NULL;
4332: fnd_msg_pub.count_and_get(p_count => l_msg_count, p_data => x_return_mesg);
4333:
4334: FOR i IN 1..l_msg_count LOOP
4335: x_return_mesg := x_return_mesg || fnd_msg_pub.get(I,'F');
4336: END LOOP;

Line 4335: x_return_mesg := x_return_mesg || fnd_msg_pub.get(I,'F');

4331: x_epc := NULL;
4332: fnd_msg_pub.count_and_get(p_count => l_msg_count, p_data => x_return_mesg);
4333:
4334: FOR i IN 1..l_msg_count LOOP
4335: x_return_mesg := x_return_mesg || fnd_msg_pub.get(I,'F');
4336: END LOOP;
4337:
4338: -- FND_MSG_PUB.initialize; --bug 5178424
4339:

Line 4338: -- FND_MSG_PUB.initialize; --bug 5178424

4334: FOR i IN 1..l_msg_count LOOP
4335: x_return_mesg := x_return_mesg || fnd_msg_pub.get(I,'F');
4336: END LOOP;
4337:
4338: -- FND_MSG_PUB.initialize; --bug 5178424
4339:
4340: IF l_debug = 1 THEN
4341: TRACE('generate EPC: Inside exception');
4342: TRACE('ERROR CODE = ' || SQLCODE);