DBA Data[Home] [Help]

APPS.ICX_CAT_INTERMEDIA_INDEX_PVT dependencies on AD_TSPACE_UTIL

Line 53: AD_TSPACE_UTIL.get_object_tablespace(

49: l_apps_schema_name := ICX_CAT_UTIL_PVT.getAppsSchemaName;
50:
51: l_err_loc := 200;
52: -- Obtain the index tablespace to use.
53: AD_TSPACE_UTIL.get_object_tablespace(
54: x_product_short_name => 'ICX',
55: x_object_name => 'DR$ICX_CAT_ITEMSCTXDESC_HDRS$X',
56: x_object_type => 'TABLE',
57: x_index_lookup_flag => 'Y', -- obtain the index tspace

Line 65: AD_TSPACE_UTIL.get_object_tablespace(

61: x_tablespace => l_ctx_index_tbsp);
62:
63: l_err_loc := 300;
64: -- Obtain the data tablespace to use.
65: AD_TSPACE_UTIL.get_object_tablespace(
66: x_product_short_name => 'ICX',
67: x_object_name => 'DR$ICX_CAT_ITEMSCTXDESC_HDRS$I',
68: x_object_type => 'TABLE',
69: x_index_lookup_flag => 'N',