DBA Data[Home] [Help]

APPS.CSD_HV_WIP_JOB_PVT dependencies on MTL_SECONDARY_INVENTORIES

Line 1897: from mtl_secondary_inventories

1893:
1894: CURSOR get_si_locator_control_code ( p_organization_id NUMBER,
1895: p_secondary_inventory_name VARCHAR2 ) IS
1896: SELECT locator_type
1897: from mtl_secondary_inventories
1898: where
1899: organization_id = p_organization_id and
1900: secondary_inventory_name = p_secondary_inventory_name;
1901:

Line 2907: SELECT locator_type from mtl_secondary_inventories where

2903: where organization_id = p_organization_id;
2904:
2905: CURSOR get_si_locator_control_code ( p_organization_id NUMBER,
2906: p_secondary_inventory_name VARCHAR2 ) IS
2907: SELECT locator_type from mtl_secondary_inventories where
2908: organization_id = p_organization_id and
2909: secondary_inventory_name = p_secondary_inventory_name;
2910:
2911: CURSOR get_inv_location_control_code ( p_organization_id NUMBER,

Line 4731: SELECT locator_type from mtl_secondary_inventories where

4727:
4728:
4729: CURSOR get_si_locator_control_code ( p_organization_id NUMBER,
4730: p_secondary_inventory_name VARCHAR2 ) IS
4731: SELECT locator_type from mtl_secondary_inventories where
4732: organization_id = p_organization_id and
4733: secondary_inventory_name = p_secondary_inventory_name;
4734:
4735: