DBA Data[Home] [Help]

APPS.GME_API_MAIN dependencies on FND_MSG_PUB

Line 62: fnd_msg_pub.initialize;

58: x_return_status := fnd_api.g_ret_sts_success;
59:
60: -- Initialize message list and count if needed
61: IF p_init_msg_list = fnd_api.g_true THEN
62: fnd_msg_pub.initialize;
63: gme_common_pvt.g_error_count := 0;
64: END IF;
65:
66: gme_common_pvt.set_timestamp;

Line 186: fnd_msg_pub.initialize;

182: END IF;
183:
184: -- Initialize message list and count if needed
185: IF p_init_msg_list = fnd_api.g_true THEN
186: fnd_msg_pub.initialize;
187: gme_common_pvt.g_error_count := 0;
188: END IF;
189:
190: /* Set the return status to success initially */

Line 234: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);

230: END IF;
231:
232: ROLLBACK TO SAVEPOINT create_phantom;
233: x_material_detail_rec := NULL;
234: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
235: gme_common_pvt.count_and_get (x_count => x_message_count
236: ,p_encoded => fnd_api.g_false
237: ,x_data => x_message_list);
238: x_return_status := fnd_api.g_ret_sts_unexp_error;

Line 289: fnd_msg_pub.initialize;

285:
286:
287: /* Initialize message list and count if needed */
288: IF p_init_msg_list = fnd_api.g_true THEN
289: fnd_msg_pub.initialize;
290: gme_common_pvt.g_error_count := 0;
291: END IF;
292:
293: x_batch_header_rec := p_batch_header_rec;

Line 342: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);

338: ,x_data => x_message_list);
339: WHEN OTHERS THEN
340: ROLLBACK TO SAVEPOINT scale_batch;
341: x_batch_header_rec := NULL;
342: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
343: gme_common_pvt.count_and_get (x_count => x_message_count
344: ,p_encoded => fnd_api.g_false
345: ,x_data => x_message_list);
346: x_return_status := fnd_api.g_ret_sts_unexp_error;

Line 390: fnd_msg_pub.initialize;

386: END IF;
387:
388: /* Initialize message list and count if needed */
389: IF p_init_msg_list = fnd_api.g_true THEN
390: fnd_msg_pub.initialize;
391: gme_common_pvt.g_error_count := 0;
392: END IF;
393:
394: gme_common_pvt.set_timestamp;

Line 428: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);

424: ,p_encoded => fnd_api.g_false
425: ,x_data => x_message_list);
426: WHEN OTHERS THEN
427: ROLLBACK TO SAVEPOINT theoretical_yield_batch;
428: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
429: gme_common_pvt.count_and_get (x_count => x_message_count
430: ,p_encoded => fnd_api.g_false
431: ,x_data => x_message_list);
432: x_return_status := fnd_api.g_ret_sts_unexp_error;

Line 488: fnd_msg_pub.initialize;

484: END IF;
485:
486: -- Initialize message list and count if needed
487: IF p_init_msg_list = fnd_api.g_true THEN
488: fnd_msg_pub.initialize;
489: gme_common_pvt.g_error_count := 0;
490: END IF;
491:
492: gme_common_pvt.set_timestamp;

Line 659: fnd_msg_pub.initialize;

655: END IF;
656:
657: -- Initialize message list and count if needed
658: IF p_init_msg_list = fnd_api.g_true THEN
659: fnd_msg_pub.initialize;
660: gme_common_pvt.g_error_count := 0;
661: END IF;
662:
663: gme_common_pvt.set_timestamp;

Line 787: fnd_msg_pub.initialize;

783: END IF;
784:
785: -- Initialize message list and count if needed
786: IF p_init_msg_list = fnd_api.g_true THEN
787: fnd_msg_pub.initialize;
788: gme_common_pvt.g_error_count := 0;
789: END IF;
790:
791: gme_common_pvt.set_timestamp;

Line 975: fnd_msg_pub.initialize;

971: x_return_status := fnd_api.g_ret_sts_success;
972:
973: -- Initialize message list and count if needed
974: IF p_init_msg_list = fnd_api.g_true THEN
975: fnd_msg_pub.initialize;
976: gme_common_pvt.g_error_count := 0;
977: END IF;
978:
979: gme_common_pvt.set_timestamp;

Line 1101: fnd_msg_pub.initialize;

1097: END IF;
1098:
1099: -- Initialize message list and count if needed
1100: IF p_init_msg_list = fnd_api.g_true THEN
1101: fnd_msg_pub.initialize;
1102: gme_common_pvt.g_error_count := 0;
1103: END IF;
1104:
1105: gme_common_pvt.set_timestamp;

Line 1262: fnd_msg_pub.initialize;

1258: END IF;
1259:
1260: -- Initialize message list and count if needed
1261: IF p_init_msg_list = fnd_api.g_true THEN
1262: fnd_msg_pub.initialize;
1263: gme_common_pvt.g_error_count := 0;
1264: END IF;
1265:
1266: gme_common_pvt.set_timestamp;

Line 1367: fnd_msg_pub.initialize;

1363: END IF;
1364:
1365: /* Initialize message list and count if needed */
1366: IF p_init_msg_list = fnd_api.g_true THEN
1367: fnd_msg_pub.initialize;
1368: gme_common_pvt.g_error_count := 0;
1369: END IF;
1370:
1371: gme_common_pvt.set_timestamp;

Line 1428: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);

1424: ,x_data => x_message_list);
1425: WHEN OTHERS THEN
1426: ROLLBACK TO SAVEPOINT reschedule_batch;
1427: x_batch_header_rec := NULL;
1428: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
1429: gme_common_pvt.count_and_get (x_count => x_message_count
1430: ,p_encoded => fnd_api.g_false
1431: ,x_data => x_message_list);
1432: x_return_status := fnd_api.g_ret_sts_unexp_error;

Line 1484: fnd_msg_pub.initialize;

1480: END IF;
1481:
1482: /* Initialize message list and count if needed */
1483: IF p_init_msg_list = fnd_api.g_true THEN
1484: fnd_msg_pub.initialize;
1485: gme_common_pvt.g_error_count := 0;
1486: END IF;
1487:
1488: gme_common_pvt.set_timestamp;

Line 1553: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);

1549: x_return_status := fnd_api.g_ret_sts_error;
1550: WHEN OTHERS THEN
1551: ROLLBACK TO SAVEPOINT reschedule_batch_step;
1552: x_batch_step_rec := NULL;
1553: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
1554: gme_common_pvt.count_and_get (x_count => x_message_count
1555: ,p_encoded => fnd_api.g_false
1556: ,x_data => x_message_list);
1557: x_return_status := fnd_api.g_ret_sts_unexp_error;

Line 1598: fnd_msg_pub.initialize;

1594: x_return_status := fnd_api.g_ret_sts_success;
1595:
1596: -- Initialize message list and count if needed
1597: IF p_init_msg_list = fnd_api.g_true THEN
1598: fnd_msg_pub.initialize;
1599: gme_common_pvt.g_error_count := 0;
1600: END IF;
1601:
1602: gme_common_pvt.set_timestamp;

Line 1696: fnd_msg_pub.initialize;

1692: x_return_status := fnd_api.g_ret_sts_success;
1693:
1694: -- Initialize message list and count if needed
1695: IF p_init_msg_list = fnd_api.g_true THEN
1696: fnd_msg_pub.initialize;
1697: gme_common_pvt.g_error_count := 0;
1698: END IF;
1699:
1700: gme_common_pvt.set_timestamp;

Line 1838: fnd_msg_pub.initialize;

1834: x_return_status := fnd_api.g_ret_sts_success;
1835:
1836: -- Initialize message list and count if needed
1837: IF p_init_msg_list = fnd_api.g_true THEN
1838: fnd_msg_pub.initialize;
1839: gme_common_pvt.g_error_count := 0;
1840: END IF;
1841:
1842: gme_common_pvt.set_timestamp;

Line 1954: fnd_msg_pub.initialize;

1950: x_return_status := fnd_api.g_ret_sts_success;
1951:
1952: -- Initialize message list and count if needed
1953: IF p_init_msg_list = fnd_api.g_true THEN
1954: fnd_msg_pub.initialize;
1955: gme_common_pvt.g_error_count := 0;
1956: END IF;
1957:
1958: gme_common_pvt.set_timestamp;

Line 2069: fnd_msg_pub.initialize;

2065: x_return_status := fnd_api.g_ret_sts_success;
2066:
2067: -- Initialize message list and count if needed
2068: IF p_init_msg_list = fnd_api.g_true THEN
2069: fnd_msg_pub.initialize;
2070: gme_common_pvt.g_error_count := 0;
2071: END IF;
2072:
2073: gme_common_pvt.set_timestamp;

Line 2183: fnd_msg_pub.initialize;

2179: x_return_status := fnd_api.g_ret_sts_success;
2180:
2181: -- Initialize message list and count if needed
2182: IF p_init_msg_list = fnd_api.g_true THEN
2183: fnd_msg_pub.initialize;
2184: gme_common_pvt.g_error_count := 0;
2185: END IF;
2186:
2187: gme_common_pvt.set_timestamp;

Line 2297: fnd_msg_pub.initialize;

2293: END IF;
2294: END IF;
2295: /* Initialize message list and count if needed */
2296: IF p_init_msg_list = fnd_api.g_true THEN
2297: fnd_msg_pub.initialize;
2298: gme_common_pvt.g_error_count := 0;
2299: END IF;
2300:
2301: /* Punit Kumar */

Line 2358: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);

2354: ,p_encoded => fnd_api.g_false
2355: ,x_data => x_message_list);
2356: WHEN OTHERS THEN
2357: ROLLBACK TO SAVEPOINT delete_step;
2358: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
2359: gme_common_pvt.count_and_get (x_count => x_message_count
2360: ,p_encoded => fnd_api.g_false
2361: ,x_data => x_message_list);
2362: x_return_status := fnd_api.g_ret_sts_unexp_error;

Line 2420: fnd_msg_pub.initialize;

2416: RAISE setup_failure;
2417: END IF;
2418: END IF;
2419: IF p_init_msg_list = fnd_api.g_true THEN
2420: fnd_msg_pub.initialize;
2421: gme_common_pvt.g_error_count := 0;
2422: END IF;
2423:
2424: /* Punit Kumar */

Line 2495: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);

2491: ,x_data => x_message_list);
2492: WHEN OTHERS THEN
2493: ROLLBACK TO SAVEPOINT insert_step;
2494: x_batch_step := NULL;
2495: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
2496: gme_common_pvt.count_and_get (x_count => x_message_count
2497: ,p_encoded => fnd_api.g_false
2498: ,x_data => x_message_list);
2499: x_return_status := fnd_api.g_ret_sts_unexp_error;

Line 2545: fnd_msg_pub.initialize;

2541: END IF;
2542:
2543: -- Initialize message list and count if needed
2544: IF p_init_msg_list = fnd_api.g_true THEN
2545: fnd_msg_pub.initialize;
2546: gme_common_pvt.g_error_count := 0;
2547: END IF;
2548:
2549: gme_common_pvt.set_timestamp;

Line 2676: fnd_msg_pub.initialize;

2672: END IF;
2673:
2674: -- Initialize message list and count if needed
2675: IF p_init_msg_list = fnd_api.g_true THEN
2676: fnd_msg_pub.initialize;
2677: gme_common_pvt.g_error_count := 0;
2678: END IF;
2679:
2680: gme_common_pvt.set_timestamp;

Line 2801: fnd_msg_pub.initialize;

2797: END IF;
2798:
2799: /* Initialize message list and count if needed */
2800: IF p_init_msg_list = fnd_api.g_true THEN
2801: fnd_msg_pub.initialize;
2802: gme_common_pvt.g_error_count := 0;
2803: END IF;
2804:
2805: gme_common_pvt.set_timestamp;

Line 2860: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);

2856: ,x_data => x_message_list);
2857: WHEN OTHERS THEN
2858: ROLLBACK TO SAVEPOINT close_batch;
2859: x_batch_header_rec := NULL;
2860: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
2861: gme_common_pvt.count_and_get (x_count => x_message_count
2862: ,p_encoded => fnd_api.g_false
2863: ,x_data => x_message_list);
2864: x_return_status := fnd_api.g_ret_sts_unexp_error;

Line 2913: fnd_msg_pub.initialize;

2909: END IF;
2910: END IF;
2911: /* Initialize message list and count if needed */
2912: IF p_init_msg_list = fnd_api.g_true THEN
2913: fnd_msg_pub.initialize;
2914: gme_common_pvt.g_error_count := 0;
2915: END IF;
2916:
2917: gme_common_pvt.set_timestamp;

