DBA Data[Home] [Help]

APPS.OKE_AMG_GRP dependencies on MTL_CATEGORIES_B

Line 417: Select 'x' from mtl_categories_b

413: Select 'x' from mtl_units_of_measure uom
414: where sysdate < nvl(disable_date, sysdate + 1)
415: and uom_code= p_uom_code;
416: Cursor c_check_category IS
417: Select 'x' from mtl_categories_b
418: where category_id =p_category_id;
419:
420: l_x Varchar2(1);
421: l_function_currency Varchar2(30);