DBA Data[Home] [Help]

APPS.POA_DNB_LITEM dependencies on EDW_ITEM_ITEM_LTC

Line 12: FROM EDW_Item_Item_LTC

8: CURSOR c_all_items IS
9: SELECT distinct item_number_pk,
10: item_name,
11: description
12: FROM EDW_Item_Item_LTC
13: WHERE (CATSET1_Category_FK_Key <> 0);
14:
15: v_buf VARCHAR2(240) := NULL;
16: