DBA Data[Home] [Help]

APPS.INV_RCV_STD_RCPT_APIS dependencies on INV_RCV_INTEGRATION_APIS

Line 1789: l_new_rti_info inv_rcv_integration_apis.child_rec_tb_tp;

1785: l_rcv_rcpt_rec rcv_enter_receipts_rec_tp;
1786: l_debug NUMBER := NVL(fnd_profile.VALUE('INV_DEBUG_TRACE'), 0);
1787:
1788: --table to store all RTId, quantity and original_rti_id for lot/serial splits
1789: l_new_rti_info inv_rcv_integration_apis.child_rec_tb_tp;
1790: l_split_lot_serial_ok BOOLEAN; --Return status of lot_serial_split API
1791: l_msni_count NUMBER := 0;
1792: l_line_id NUMBER;
1793: BEGIN

Line 2388: l_split_lot_serial_ok := inv_rcv_integration_apis.split_lot_serial(

2384: END IF;
2385: END ;
2386: END IF;--IF (l_rcv_rcpt_rec.serial_number_control_code = 6) THEN
2387:
2388: l_split_lot_serial_ok := inv_rcv_integration_apis.split_lot_serial(
2389: p_api_version => 1.0
2390: , p_init_msg_lst => FND_API.G_FALSE
2391: , x_return_status => l_return_status
2392: , x_msg_count => l_msg_count

Line 2740: l_new_rti_info inv_rcv_integration_apis.child_rec_tb_tp;

2736: );
2737:
2738: l_debug NUMBER := NVL(fnd_profile.VALUE('INV_DEBUG_TRACE'), 0);
2739: --table to store all RTId, quantity and original_rti_id for lot/serial splits
2740: l_new_rti_info inv_rcv_integration_apis.child_rec_tb_tp;
2741: l_split_lot_serial_ok BOOLEAN; --Return status of lot_serial_split API
2742: l_msni_count NUMBER := 0;
2743: l_line_id NUMBER;
2744: l2_lot_code NUMBER := 0; --part2 bug number 12814511

Line 3192: l_split_lot_serial_ok := inv_rcv_integration_apis.split_lot_serial(

3188: END IF;
3189: END ;
3190: END IF;--IF (l_rcv_rcpt_rec.serial_number_control_code = 6) THEN
3191:
3192: l_split_lot_serial_ok := inv_rcv_integration_apis.split_lot_serial(
3193: p_api_version => 1.0
3194: , p_init_msg_lst => FND_API.G_FALSE
3195: , x_return_status => l_return_status
3196: , x_msg_count => l_msg_count

Line 3514: l_new_rti_info inv_rcv_integration_apis.child_rec_tb_tp;

3510: -- don't need from and to org for the query since both have 1-to-1 relationship to shipment header
3511:
3512: l_debug NUMBER := NVL(fnd_profile.VALUE('INV_DEBUG_TRACE'), 0);
3513: --table to store all RTId, quantity and original_rti_id for lot/serial splits
3514: l_new_rti_info inv_rcv_integration_apis.child_rec_tb_tp;
3515: l_split_lot_serial_ok BOOLEAN; --Return status of lot_serial_split API
3516: l_line_id NUMBER;
3517: BEGIN
3518: IF (l_debug = 1) THEN

Line 3789: l_split_lot_serial_ok := inv_rcv_integration_apis.split_lot_serial(

3785: END LOOP; --END LOOP through results returned by matching algorithm
3786:
3787: --Call the split_lot API to split the lots and serials inserted from the UI
3788: --based on the quantity of each RTI record
3789: l_split_lot_serial_ok := inv_rcv_integration_apis.split_lot_serial(
3790: p_api_version => 1.0
3791: , p_init_msg_lst => FND_API.G_FALSE
3792: , x_return_status => l_return_status
3793: , x_msg_count => l_msg_count

Line 4293: l_new_rti_info inv_rcv_integration_apis.child_rec_tb_tp;

4289: -- dont need from and to org for the query since both have 1-to-1 relationship to shipment header
4290:
4291: l_debug NUMBER := NVL(fnd_profile.VALUE('INV_DEBUG_TRACE'), 0);
4292: --table to store all RTId, quantity and original_rti_id for lot/serial splits
4293: l_new_rti_info inv_rcv_integration_apis.child_rec_tb_tp;
4294: l_split_lot_serial_ok BOOLEAN; --Return status of lot_serial_split API
4295: l_lpn_id NUMBER := p_lpn_id;
4296: l_msni_count NUMBER := 0;
4297: l_line_id NUMBER;

Line 4936: l_split_lot_serial_ok := inv_rcv_integration_apis.split_lot_serial(

4932: END IF;
4933: END ;
4934: END IF;--IF (l_rcv_rcpt_rec.serial_number_control_code = 6) THEN
4935:
4936: l_split_lot_serial_ok := inv_rcv_integration_apis.split_lot_serial(
4937: p_api_version => 1.0
4938: , p_init_msg_lst => FND_API.G_FALSE
4939: , x_return_status => l_return_status
4940: , x_msg_count => l_msg_count

Line 5379: inv_rcv_integration_apis.insert_mtli(

5375: END IF;
5376:
5377: --Create MTLI record for the lot and the lot quantity for this content
5378: --Set the flag for the API to populate the lot attributes
5379: inv_rcv_integration_apis.insert_mtli(
5380: p_api_version => 1.0
5381: , p_init_msg_lst => FND_API.G_FALSE
5382: , x_return_status => l_return_status
5383: , x_msg_count => l_msg_count

Line 5431: inv_rcv_integration_apis.insert_msni(

5427: --serial attributes would be populated by the API
5428: IF (l_debug = 1) THEN
5429: print_debug('create_asn_exp_rcpt_intf_rec 20.4.1: Before MSNI creation', 4);
5430: END IF;
5431: inv_rcv_integration_apis.insert_msni(
5432: p_api_version => 1.0
5433: , p_init_msg_lst => FND_API.G_FALSE
5434: , x_return_status => l_return_status
5435: , x_msg_count => l_msg_count

Line 5479: inv_rcv_integration_apis.insert_msni(

5475: --serial attributes would be populated by the API
5476: IF (l_debug = 1) THEN
5477: print_debug('create_asn_exp_rcpt_intf_rec 20.5.1: Before MSNI creation', 4);
5478: END IF;
5479: inv_rcv_integration_apis.insert_msni(
5480: p_api_version => 1.0
5481: , p_init_msg_lst => FND_API.G_FALSE
5482: , x_return_status => l_return_status
5483: , x_msg_count => l_msg_count

Line 5691: inv_rcv_integration_apis.insert_wlpni(

5687: l_from_org_id := p_organization_id;
5688: END IF;
5689:
5690: -- Nested LPN changes. Insert WLPNI
5691: inv_rcv_integration_apis.insert_wlpni(
5692: p_api_version => 1.0
5693: ,x_return_status => l_return_status
5694: ,x_msg_count => l_msg_count
5695: ,x_msg_data => l_msg_data