DBA Data[Home] [Help]

APPS.GME_UPDATE_STEP_QTY_PVT dependencies on FND_MSG_PUB

Line 312: fnd_msg_pub.count_and_get (p_count => x_message_count

308: EXCEPTION
309: WHEN batch_step_fetch_error THEN
310: ROLLBACK TO SAVEPOINT update_step_qty;
311: x_return_status := fnd_api.g_ret_sts_error;
312: fnd_msg_pub.count_and_get (p_count => x_message_count
313: ,p_data => x_message_list);
314: WHEN invalid_step_status THEN
315: ROLLBACK TO SAVEPOINT update_step_qty;
316: x_return_status := fnd_api.g_ret_sts_error;

Line 318: fnd_msg_pub.count_and_get (p_count => x_message_count

314: WHEN invalid_step_status THEN
315: ROLLBACK TO SAVEPOINT update_step_qty;
316: x_return_status := fnd_api.g_ret_sts_error;
317: gme_common_pvt.log_message ('GME_API_INV_STAT_STEP_EDIT');
318: fnd_msg_pub.count_and_get (p_count => x_message_count
319: ,p_data => x_message_list);
320: WHEN batch_header_fetch_error THEN
321: ROLLBACK TO SAVEPOINT update_step_qty;
322: x_return_status := fnd_api.g_ret_sts_error;

Line 323: fnd_msg_pub.count_and_get (p_count => x_message_count

319: ,p_data => x_message_list);
320: WHEN batch_header_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_batch_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_batch_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_BATCH_EDIT_STEP');
329: fnd_msg_pub.count_and_get (p_count => x_message_count
330: ,p_data => x_message_list);
331: WHEN auto_step_calc_error THEN
332: ROLLBACK TO SAVEPOINT update_step_qty;
333: x_return_status := l_return_status;

Line 334: fnd_msg_pub.count_and_get (p_count => x_message_count

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

Line 339: fnd_msg_pub.count_and_get (p_count => x_message_count

335: ,p_data => x_message_list);
336: WHEN calc_quantities_error THEN
337: ROLLBACK TO SAVEPOINT update_step_qty;
338: x_return_status := l_return_status;
339: fnd_msg_pub.count_and_get (p_count => x_message_count
340: ,p_data => x_message_list);
341: WHEN OTHERS THEN
342: IF g_debug <= gme_debug.g_log_unexpected THEN
343: gme_debug.put_line ( 'When others exception in '

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

349: END IF;
350:
351: ROLLBACK TO SAVEPOINT edit_step_qty;
352: x_return_status := fnd_api.g_ret_sts_unexp_error;
353: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
354: fnd_msg_pub.count_and_get (p_count => x_message_count
355: ,p_data => x_message_list);
356: END update_step_qty;
357:

Line 354: fnd_msg_pub.count_and_get (p_count => x_message_count

350:
351: ROLLBACK TO SAVEPOINT edit_step_qty;
352: x_return_status := fnd_api.g_ret_sts_unexp_error;
353: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
354: fnd_msg_pub.count_and_get (p_count => x_message_count
355: ,p_data => x_message_list);
356: END update_step_qty;
357:
358: /*===========================================================================================

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

427: || ' Error is '
428: || SQLERRM);
429: END IF;
430:
431: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
432: END calculate_mass_vol_qty;
433:
434: /*===========================================================================================
435: Procedure

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

544: || SQLERRM);
545: END IF;
546:
547: x_return_status := fnd_api.g_ret_sts_unexp_error;
548: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
549: END calculate_quantities;
550:
551: /*===========================================================================================
552: Procedure

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

878: || SQLERRM);
879: END IF;
880:
881: x_return_status := fnd_api.g_ret_sts_unexp_error;
882: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
883: END calc_charge;
884:
885: /*===========================================================================================
886: Procedure

Line 1036: fnd_msg_pub.add_exc_msg ('gme_update_step_qty_pvt'

1032: ,l_gme_calc_int_rsrc_usage_char
1033: ,'PROFILE'
1034: ,l_user_profile_option_name);
1035: ELSE
1036: fnd_msg_pub.add_exc_msg ('gme_update_step_qty_pvt'
1037: ,'UPDATE_ACTIVITIES');
1038: END IF;
1039: WHEN OTHERS THEN
1040: IF g_debug <= gme_debug.g_log_unexpected THEN

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

1046: || SQLERRM);
1047: END IF;
1048:
1049: x_return_status := fnd_api.g_ret_sts_unexp_error;
1050: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
1051: END update_activities;
1052:
1053: /*===========================================================================================
1054: Procedure

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

1754: || SQLERRM);
1755: END IF;
1756:
1757: x_return_status := fnd_api.g_ret_sts_unexp_error;
1758: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
1759: END update_resources;
1760:
1761: /*===========================================================================================
1762: Procedure

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

1919: || SQLERRM);
1920: END IF;
1921:
1922: x_return_status := fnd_api.g_ret_sts_unexp_error;
1923: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
1924: END build_insert_resource_txn;
1925:
1926: /*===========================================================================================
1927: Procedure

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

2039: || SQLERRM);
2040: END IF;
2041:
2042: x_return_status := fnd_api.g_ret_sts_unexp_error;
2043: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
2044: END adjust_pending_usage;
2045:
2046: /*===========================================================================================
2047: Procedure

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

2277: || SQLERRM);
2278: END IF;
2279:
2280: x_return_status := fnd_api.g_ret_sts_unexp_error;
2281: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
2282: END adjust_actual_usage;
2283:
2284: /*===========================================================================================
2285: Procedure

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

2505: || SQLERRM);
2506: END IF;
2507:
2508: x_return_status := fnd_api.g_ret_sts_unexp_error;
2509: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
2510: END reduce_pending_usage;
2511:
2512:
2513: /*===========================================================================================