DBA Data[Home] [Help]

APPS.FII_BUDGET_FORECAST_C dependencies on MTL_CATEGORIES_TL

Line 2152: FROM mtl_categories_tl m, fii_budget_interface int

2148:
2149: -- Cursor used for Product Category dimension
2150: CURSOR prod_cat_cursor IS
2151: SELECT DISTINCT m.category_id, int.product_code
2152: FROM mtl_categories_tl m, fii_budget_interface int
2153: WHERE m.description = int.product_code
2154: AND m.language = userenv('LANG');
2155:
2156: TYPE num_type IS TABLE OF NUMBER;