DBA Data[Home] [Help]

APPS.RCV_TRANSACTION_SV dependencies on MTL_SECONDARY_INVENTORIES

Line 463: from mtl_secondary_inventories

459: BEGIN
460: x_progress := 40;
461: select 'Check to see if subinventory is valid'
462: into x_subinv
463: from mtl_secondary_inventories
464: WHERE (disable_date IS NULL
465: OR
466: disable_date > x_date)
467: AND organization_id = x_org_id

Line 489: from mtl_secondary_inventories

485: begin
486: x_progress := 10;
487: select locator_type
488: into x_locator_type
489: from mtl_secondary_inventories
490: where organization_id = x_org_id
491: and secondary_inventory_name = x_subinv;
492: RETURN(x_locator_type);
493: EXCEPTION