DBA Data[Home] [Help]

APPS.OE_CREDIT_CHECK_ORDER_PVT dependencies on MTL_CATEGORIES

Line 742: FROM mtl_categories

738:
739: -- Cursor to select the category description
740: CURSOR item_category_csr IS
741: SELECT description
742: FROM mtl_categories
743: WHERE category_id = p_item_category_id;
744:
745: l_item_category VARCHAR2(240):= NULL;
746: l_cc_result_out VARCHAR2(30) := 'FAIL_NONE';