Line 2955: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);

2951: ,x_data => x_message_list);
2952: WHEN OTHERS THEN
2953: ROLLBACK TO SAVEPOINT close_batch_step;
2954: x_batch_step_rec := NULL;
2955: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
2956: /*N Punit Kumar */
2957: gme_common_pvt.count_and_get (x_count => x_message_count
2958: ,p_encoded => fnd_api.g_false
2959: ,x_data => x_message_list);

Line 2995: fnd_msg_pub.initialize;

2991: END IF;
2992:
2993: /* Initialize message list and count if needed*/
2994: IF p_init_msg_list = fnd_api.g_true THEN
2995: fnd_msg_pub.initialize;
2996: gme_common_pvt.g_error_count := 0;
2997: END IF;
2998:
2999: /* Set the success staus to success inititally*/

Line 3093: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);

3089: ||'reopen_batch error : OTHERS.' || SQLCODE
3090: );
3091: END IF;
3092:
3093: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
3094:
3095: gme_common_pvt.count_and_get (x_count => x_message_count
3096: ,p_encoded => fnd_api.g_false
3097: ,x_data => x_message_list);

Line 3125: fnd_msg_pub.initialize;

3121: SAVEPOINT reopen_batch_step;
3122:
3123: /* Initialize message list and count if needed*/
3124: IF p_init_msg_list = fnd_api.g_true THEN
3125: fnd_msg_pub.initialize;
3126: gme_common_pvt.g_error_count := 0; /* Punit Kumar */
3127: END IF;
3128:
3129: IF (g_debug IS NOT NULL) THEN

Line 3233: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);

3229: ||'reopen_step error : OTHERS.' || SQLCODE
3230: );
3231: END IF;
3232:
3233: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
3234: /* Punit Kumar */
3235: gme_common_pvt.count_and_get (x_count => x_message_count
3236: ,p_encoded => fnd_api.g_false
3237: ,x_data => x_message_list);

Line 3322: fnd_msg_pub.initialize;

3318: END IF;
3319:
3320: /* Initialize message list and count if needed */
3321: IF p_init_msg_list = fnd_api.g_true THEN
3322: fnd_msg_pub.initialize;
3323: gme_common_pvt.g_error_count := 0;
3324: END IF;
3325:
3326: gme_common_pvt.set_timestamp;

Line 3422: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);

3418: gme_debug.put_line (g_pkg_name||'.'||l_api_name||' in exception block; x_return_status= '||x_return_status);
3419: END IF;
3420: WHEN OTHERS THEN
3421: ROLLBACK TO SAVEPOINT incremental_backflush;
3422: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
3423: gme_common_pvt.count_and_get (x_count => x_message_count
3424: ,p_encoded => fnd_api.g_false
3425: ,x_data => x_message_list);
3426: x_return_status := fnd_api.g_ret_sts_unexp_error;

Line 3479: fnd_msg_pub.initialize;

3475: || 'Entering');
3476: END IF;
3477:
3478: IF (fnd_api.to_boolean (p_init_msg_list) ) THEN
3479: fnd_msg_pub.initialize;
3480: gme_common_pvt.g_error_count := 0;
3481: END IF;
3482:
3483: /* Set the return status to success initially */

Line 3573: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);

3569: ,p_encoded => fnd_api.g_false
3570: ,x_data => x_message_list);
3571: WHEN OTHERS THEN
3572: ROLLBACK TO SAVEPOINT reroute_batch_main;
3573: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
3574: x_batch_header_rec := NULL;
3575: x_return_status := fnd_api.g_ret_sts_unexp_error;
3576:
3577: IF (NVL (g_debug, 0) > 0) THEN

Line 3648: fnd_msg_pub.initialize;

3644: END IF;
3645:
3646: -- Initialize message list and count if needed
3647: IF p_init_msg_list = fnd_api.g_true THEN
3648: fnd_msg_pub.initialize;
3649: gme_common_pvt.g_error_count := 0;
3650: END IF;
3651:
3652: gme_common_pvt.set_timestamp;

Line 3799: fnd_msg_pub.initialize;

