DBA Data[Home] [Help]

APPS.INV_MOVE_ORDER_PUB dependencies on INV_TRANSFER_ORDER_PVT

Line 104: x_trohdr_rec.header_id := INV_TRANSFER_ORDER_PVT.get_next_header_id;

100: --set default values
101: x_trohdr_rec.date_required := sysdate;
102: x_trohdr_rec.description := NULL;
103: x_trohdr_rec.from_subinventory_code := NULL;
104: x_trohdr_rec.header_id := INV_TRANSFER_ORDER_PVT.get_next_header_id;
105: x_trohdr_rec.program_application_id := NULL;
106: x_trohdr_rec.program_id := NULL;
107: x_trohdr_rec.program_update_date := NULL;
108: x_trohdr_rec.request_id := NULL;

Line 146: -- Call INV_Transfer_Order_PVT.Process_Transfer_Order

142:
143: If l_debug = 1 THEN
144: print_debug('Call to process_transfer_order', l_api_name);
145: End If;
146: -- Call INV_Transfer_Order_PVT.Process_Transfer_Order
147: INV_Transfer_Order_PVT.Process_Transfer_Order
148: ( p_api_version_number => 1.0
149: , p_init_msg_list => p_init_msg_list
150: , p_commit => p_commit

Line 147: INV_Transfer_Order_PVT.Process_Transfer_Order

143: If l_debug = 1 THEN
144: print_debug('Call to process_transfer_order', l_api_name);
145: End If;
146: -- Call INV_Transfer_Order_PVT.Process_Transfer_Order
147: INV_Transfer_Order_PVT.Process_Transfer_Order
148: ( p_api_version_number => 1.0
149: , p_init_msg_list => p_init_msg_list
150: , p_commit => p_commit
151: , p_validation_level => FND_API.G_VALID_LEVEL_FULL

Line 1111: -- Call INV_Transfer_Order_PVT.Process_Transfer_Order

1107: l_control_Rec.process_entity := INV_GLOBALS.G_ENTITY_TROLIN;
1108: l_control_Rec.default_attributes := TRUE;
1109: l_control_rec.change_attributes := TRUE;
1110: l_control_rec.write_to_db := TRUE;
1111: -- Call INV_Transfer_Order_PVT.Process_Transfer_Order
1112: if( l_trolin_tbl.count > 0 ) then
1113: for i in 1..l_trolin_tbl.count LOOP
1114: --inv_debug.message('trolin.line_id is ' || l_trolin_tbl(l).line_id);
1115: /* to fix bug 1402677: Also we shouldn't change the operation here

Line 1205: INV_Transfer_Order_PVT.Process_Transfer_Order

1201: END IF;
1202: end loop;
1203: end if;
1204:
1205: INV_Transfer_Order_PVT.Process_Transfer_Order
1206: ( p_api_version_number => 1.0
1207: , p_init_msg_list => p_init_msg_list
1208: , p_validation_level => FND_API.G_VALID_LEVEL_FULL
1209: , p_commit => p_commit

Line 1351: -- Call INV_Transfer_Order_PVT.Process_Transfer_Order

1347: RAISE FND_API.G_EXC_ERROR;
1348: END IF;
1349: */
1350:
1351: -- Call INV_Transfer_Order_PVT.Process_Transfer_Order
1352:
1353: INV_Transfer_Order_PVT.Process_Transfer_Order
1354: ( p_api_version_number => 1.0
1355: , p_init_msg_list => p_init_msg_list

Line 1353: INV_Transfer_Order_PVT.Process_Transfer_Order

1349: */
1350:
1351: -- Call INV_Transfer_Order_PVT.Process_Transfer_Order
1352:
1353: INV_Transfer_Order_PVT.Process_Transfer_Order
1354: ( p_api_version_number => 1.0
1355: , p_init_msg_list => p_init_msg_list
1356: , p_validation_level => FND_API.G_VALID_LEVEL_FULL
1357: , p_commit => p_commit

Line 1496: -- Call INV_Transfer_Order_PVT.Lock_Transfer_Order

1492: RAISE FND_API.G_EXC_ERROR;
1493: END IF;
1494:
1495:
1496: -- Call INV_Transfer_Order_PVT.Lock_Transfer_Order
1497:
1498: INV_Transfer_Order_PVT.Lock_Transfer_Order
1499: ( p_api_version_number => 1.0
1500: , p_init_msg_list => p_init_msg_list

Line 1498: INV_Transfer_Order_PVT.Lock_Transfer_Order

1494:
1495:
1496: -- Call INV_Transfer_Order_PVT.Lock_Transfer_Order
1497:
1498: INV_Transfer_Order_PVT.Lock_Transfer_Order
1499: ( p_api_version_number => 1.0
1500: , p_init_msg_list => p_init_msg_list
1501: , x_return_status => x_return_status
1502: , x_msg_count => x_msg_count

Line 1670: -- Call INV_Transfer_Order_PVT.Get_Transfer_Order

1666:
1667: END IF;
1668:
1669:
1670: -- Call INV_Transfer_Order_PVT.Get_Transfer_Order
1671:
1672: INV_Transfer_Order_PVT.Get_Transfer_Order
1673: ( p_api_version_number => 1.0
1674: , p_init_msg_list => p_init_msg_list

Line 1672: INV_Transfer_Order_PVT.Get_Transfer_Order

1668:
1669:
1670: -- Call INV_Transfer_Order_PVT.Get_Transfer_Order
1671:
1672: INV_Transfer_Order_PVT.Get_Transfer_Order
1673: ( p_api_version_number => 1.0
1674: , p_init_msg_list => p_init_msg_list
1675: , x_return_status => x_return_status
1676: , x_msg_count => x_msg_count

Line 1914: -- Call INV_Transfer_Order_PVT.Process_Transfer_Order

1910: l_control_Rec.default_attributes := FALSE;
1911: l_control_Rec.change_attributes := FALSE;
1912: l_control_rec.process := FALSE;
1913:
1914: -- Call INV_Transfer_Order_PVT.Process_Transfer_Order
1915: -- inv_debug.message('calling inv_transfer_order_pvt.process_transfer_order');
1916: -- inv_debug.message('l_trolin_tbl count is ' || p_trolin_tbl.COUNT);
1917: /*for l_count in 1..p_trolin_tbl.COUNT LOOP
1918: -- inv_debug.message('l_trolin_tbl.line_id is ' || p_trolin_tbl(l_count).line_id);

Line 1915: -- inv_debug.message('calling inv_transfer_order_pvt.process_transfer_order');

1911: l_control_Rec.change_attributes := FALSE;
1912: l_control_rec.process := FALSE;
1913:
1914: -- Call INV_Transfer_Order_PVT.Process_Transfer_Order
1915: -- inv_debug.message('calling inv_transfer_order_pvt.process_transfer_order');
1916: -- inv_debug.message('l_trolin_tbl count is ' || p_trolin_tbl.COUNT);
1917: /*for l_count in 1..p_trolin_tbl.COUNT LOOP
1918: -- inv_debug.message('l_trolin_tbl.line_id is ' || p_trolin_tbl(l_count).line_id);
1919: -- inv_debug.message('l_trolin_tbl.operation is ' || p_trolin_tbl(l_count).operation);

Line 1921: INV_Transfer_Order_PVT.Process_Transfer_Order

1917: /*for l_count in 1..p_trolin_tbl.COUNT LOOP
1918: -- inv_debug.message('l_trolin_tbl.line_id is ' || p_trolin_tbl(l_count).line_id);
1919: -- inv_debug.message('l_trolin_tbl.operation is ' || p_trolin_tbl(l_count).operation);
1920: end loop; */
1921: INV_Transfer_Order_PVT.Process_Transfer_Order
1922: ( p_api_version_number => 1.0
1923: , p_init_msg_list => p_init_msg_list
1924: , p_commit => p_commit
1925: , p_validation_level => FND_API.G_VALID_LEVEL_FULL