DBA Data[Home] [Help]

APPS.IEM_DIAG_KB_DOC_PVT dependencies on AMV_C_CHL_ITEM_MATCH

Line 7: channel_category_id amv_c_chl_item_match.channel_category_id%type,

3:
4: TYPE document_type IS RECORD (
5: item_id jtf_amv_items_vl.item_id%type,
6: file_name fnd_lobs.file_name%type,
7: channel_category_id amv_c_chl_item_match.channel_category_id%type,
8: score number);
9:
10: TYPE document_tbl IS TABLE OF document_type
11: INDEX BY BINARY_INTEGER;