DBA Data[Home] [Help]

APPS.GML_RCV_DIR_RCPT_APIS dependencies on INV_RCV_INTEGRATION_APIS

Line 593: l_new_rti_info inv_rcv_integration_apis.child_rec_tb_tp;

589: l_msg_prod VARCHAR2(5);
590:
591: l_progress VARCHAR2(10);
592:
593: l_new_rti_info inv_rcv_integration_apis.child_rec_tb_tp;
594: l_split_lot_serial_ok BOOLEAN; --Return status of lot_serial_split API
595:
596:
597: CURSOR l_curs_rcpt_detail

Line 1001: l_split_lot_serial_ok := inv_rcv_integration_apis.split_lot_serial(

997: END LOOP;
998: -- append index in input table where the line to be detailed needs to be inserted
999: --inv_rcv_std_rcpt_apis.g_receipt_detail_index := l_rcpt_match_table_detail.COUNT + inv_rcv_std_rcpt_apis.g_receipt_detail_index;
1000:
1001: l_split_lot_serial_ok := inv_rcv_integration_apis.split_lot_serial(
1002: p_api_version => 1.0
1003: , p_init_msg_lst => FND_API.G_FALSE
1004: , x_return_status => l_return_status
1005: , x_msg_count => l_msg_count