DBA Data[Home] [Help]

APPS.INV_RCV_DIR_RCPT_APIS dependencies on INV_RCV_DIR_RCPT_APIS

Line 1: PACKAGE BODY inv_rcv_dir_rcpt_apis AS

1: PACKAGE BODY inv_rcv_dir_rcpt_apis AS
2: /* $Header: INVDIRDB.pls 120.15.12020000.2 2012/07/09 08:05:30 asugandh ship $*/
3:
4: --Variable to store interface_transaction_id for lot and serial splits
5: g_interface_transaction_id NUMBER;

Line 11: inv_mobile_helper_functions.tracelog(p_err_msg => p_err_msg, p_module => 'INV_RCV_DIR_RCPT_APIS', p_level => p_level);

7: PROCEDURE print_debug(p_err_msg VARCHAR2, p_level NUMBER DEFAULT 4) IS
8: l_debug NUMBER := NVL(fnd_profile.VALUE('INV_DEBUG_TRACE'), 0);
9: BEGIN
10: IF (l_debug = 1) THEN
11: inv_mobile_helper_functions.tracelog(p_err_msg => p_err_msg, p_module => 'INV_RCV_DIR_RCPT_APIS', p_level => p_level);
12: END IF;
13: END print_debug;
14:
15: PROCEDURE populate_default_values(

Line 801: inv_mobile_helper_functions.sql_error('inv_rcv_dir_rcpt_apis.create_osp_drct_dlvr_rti_rec', l_progress, SQLCODE);

797: CLOSE l_curs_rcpt_detail;
798: END IF;
799:
800: IF SQLCODE IS NOT NULL THEN
801: inv_mobile_helper_functions.sql_error('inv_rcv_dir_rcpt_apis.create_osp_drct_dlvr_rti_rec', l_progress, SQLCODE);
802: END IF;
803:
804: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => l_msg_count, p_data => x_message);
805:

Line 1548: inv_mobile_helper_functions.sql_error('inv_rcv_dir_rcpt_apis.create_po_drct_dlvr_rti_rec', l_progress, SQLCODE);

1544: CLOSE l_curs_rcpt_detail;
1545: END IF;
1546:
1547: IF SQLCODE IS NOT NULL THEN
1548: inv_mobile_helper_functions.sql_error('inv_rcv_dir_rcpt_apis.create_po_drct_dlvr_rti_rec', l_progress, SQLCODE);
1549: END IF;
1550:
1551: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => l_msg_count, p_data => x_message);
1552:

Line 2414: inv_mobile_helper_functions.sql_error('inv_rcv_dir_rcpt_apis.create_int_shp_dr_del_rti_rec', l_progress, SQLCODE);

2410: CLOSE l_curs_rcpt_detail;
2411: END IF;
2412:
2413: IF SQLCODE IS NOT NULL THEN
2414: inv_mobile_helper_functions.sql_error('inv_rcv_dir_rcpt_apis.create_int_shp_dr_del_rti_rec', l_progress, SQLCODE);
2415: END IF;
2416:
2417: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => l_msg_count, p_data => x_message);
2418: END create_int_shp_dr_del_rti_rec;

Line 3046: inv_mobile_helper_functions.sql_error('inv_rcv_dir_rcpt_apis.create_rma_drct_dlvr_rti_rec', l_progress, SQLCODE);

3042: CLOSE l_curs_rcpt_detail;
3043: END IF;
3044:
3045: IF SQLCODE IS NOT NULL THEN
3046: inv_mobile_helper_functions.sql_error('inv_rcv_dir_rcpt_apis.create_rma_drct_dlvr_rti_rec', l_progress, SQLCODE);
3047: END IF;
3048:
3049: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => l_msg_count, p_data => x_message);
3050: END create_rma_drct_dlvr_rti_rec;

Line 5187: inv_mobile_helper_functions.sql_error('inv_rcv_dir_rcpt_apis.create_osp_direct_rti_rec', l_progress, SQLCODE);

5183: WHEN OTHERS THEN
5184: x_status := fnd_api.g_ret_sts_unexp_error;
5185:
5186: IF SQLCODE IS NOT NULL THEN
5187: inv_mobile_helper_functions.sql_error('inv_rcv_dir_rcpt_apis.create_osp_direct_rti_rec', l_progress, SQLCODE);
5188: END IF;
5189:
5190: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => l_msg_count, p_data => x_message);
5191: END create_osp_direct_rti_rec;

Line 5929: inv_mobile_helper_functions.sql_error('inv_rcv_dir_rcpt_apis.create_direct_rti_rec', l_progress, SQLCODE);

5925: WHEN OTHERS THEN
5926: x_status := fnd_api.g_ret_sts_unexp_error;
5927:
5928: IF SQLCODE IS NOT NULL THEN
5929: inv_mobile_helper_functions.sql_error('inv_rcv_dir_rcpt_apis.create_direct_rti_rec', l_progress, SQLCODE);
5930: END IF;
5931:
5932: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => l_msg_count, p_data => x_message);
5933: END create_direct_rti_rec;

Line 5958: END inv_rcv_dir_rcpt_apis;

5954:
5955:
5956: END pack_lpn_txn;
5957: */
5958: END inv_rcv_dir_rcpt_apis;