DBA Data[Home] [Help]

APPS.CSD_HV_WIP_JOB_PVT dependencies on MTL_SECONDARY_INVENTORIES

Line 1692: from mtl_secondary_inventories

1688:
1689: CURSOR get_si_locator_control_code ( p_organization_id NUMBER,
1690: p_secondary_inventory_name VARCHAR2 ) IS
1691: SELECT locator_type
1692: from mtl_secondary_inventories
1693: where
1694: organization_id = p_organization_id and
1695: secondary_inventory_name = p_secondary_inventory_name;
1696:

Line 2562: SELECT locator_type from mtl_secondary_inventories where

2558: where organization_id = p_organization_id;
2559:
2560: CURSOR get_si_locator_control_code ( p_organization_id NUMBER,
2561: p_secondary_inventory_name VARCHAR2 ) IS
2562: SELECT locator_type from mtl_secondary_inventories where
2563: organization_id = p_organization_id and
2564: secondary_inventory_name = p_secondary_inventory_name;
2565:
2566: CURSOR get_inv_location_control_code ( p_organization_id NUMBER,