DBA Data[Home] [Help]

APPS.INV_MMX_WRAPPER_PVT dependencies on INV_GLOBALS

Line 1473: l_trohdr_rec.move_order_type := INV_GLOBALS.G_MOVE_ORDER_REPLENISHMENT;

1469: l_trohdr_rec.last_update_login := p_user_id;
1470: l_trohdr_rec.organization_id := p_organization_id;
1471: l_trohdr_rec.status_date := sysdate;
1472: l_trohdr_rec.to_subinventory_code := p_subinv;
1473: l_trohdr_rec.move_order_type := INV_GLOBALS.G_MOVE_ORDER_REPLENISHMENT;
1474: l_trohdr_rec.transaction_type_id := INV_GLOBALS.G_TYPE_TRANSFER_ORDER_SUBXFR;
1475: l_trohdr_rec.db_flag := FND_API.G_TRUE;
1476: l_trohdr_rec.operation := INV_GLOBALS.G_OPR_CREATE;
1477: IF G_TRACE_ON = 1 THEN

Line 1474: l_trohdr_rec.transaction_type_id := INV_GLOBALS.G_TYPE_TRANSFER_ORDER_SUBXFR;

1470: l_trohdr_rec.organization_id := p_organization_id;
1471: l_trohdr_rec.status_date := sysdate;
1472: l_trohdr_rec.to_subinventory_code := p_subinv;
1473: l_trohdr_rec.move_order_type := INV_GLOBALS.G_MOVE_ORDER_REPLENISHMENT;
1474: l_trohdr_rec.transaction_type_id := INV_GLOBALS.G_TYPE_TRANSFER_ORDER_SUBXFR;
1475: l_trohdr_rec.db_flag := FND_API.G_TRUE;
1476: l_trohdr_rec.operation := INV_GLOBALS.G_OPR_CREATE;
1477: IF G_TRACE_ON = 1 THEN
1478: print_debug('Calling INV_Move_Order_PUB.Create_Move_Order_Header'

Line 1476: l_trohdr_rec.operation := INV_GLOBALS.G_OPR_CREATE;

1472: l_trohdr_rec.to_subinventory_code := p_subinv;
1473: l_trohdr_rec.move_order_type := INV_GLOBALS.G_MOVE_ORDER_REPLENISHMENT;
1474: l_trohdr_rec.transaction_type_id := INV_GLOBALS.G_TYPE_TRANSFER_ORDER_SUBXFR;
1475: l_trohdr_rec.db_flag := FND_API.G_TRUE;
1476: l_trohdr_rec.operation := INV_GLOBALS.G_OPR_CREATE;
1477: IF G_TRACE_ON = 1 THEN
1478: print_debug('Calling INV_Move_Order_PUB.Create_Move_Order_Header'
1479: , l_proc_name
1480: , 9);