DBA Data[Home] [Help]

APPS.ICX_POR_SCHEMA_UPGRADE dependencies on ICX_POR_CATEGORIES_TL

Line 9: ** tables are icx_por_categories_tl, icx_Por_descriptors_tl and

5: **
6: ** Procedure: create_new_categ_descs_tables
7: ** Synopsis : Populate the icx_cat_categories_tl, icx_cat_descriptors_tl,
8: ** and icx_cat_browse_trees table. The source for the above
9: ** tables are icx_por_categories_tl, icx_Por_descriptors_tl and
10: ** icx_por_table_of_contents_tl respectively.
11: **/
12: PROCEDURE create_new_categ_descs_tables IS
13: BEGIN

Line 70: icx_por_categories_tl ct1

66: REBUILD_FLAG,
67: rpad('0', 300, '0'),
68: UPPER_KEY
69: from
70: icx_por_categories_tl ct1
71: where ct1.rt_category_id > 0
72: and not exists (select null from icx_cat_categories_tl ct2
73: where ct1.key = ct2.key
74: and ct1.type = ct2.type