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.17.12020000.5 2013/02/04 02:22:05 jianpyu 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 3895: inv_mobile_helper_functions.sql_error('inv_rcv_txn_match.matching_logic', l_progress, SQLCODE);

3891: ROLLBACK TO rcv_transactions_gen_sa;
3892: x_return_status := fnd_api.g_ret_sts_unexp_error ;
3893:
3894: IF SQLCODE IS NOT NULL THEN
3895: inv_mobile_helper_functions.sql_error('inv_rcv_txn_match.matching_logic', l_progress, SQLCODE);
3896: END IF;
3897: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
3898: THEN
3899: fnd_msg_pub.add_exc_msg

Line 3978: END INV_rcv_txn_match;

3974: x_cascaded_table(n).error_status := 'E';
3975:
3976: END matching_logic;
3977:
3978: END INV_rcv_txn_match;