DBA Data[Home] [Help]

CTXSYS.DRIREP dependencies on DR_DEF

Line 44: idx in dr_def.idx_rec,

40: /*------------------------ load_ttype_names ------------------------------*/
41: /* parse index meta-data and load a table of token type names */
42:
43: procedure load_ttype_names (
44: idx in dr_def.idx_rec,
45: tt in out nocopy dr_def.vc256_tab,
46: fldonly in boolean default FALSE
47: );
48:

Line 45: tt in out nocopy dr_def.vc256_tab,

41: /* parse index meta-data and load a table of token type names */
42:
43: procedure load_ttype_names (
44: idx in dr_def.idx_rec,
45: tt in out nocopy dr_def.vc256_tab,
46: fldonly in boolean default FALSE
47: );
48:
49: /*---------------------------- bytestr -------------------------------*/