DBA Data[Home] [Help]

APPS.AS_CATALOG_MIGRATION dependencies on MTL_SYSTEM_ITEMS_B

Line 1147: FROM mtl_system_items_b

1143: ( p_inventory_item_id NUMBER
1144: , p_organization_id NUMBER
1145: ) IS
1146: SELECT 'x' --2879647
1147: FROM mtl_system_items_b
1148: WHERE inventory_item_id = p_inventory_item_id
1149: AND organization_id = p_organization_id;
1150:
1151: CURSOR category_exists_csr (p_category_id NUMBER)