3795: END IF;
3796:
3797: -- Initialize message list and count if needed
3798: IF p_init_msg_list = fnd_api.g_true THEN
3799: fnd_msg_pub.initialize;
3800: gme_common_pvt.g_error_count := 0;
3801: END IF;
3802:
3803: gme_common_pvt.set_timestamp;

Line 3899: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);

3895: || ' Error is '
3896: || SQLERRM);
3897: END IF;
3898:
3899: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
3900: gme_common_pvt.count_and_get (x_count => x_message_count
3901: ,p_encoded => fnd_api.g_false
3902: ,x_data => x_message_list);
3903: x_return_status := fnd_api.g_ret_sts_unexp_error;

Line 3948: fnd_msg_pub.initialize;

3944: x_return_status := fnd_api.g_ret_sts_success;
3945:
3946: -- Initialize message list and count if needed
3947: IF p_init_msg_list = fnd_api.g_true THEN
3948: fnd_msg_pub.initialize;
3949: gme_common_pvt.g_error_count := 0;
3950: END IF;
3951:
3952: gme_common_pvt.set_timestamp;

Line 4055: fnd_msg_pub.initialize;

4051: x_return_status := fnd_api.g_ret_sts_success;
4052:
4053: -- Initialize message list and count if needed
4054: IF p_init_msg_list = fnd_api.g_true THEN
4055: fnd_msg_pub.initialize;
4056: gme_common_pvt.g_error_count := 0;
4057: END IF;
4058:
4059: gme_common_pvt.set_timestamp;

Line 4158: fnd_msg_pub.initialize;

4154: END IF;
4155:
4156: -- Initialize message list and count if needed
4157: IF p_init_msg_list = fnd_api.g_true THEN
4158: fnd_msg_pub.initialize;
4159: gme_common_pvt.g_error_count := 0;
4160: END IF;
4161:
4162: /* Set the return status to success initially */

Line 4199: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);

4195: || SQLERRM);
4196: END IF;
4197:
4198: ROLLBACK TO SAVEPOINT auto_detail_line;
4199: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
4200: gme_common_pvt.count_and_get (x_count => x_message_count
4201: ,p_encoded => fnd_api.g_false
4202: ,x_data => x_message_list);
4203: x_return_status := fnd_api.g_ret_sts_unexp_error;

Line 4242: fnd_msg_pub.initialize;

4238: END IF;
4239:
4240: -- Initialize message list and count if needed
4241: IF p_init_msg_list = fnd_api.g_true THEN
4242: fnd_msg_pub.initialize;
4243: gme_common_pvt.g_error_count := 0;
4244: END IF;
4245:
4246: /* Set the return status to success initially */

Line 4282: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);

4278: || SQLERRM);
4279: END IF;
4280:
4281: ROLLBACK TO SAVEPOINT auto_detail_batch;
4282: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
4283: gme_common_pvt.count_and_get (x_count => x_message_count,
4284: p_encoded => fnd_api.g_false,
4285: x_data => x_message_list);
4286: x_return_status := fnd_api.g_ret_sts_unexp_error;

Line 4331: fnd_msg_pub.initialize;

4327: x_return_status := fnd_api.g_ret_sts_success;
4328:
4329: -- Initialize message list and count if needed
4330: IF p_init_msg_list = fnd_api.g_true THEN
4331: fnd_msg_pub.initialize;
4332: gme_common_pvt.g_error_count := 0;
4333: END IF;
4334:
4335: gme_common_pvt.set_timestamp;

Line 4435: fnd_msg_pub.initialize;

4431: x_return_status := fnd_api.g_ret_sts_success;
4432:
4433: -- Initialize message list and count if needed
4434: IF p_init_msg_list = fnd_api.g_true THEN
4435: fnd_msg_pub.initialize;
4436: gme_common_pvt.g_error_count := 0;
4437: END IF;
4438:
4439: gme_common_pvt.set_timestamp;

Line 4539: fnd_msg_pub.initialize;

4535: x_return_status := fnd_api.g_ret_sts_success;
4536:
4537: -- Initialize message list and count if needed
4538: IF p_init_msg_list = fnd_api.g_true THEN
4539: fnd_msg_pub.initialize;
4540: gme_common_pvt.g_error_count := 0;
4541: END IF;
4542:
4543: gme_common_pvt.set_timestamp;