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 1061: -- Call INV_Transfer_Order_PVT.Process_Transfer_Order

1057: l_control_Rec.process_entity := INV_GLOBALS.G_ENTITY_TROLIN;
1058: l_control_Rec.default_attributes := TRUE;
1059: l_control_rec.change_attributes := TRUE;
1060: l_control_rec.write_to_db := TRUE;
1061: -- Call INV_Transfer_Order_PVT.Process_Transfer_Order
1062: if( l_trolin_tbl.count > 0 ) then
1063: for i in 1..l_trolin_tbl.count LOOP
1064: --inv_debug.message('trolin.line_id is ' || l_trolin_tbl(l).line_id);
1065: /* to fix bug 1402677: Also we shouldn't change the operation here

Line 1155: INV_Transfer_Order_PVT.Process_Transfer_Order

1151: END IF;
1152: end loop;
1153: end if;
1154:
1155: INV_Transfer_Order_PVT.Process_Transfer_Order
1156: ( p_api_version_number => 1.0
1157: , p_init_msg_list => p_init_msg_list
1158: , p_validation_level => FND_API.G_VALID_LEVEL_FULL
1159: , p_commit => p_commit

Line 1301: -- Call INV_Transfer_Order_PVT.Process_Transfer_Order

1297: RAISE FND_API.G_EXC_ERROR;
1298: END IF;
1299: */
1300:
1301: -- Call INV_Transfer_Order_PVT.Process_Transfer_Order
1302:
1303: INV_Transfer_Order_PVT.Process_Transfer_Order
1304: ( p_api_version_number => 1.0
1305: , p_init_msg_list => p_init_msg_list

Line 1303: INV_Transfer_Order_PVT.Process_Transfer_Order

1299: */
1300:
1301: -- Call INV_Transfer_Order_PVT.Process_Transfer_Order
1302:
1303: INV_Transfer_Order_PVT.Process_Transfer_Order
1304: ( p_api_version_number => 1.0
1305: , p_init_msg_list => p_init_msg_list
1306: , p_validation_level => FND_API.G_VALID_LEVEL_FULL
1307: , p_commit => p_commit

Line 1446: -- Call INV_Transfer_Order_PVT.Lock_Transfer_Order

1442: RAISE FND_API.G_EXC_ERROR;
1443: END IF;
1444:
1445:
1446: -- Call INV_Transfer_Order_PVT.Lock_Transfer_Order
1447:
1448: INV_Transfer_Order_PVT.Lock_Transfer_Order
1449: ( p_api_version_number => 1.0
1450: , p_init_msg_list => p_init_msg_list

Line 1448: INV_Transfer_Order_PVT.Lock_Transfer_Order

1444:
1445:
1446: -- Call INV_Transfer_Order_PVT.Lock_Transfer_Order
1447:
1448: INV_Transfer_Order_PVT.Lock_Transfer_Order
1449: ( p_api_version_number => 1.0
1450: , p_init_msg_list => p_init_msg_list
1451: , x_return_status => x_return_status
1452: , x_msg_count => x_msg_count

Line 1620: -- Call INV_Transfer_Order_PVT.Get_Transfer_Order

1616:
1617: END IF;
1618:
1619:
1620: -- Call INV_Transfer_Order_PVT.Get_Transfer_Order
1621:
1622: INV_Transfer_Order_PVT.Get_Transfer_Order
1623: ( p_api_version_number => 1.0
1624: , p_init_msg_list => p_init_msg_list

Line 1622: INV_Transfer_Order_PVT.Get_Transfer_Order

1618:
1619:
1620: -- Call INV_Transfer_Order_PVT.Get_Transfer_Order
1621:
1622: INV_Transfer_Order_PVT.Get_Transfer_Order
1623: ( p_api_version_number => 1.0
1624: , p_init_msg_list => p_init_msg_list
1625: , x_return_status => x_return_status
1626: , x_msg_count => x_msg_count

Line 1864: -- Call INV_Transfer_Order_PVT.Process_Transfer_Order

1860: l_control_Rec.default_attributes := FALSE;
1861: l_control_Rec.change_attributes := FALSE;
1862: l_control_rec.process := FALSE;
1863:
1864: -- Call INV_Transfer_Order_PVT.Process_Transfer_Order
1865: -- inv_debug.message('calling inv_transfer_order_pvt.process_transfer_order');
1866: -- inv_debug.message('l_trolin_tbl count is ' || p_trolin_tbl.COUNT);
1867: /*for l_count in 1..p_trolin_tbl.COUNT LOOP
1868: -- inv_debug.message('l_trolin_tbl.line_id is ' || p_trolin_tbl(l_count).line_id);

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

1861: l_control_Rec.change_attributes := FALSE;
1862: l_control_rec.process := FALSE;
1863:
1864: -- Call INV_Transfer_Order_PVT.Process_Transfer_Order
1865: -- inv_debug.message('calling inv_transfer_order_pvt.process_transfer_order');
1866: -- inv_debug.message('l_trolin_tbl count is ' || p_trolin_tbl.COUNT);
1867: /*for l_count in 1..p_trolin_tbl.COUNT LOOP
1868: -- inv_debug.message('l_trolin_tbl.line_id is ' || p_trolin_tbl(l_count).line_id);
1869: -- inv_debug.message('l_trolin_tbl.operation is ' || p_trolin_tbl(l_count).operation);

Line 1871: INV_Transfer_Order_PVT.Process_Transfer_Order

1867: /*for l_count in 1..p_trolin_tbl.COUNT LOOP
1868: -- inv_debug.message('l_trolin_tbl.line_id is ' || p_trolin_tbl(l_count).line_id);
1869: -- inv_debug.message('l_trolin_tbl.operation is ' || p_trolin_tbl(l_count).operation);
1870: end loop; */
1871: INV_Transfer_Order_PVT.Process_Transfer_Order
1872: ( p_api_version_number => 1.0
1873: , p_init_msg_list => p_init_msg_list
1874: , p_commit => p_commit
1875: , p_validation_level => FND_API.G_VALID_LEVEL_FULL