DBA Data[Home] [Help]

APPS.GMF_MIGRATION dependencies on MTL_CATEGORIES_VL

Line 1238: l_Gl_business_class_cat MTL_CATEGORIES_VL.description%TYPE;

1234: /************************
1235: * Local Variables *
1236: ************************/
1237:
1238: l_Gl_business_class_cat MTL_CATEGORIES_VL.description%TYPE;
1239:
1240: /****************
1241: * Cursors *
1242: ****************/

Line 1250: FROM mtl_categories_vl

1246: p_Gl_business_class_cat_id IN NUMBER
1247: )
1248: IS
1249: SELECT description
1250: FROM mtl_categories_vl
1251: WHERE structure_id IN (
1252: SELECT fifs.id_flex_num
1253: FROM fnd_id_flex_structures_vl fifs
1254: WHERE fifs.application_id = 401

Line 1327: l_Gl_product_line_cat MTL_CATEGORIES_VL.description%TYPE;

1323: /************************
1324: * Local Variables *
1325: ************************/
1326:
1327: l_Gl_product_line_cat MTL_CATEGORIES_VL.description%TYPE;
1328:
1329: /****************
1330: * Cursors *
1331: ****************/

Line 1339: FROM mtl_categories_vl

1335: p_Gl_product_line_cat_id IN NUMBER
1336: )
1337: IS
1338: SELECT description
1339: FROM mtl_categories_vl
1340: WHERE structure_id IN
1341: (
1342: SELECT fifs.id_flex_num
1343: FROM fnd_id_flex_structures_vl fifs