DBA Data[Home] [Help]

APPS.ICX_CAT_BUILD_CTX_SQL_PVT dependencies on ICX_CAT_ATTRIBUTES_TL

Line 11: key icx_cat_attributes_tl.key%TYPE,

7:
8: TYPE g_metadata_rec_type IS RECORD
9: (
10: attribute_id NUMBER,
11: key icx_cat_attributes_tl.key%TYPE,
12: type NUMBER,
13: section_tag NUMBER,
14: attribute_length NUMBER,
15: stored_in_table icx_cat_attributes_tl.stored_in_table%TYPE,

Line 15: stored_in_table icx_cat_attributes_tl.stored_in_table%TYPE,

11: key icx_cat_attributes_tl.key%TYPE,
12: type NUMBER,
13: section_tag NUMBER,
14: attribute_length NUMBER,
15: stored_in_table icx_cat_attributes_tl.stored_in_table%TYPE,
16: stored_in_column icx_cat_attributes_tl.stored_in_column%TYPE
17: );
18:
19: TYPE g_metadata_tbl_type IS TABLE OF g_metadata_rec_type

Line 16: stored_in_column icx_cat_attributes_tl.stored_in_column%TYPE

12: type NUMBER,
13: section_tag NUMBER,
14: attribute_length NUMBER,
15: stored_in_table icx_cat_attributes_tl.stored_in_table%TYPE,
16: stored_in_column icx_cat_attributes_tl.stored_in_column%TYPE
17: );
18:
19: TYPE g_metadata_tbl_type IS TABLE OF g_metadata_rec_type
20: INDEX BY BINARY_INTEGER;