DBA Data[Home] [Help]

APPS.GML_RCV_DIR_RCPT_APIS dependencies on INV_RCV_TXN_MATCH

Line 1369: inv_rcv_txn_match.matching_logic

1365: inv_rcv_std_rcpt_apis.g_rcpt_match_table_gross(inv_rcv_std_rcpt_apis.g_receipt_detail_index).error_status := 'S'; -- ?
1366:
1367: /** EOU Commented out as this procedure is not needed by OPM
1368: l_progress := '40';
1369: inv_rcv_txn_match.matching_logic
1370: (x_return_status => x_status, --?
1371: x_msg_count => l_msg_count,
1372: x_msg_data => x_message,
1373: x_cascaded_table => inv_rcv_std_rcpt_apis.g_rcpt_match_table_gross,

Line 1826: inv_rcv_txn_match.matching_logic

1822: inv_rcv_std_rcpt_apis.g_rcpt_match_table_gross(inv_rcv_std_rcpt_apis.g_receipt_detail_index).tax_amount := 0; -- ?
1823: inv_rcv_std_rcpt_apis.g_rcpt_match_table_gross(inv_rcv_std_rcpt_apis.g_receipt_detail_index).error_status := 'S'; -- ?
1824:
1825: l_progress := '40';
1826: inv_rcv_txn_match.matching_logic
1827: (x_return_status => x_status, --?
1828: x_msg_count => l_msg_count,
1829: x_msg_data => x_message,
1830: x_cascaded_table => inv_rcv_std_rcpt_apis.g_rcpt_match_table_gross,

Line 2506: INV_rcv_txn_match.matching_logic

2502: END IF;
2503: END IF;
2504:
2505: /* EOU Comented out as this procedure is not needed by OPM
2506: INV_rcv_txn_match.matching_logic
2507: (x_return_status => l_return_status, --?
2508: x_msg_count => l_msg_count,
2509: x_msg_data => l_msg_data,
2510: x_cascaded_table => inv_rcv_std_rcpt_apis.g_rcpt_match_table_gross,