DBA Data[Home] [Help]

APPS.RCV_TRANSACTION_SV dependencies on MTL_SECONDARY_INVENTORIES

Line 436: from mtl_secondary_inventories

432: BEGIN
433: x_progress := 40;
434: select 'Check to see if subinventory is valid'
435: into x_subinv
436: from mtl_secondary_inventories
437: WHERE (disable_date IS NULL
438: OR
439: disable_date > x_date)
440: AND organization_id = x_org_id

Line 462: from mtl_secondary_inventories

458: begin
459: x_progress := 10;
460: select locator_type
461: into x_locator_type
462: from mtl_secondary_inventories
463: where organization_id = x_org_id
464: and secondary_inventory_name = x_subinv;
465: RETURN(x_locator_type);
466: EXCEPTION