DBA Data[Home] [Help]

APPS.INV_RCV_STD_DELIVER_APIS dependencies on INV_RCV_TXN_MATCH

Line 2980: inv_rcv_txn_match.matching_logic(

2976: END;
2977:
2978: l_progress := '40';
2979: if (l_asn_type = 'ASN') then
2980: inv_rcv_txn_match.matching_logic(
2981: x_return_status => x_status --?
2982: , x_msg_count => l_msg_count
2983: , x_msg_data => x_message
2984: , x_cascaded_table => g_rcvtxn_match_table_gross

Line 2992: inv_rcv_txn_match.matching_logic(

2988: , p_match_type => 'ASN'
2989: , p_lpn_id => NULL
2990: );
2991: else
2992: inv_rcv_txn_match.matching_logic(
2993: x_return_status => x_status --?
2994: , x_msg_count => l_msg_count
2995: , x_msg_data => x_message
2996: , x_cascaded_table => g_rcvtxn_match_table_gross

Line 3658: inv_rcv_txn_match.matching_logic(

3654: print_debug('40.6 customer_id ' || g_rcvtxn_match_table_gross(g_rcvtxn_detail_index).customer_id, 4);
3655: print_debug('40.6 n ' || g_rcvtxn_detail_index, 4);
3656: END IF;
3657:
3658: inv_rcv_txn_match.matching_logic(
3659: x_return_status => x_status
3660: , --?
3661: x_msg_count => l_msg_count
3662: , x_msg_data => x_message