DBA Data[Home] [Help]

CTXSYS.DRVIMR dependencies on CTX_FEEDBACK_TYPE

Line 40: bt ctx_feedback_type,

36: operation varchar2(30),
37: options varchar2(30),
38: object_name varchar2(80),
39: position binary_integer,
40: bt ctx_feedback_type,
41: rt ctx_feedback_type,
42: nt ctx_feedback_type
43: );
44:

Line 41: rt ctx_feedback_type,

37: options varchar2(30),
38: object_name varchar2(80),
39: position binary_integer,
40: bt ctx_feedback_type,
41: rt ctx_feedback_type,
42: nt ctx_feedback_type
43: );
44:
45: type hqftab is table of hqfrec index by binary_integer;

Line 42: nt ctx_feedback_type

38: object_name varchar2(80),
39: position binary_integer,
40: bt ctx_feedback_type,
41: rt ctx_feedback_type,
42: nt ctx_feedback_type
43: );
44:
45: type hqftab is table of hqfrec index by binary_integer;
46:

Line 56: p_bt in ctx_feedback_type,

52: p_operation in varchar2,
53: p_options in varchar2,
54: p_object_name in varchar2,
55: p_position in binary_integer,
56: p_bt in ctx_feedback_type,
57: p_rt in ctx_feedback_type,
58: p_nt in ctx_feedback_type
59: );
60:

Line 57: p_rt in ctx_feedback_type,

53: p_options in varchar2,
54: p_object_name in varchar2,
55: p_position in binary_integer,
56: p_bt in ctx_feedback_type,
57: p_rt in ctx_feedback_type,
58: p_nt in ctx_feedback_type
59: );
60:
61: /*---------------------------- browse_words --------------------------------*/

Line 58: p_nt in ctx_feedback_type

54: p_object_name in varchar2,
55: p_position in binary_integer,
56: p_bt in ctx_feedback_type,
57: p_rt in ctx_feedback_type,
58: p_nt in ctx_feedback_type
59: );
60:
61: /*---------------------------- browse_words --------------------------------*/
62: