DBA Data[Home] [Help]

APPS.OE_CREDIT_CHECK_ORDER_PVT dependencies on MTL_CATEGORIES

Line 677: FROM mtl_categories

673:
674: -- Cursor to select the category description
675: CURSOR item_category_csr IS
676: SELECT description
677: FROM mtl_categories
678: WHERE category_id = p_item_category_id;
679:
680: l_item_category VARCHAR2(240):= NULL;
681: l_cc_result_out VARCHAR2(30) := 'FAIL_NONE';