DBA Data[Home] [Help]

APPS.WIP_JSI_VALIDATOR dependencies on MTL_SECONDARY_INVENTORIES

Line 1859: from mtl_secondary_inventories sub, mtl_parameters mp

1855: wjsi_row.completion_subinventory is not null) then
1856: l_msg := 'WIP_ML_INVALID_LOCATOR';
1857: select sub.locator_type, mp.stock_locator_control_code
1858: into l_sub_loc_control, l_org_loc_control
1859: from mtl_secondary_inventories sub, mtl_parameters mp
1860: where sub.secondary_inventory_name = wjsi_row.completion_subinventory
1861: and sub.organization_id = wjsi_row.organization_id
1862: and mp.organization_id = wjsi_row.organization_id;
1863: