DBA Data[Home] [Help]

APPS.WMS_UNLOAD_UTILS_PVT dependencies on WMS_RULE_PVT

Line 360: l_allocate_lot_flag := wms_rule_pvt.get_allocate_lot_flag(p_organization_id => l_org_id,

356: mydebug('FlexibleLotAlloc Loc '||l_locator_id);
357: mydebug('FlexibleLotAlloc Revision '||l_revision);
358: mydebug('FlexibleLotAlloc LPN ID '||l_lpn_id);
359: END IF;
360: l_allocate_lot_flag := wms_rule_pvt.get_allocate_lot_flag(p_organization_id => l_org_id,
361: p_move_order_line_id => mol_id,
362: p_transaction_temp_id => p_temp_id,
363: p_inventory_item_id => l_item_id,
364: p_subinventory_code => l_subinventory,

Line 1197: l_allocate_lot_flag := wms_rule_pvt.get_allocate_lot_flag(p_organization_id => l_org_id,

1193: mydebug('SQLCODE: '||SQLCODE||' SQLERRM '||SQLERRM);
1194: END IF;
1195: END;
1196:
1197: l_allocate_lot_flag := wms_rule_pvt.get_allocate_lot_flag(p_organization_id => l_org_id,
1198: p_move_order_line_id => l_mol_id,
1199: p_transaction_temp_id => p_txn_temp_id,
1200: p_inventory_item_id => l_item_id,
1201: p_subinventory_code => l_subinventory,