DBA Data[Home] [Help]

APPS.ICX_POR_INTERMEDIA_INDEX dependencies on AD_TSPACE_UTIL

Line 69: AD_TSPACE_UTIL.get_object_tablespace(

65: where application_id = '178';
66: */
67:
68: -- Obtain the index tablespace to use.
69: AD_TSPACE_UTIL.get_object_tablespace(
70: x_product_short_name => 'ICX',
71: x_object_name => 'DR$ICX_CAT_ITEMS_CTX_DESC$X',
72: x_object_type => 'TABLE',
73: x_index_lookup_flag => 'Y', -- obtain the index tspace

Line 81: AD_TSPACE_UTIL.get_object_tablespace(

77: x_tablespace => ctx_index_tbsp);
78:
79: xErrLoc := 60;
80: -- Obtain the data tablespace to use.
81: AD_TSPACE_UTIL.get_object_tablespace(
82: x_product_short_name => 'ICX',
83: x_object_name => 'DR$ICX_CAT_ITEMS_CTX_DESC$I',
84: x_object_type => 'TABLE',
85: x_index_lookup_flag => 'N',