DBA Data[Home] [Help]

APPS.INV_RCV_INTEGRATION_PVT dependencies on INV_RCV_STD_RCPT_APIS

Line 4771: inv_rcv_std_rcpt_apis.get_project_task(

4767: l_project_id := NULL;
4768: l_task_id := NULL;
4769: END ;
4770: ELSIF (p_po_line_location_id IS NOT NULL) then -- Bug 6830559
4771: inv_rcv_std_rcpt_apis.get_project_task(
4772: p_po_line_location_id => p_po_line_location_id
4773: , p_oe_order_line_id => NULL
4774: , x_project_id => l_project_id
4775: , x_task_id => l_task_id

Line 5065: inv_rcv_std_rcpt_apis.create_move_order(p_move_order_header_id => l_move_order_header_id

5061: print_debug('MAINTAIN_MOC_CON - Move Order Line Not Found line Id ',1);
5062: END IF;
5063:
5064: --create mol
5065: inv_rcv_std_rcpt_apis.create_move_order(p_move_order_header_id => l_move_order_header_id
5066: ,p_po_line_location_id => p_po_line_location_id
5067: ,p_po_distribution_id => p_po_distribution_id
5068: ,p_shipment_line_id => p_shipment_line_id
5069: ,p_oe_order_line_id => p_oe_order_line_id

Line 5270: inv_rcv_std_rcpt_apis.get_project_task(

5266: l_project_id := NULL;
5267: l_task_id := NULL;
5268: END ;
5269: ELSIF (p_po_line_location_id IS NOT NULL) then
5270: inv_rcv_std_rcpt_apis.get_project_task(
5271: p_po_line_location_id => p_po_line_location_id
5272: , p_oe_order_line_id => NULL
5273: , x_project_id => l_project_id
5274: , x_task_id => l_task_id

Line 6155: -- inv_rcv_std_rcpt_apis.create_move_order(p_move_order_header_id => l_move_order_header_id

6151: --print_debug('MAINTAIN_MOC_CON - Move Order Line Not Found line Id ',1);
6152: -- END IF;
6153:
6154: --create mol
6155: -- inv_rcv_std_rcpt_apis.create_move_order(p_move_order_header_id => l_move_order_header_id
6156: -- ,p_po_line_location_id => p_po_line_location_id
6157: -- ,p_po_distribution_id => p_po_distribution_id
6158: -- ,p_shipment_line_id => p_shipment_line_id
6159: -- ,p_oe_order_line_id => p_oe_order_line_id

Line 6789: inv_rcv_std_rcpt_apis.get_project_task(

6785: l_project_id := NULL;
6786: l_task_id := NULL;
6787: END ;
6788: ELSIF (p_po_line_location_id IS NOT NULL) then
6789: inv_rcv_std_rcpt_apis.get_project_task(
6790: p_po_line_location_id => p_po_line_location_id
6791: , p_oe_order_line_id => NULL
6792: , x_project_id => l_project_id
6793: , x_task_id => l_task_id

Line 7212: inv_rcv_std_rcpt_apis.create_move_order(p_move_order_header_id => l_move_order_header_id

7208:
7209: --create mol
7210: -- Bug 4508608. Abs of Qty is passed for negative correction when creating MOL
7211:
7212: inv_rcv_std_rcpt_apis.create_move_order(p_move_order_header_id => l_move_order_header_id
7213: ,p_po_line_location_id => p_po_line_location_id
7214: ,p_po_distribution_id => p_po_distribution_id
7215: ,p_shipment_line_id => p_shipment_line_id
7216: ,p_oe_order_line_id => p_oe_order_line_id