DBA Data[Home] [Help]

APPS.WIP_JSI_VALIDATOR dependencies on MTL_SECONDARY_INVENTORIES

Line 1864: from mtl_secondary_inventories sub, mtl_parameters mp

1860: wjsi_row.completion_subinventory is not null) then
1861: l_msg := 'WIP_ML_INVALID_LOCATOR';
1862: select sub.locator_type, mp.stock_locator_control_code
1863: into l_sub_loc_control, l_org_loc_control
1864: from mtl_secondary_inventories sub, mtl_parameters mp
1865: where sub.secondary_inventory_name = wjsi_row.completion_subinventory
1866: and sub.organization_id = wjsi_row.organization_id
1867: and mp.organization_id = wjsi_row.organization_id;
1868: