DBA Data[Home] [Help]

APPS.INV_RCV_STD_DELIVER_APIS dependencies on INV_RCV_TXN_MATCH

Line 2919: inv_rcv_txn_match.matching_logic(

2915: END;
2916:
2917: l_progress := '40';
2918: if (l_asn_type = 'ASN') then
2919: inv_rcv_txn_match.matching_logic(
2920: x_return_status => x_status --?
2921: , x_msg_count => l_msg_count
2922: , x_msg_data => x_message
2923: , x_cascaded_table => g_rcvtxn_match_table_gross

Line 2931: inv_rcv_txn_match.matching_logic(

2927: , p_match_type => 'ASN'
2928: , p_lpn_id => NULL
2929: );
2930: else
2931: inv_rcv_txn_match.matching_logic(
2932: x_return_status => x_status --?
2933: , x_msg_count => l_msg_count
2934: , x_msg_data => x_message
2935: , x_cascaded_table => g_rcvtxn_match_table_gross

Line 3562: inv_rcv_txn_match.matching_logic(

3558: print_debug('40.6 customer_id ' || g_rcvtxn_match_table_gross(g_rcvtxn_detail_index).customer_id, 4);
3559: print_debug('40.6 n ' || g_rcvtxn_detail_index, 4);
3560: END IF;
3561:
3562: inv_rcv_txn_match.matching_logic(
3563: x_return_status => x_status
3564: , --?
3565: x_msg_count => l_msg_count
3566: , x_msg_data => x_message