DBA Data[Home] [Help]

APPS.GME_UPDATE_STEP_QTY_PVT dependencies on FND_MSG_PUB

Line 323: fnd_msg_pub.count_and_get (p_count => x_message_count

319: EXCEPTION
320: WHEN batch_step_fetch_error THEN
321: ROLLBACK TO SAVEPOINT update_step_qty;
322: x_return_status := fnd_api.g_ret_sts_error;
323: fnd_msg_pub.count_and_get (p_count => x_message_count
324: ,p_data => x_message_list);
325: WHEN invalid_step_status THEN
326: ROLLBACK TO SAVEPOINT update_step_qty;
327: x_return_status := fnd_api.g_ret_sts_error;

Line 329: fnd_msg_pub.count_and_get (p_count => x_message_count

325: WHEN invalid_step_status THEN
326: ROLLBACK TO SAVEPOINT update_step_qty;
327: x_return_status := fnd_api.g_ret_sts_error;
328: gme_common_pvt.log_message ('GME_API_INV_STAT_STEP_EDIT');
329: fnd_msg_pub.count_and_get (p_count => x_message_count
330: ,p_data => x_message_list);
331: WHEN batch_header_fetch_error THEN
332: ROLLBACK TO SAVEPOINT update_step_qty;
333: x_return_status := fnd_api.g_ret_sts_error;

Line 334: fnd_msg_pub.count_and_get (p_count => x_message_count

330: ,p_data => x_message_list);
331: WHEN batch_header_fetch_error THEN
332: ROLLBACK TO SAVEPOINT update_step_qty;
333: x_return_status := fnd_api.g_ret_sts_error;
334: fnd_msg_pub.count_and_get (p_count => x_message_count
335: ,p_data => x_message_list);
336: WHEN invalid_batch_status THEN
337: ROLLBACK TO SAVEPOINT update_step_qty;
338: x_return_status := fnd_api.g_ret_sts_error;

Line 340: fnd_msg_pub.count_and_get (p_count => x_message_count

336: WHEN invalid_batch_status THEN
337: ROLLBACK TO SAVEPOINT update_step_qty;
338: x_return_status := fnd_api.g_ret_sts_error;
339: gme_common_pvt.log_message ('GME_API_INV_BATCH_EDIT_STEP');
340: fnd_msg_pub.count_and_get (p_count => x_message_count
341: ,p_data => x_message_list);
342: WHEN auto_step_calc_error THEN
343: ROLLBACK TO SAVEPOINT update_step_qty;
344: x_return_status := l_return_status;

Line 345: fnd_msg_pub.count_and_get (p_count => x_message_count

341: ,p_data => x_message_list);
342: WHEN auto_step_calc_error THEN
343: ROLLBACK TO SAVEPOINT update_step_qty;
344: x_return_status := l_return_status;
345: fnd_msg_pub.count_and_get (p_count => x_message_count
346: ,p_data => x_message_list);
347: WHEN calc_quantities_error THEN
348: ROLLBACK TO SAVEPOINT update_step_qty;
349: x_return_status := l_return_status;

Line 350: fnd_msg_pub.count_and_get (p_count => x_message_count

346: ,p_data => x_message_list);
347: WHEN calc_quantities_error THEN
348: ROLLBACK TO SAVEPOINT update_step_qty;
349: x_return_status := l_return_status;
350: fnd_msg_pub.count_and_get (p_count => x_message_count
351: ,p_data => x_message_list);
352: WHEN OTHERS THEN
353: IF g_debug <= gme_debug.g_log_unexpected THEN
354: gme_debug.put_line ( 'When others exception in '

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

360: END IF;
361:
362: ROLLBACK TO SAVEPOINT edit_step_qty;
363: x_return_status := fnd_api.g_ret_sts_unexp_error;
364: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
365: fnd_msg_pub.count_and_get (p_count => x_message_count
366: ,p_data => x_message_list);
367: END update_step_qty;
368:

Line 365: fnd_msg_pub.count_and_get (p_count => x_message_count

361:
362: ROLLBACK TO SAVEPOINT edit_step_qty;
363: x_return_status := fnd_api.g_ret_sts_unexp_error;
364: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
365: fnd_msg_pub.count_and_get (p_count => x_message_count
366: ,p_data => x_message_list);
367: END update_step_qty;
368:
369: /*===========================================================================================

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

438: || ' Error is '
439: || SQLERRM);
440: END IF;
441:
442: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
443: END calculate_mass_vol_qty;
444:
445: /*===========================================================================================
446: Procedure

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

566: || SQLERRM);
567: END IF;
568:
569: x_return_status := fnd_api.g_ret_sts_unexp_error;
570: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
571: END calculate_quantities;
572:
573: /*===========================================================================================
574: Procedure

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

977: || SQLERRM);
978: END IF;
979:
980: x_return_status := fnd_api.g_ret_sts_unexp_error;
981: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
982: END calc_charge;
983:
984: /*===========================================================================================
985: Procedure

Line 1135: fnd_msg_pub.add_exc_msg ('gme_update_step_qty_pvt'

1131: ,l_gme_calc_int_rsrc_usage_char
1132: ,'PROFILE'
1133: ,l_user_profile_option_name);
1134: ELSE
1135: fnd_msg_pub.add_exc_msg ('gme_update_step_qty_pvt'
1136: ,'UPDATE_ACTIVITIES');
1137: END IF;
1138: WHEN OTHERS THEN
1139: IF g_debug <= gme_debug.g_log_unexpected THEN

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

1145: || SQLERRM);
1146: END IF;
1147:
1148: x_return_status := fnd_api.g_ret_sts_unexp_error;
1149: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
1150: END update_activities;
1151:
1152: /*===========================================================================================
1153: Procedure

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

1853: || SQLERRM);
1854: END IF;
1855:
1856: x_return_status := fnd_api.g_ret_sts_unexp_error;
1857: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
1858: END update_resources;
1859:
1860: /*===========================================================================================
1861: Procedure

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

2029: || SQLERRM);
2030: END IF;
2031:
2032: x_return_status := fnd_api.g_ret_sts_unexp_error;
2033: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
2034: END build_insert_resource_txn;
2035:
2036: /*===========================================================================================
2037: Procedure

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

2149: || SQLERRM);
2150: END IF;
2151:
2152: x_return_status := fnd_api.g_ret_sts_unexp_error;
2153: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
2154: END adjust_pending_usage;
2155:
2156: /*===========================================================================================
2157: Procedure

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

2428: || SQLERRM);
2429: END IF;
2430:
2431: x_return_status := fnd_api.g_ret_sts_unexp_error;
2432: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
2433: END adjust_actual_usage;
2434:
2435: /*===========================================================================================
2436: Procedure

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

2735: || SQLERRM);
2736: END IF;
2737:
2738: x_return_status := fnd_api.g_ret_sts_unexp_error;
2739: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
2740: END reduce_pending_usage;
2741:
2742:
2743: /*===========================================================================================