DBA Data[Home] [Help]

APPS.INV_RCV_TXN_MATCH dependencies on INV_RCV_TXN_MATCH

Line 1: PACKAGE BODY INV_RCV_TXN_MATCH AS

1: PACKAGE BODY INV_RCV_TXN_MATCH AS
2: /* $Header: INVRCVMB.pls 120.7.12010000.4 2009/02/06 08:03:01 vssrivat ship $*/
3:
4: x_interface_type varchar2(25) := 'RCV-856';
5: x_dummy_flag varchar2(1) := 'Y';

Line 7: g_pkg_name CONSTANT VARCHAR2(30) := 'INV_RCV_TXN_MATCH';

3:
4: x_interface_type varchar2(25) := 'RCV-856';
5: x_dummy_flag varchar2(1) := 'Y';
6:
7: g_pkg_name CONSTANT VARCHAR2(30) := 'INV_RCV_TXN_MATCH';
8:
9: PROCEDURE print_debug(p_err_msg VARCHAR2,
10: p_level NUMBER DEFAULT 4)
11: IS

Line 18: p_module => 'INV_RCV_TXN_MATCH',

14:
15: IF (l_debug = 1) THEN
16: inv_mobile_helper_functions.tracelog
17: (p_err_msg => p_err_msg,
18: p_module => 'INV_RCV_TXN_MATCH',
19: p_level => p_level);
20: END IF;
21:
22: -- dbms_output.put_line(p_err_msg);

Line 3584: inv_mobile_helper_functions.sql_error('inv_rcv_txn_match.matching_logic', l_progress, SQLCODE);

3580: ROLLBACK TO rcv_transactions_gen_sa;
3581: x_return_status := fnd_api.g_ret_sts_unexp_error ;
3582:
3583: IF SQLCODE IS NOT NULL THEN
3584: inv_mobile_helper_functions.sql_error('inv_rcv_txn_match.matching_logic', l_progress, SQLCODE);
3585: END IF;
3586: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
3587: THEN
3588: fnd_msg_pub.add_exc_msg

Line 3667: END INV_rcv_txn_match;

3663: x_cascaded_table(n).error_status := 'E';
3664:
3665: END matching_logic;
3666:
3667: END INV_rcv_txn_match;