DBA Data[Home] [Help]

APPS.PQH_CBR_ENGINE dependencies on PQH_ATTRIBUTES

Line 20: attribute_id pqh_attributes.attribute_id%type,

16: type t_rule_matx is table of t_rule_details
17: index by binary_integer ;
18:
19: type t_attr_row is record (
20: attribute_id pqh_attributes.attribute_id%type,
21: column_name pqh_attributes.column_name%type,
22: column_type pqh_attributes.column_type%type,
23: txn_catg_attribute_id number,
24: entity_type varchar2(30),

Line 21: column_name pqh_attributes.column_name%type,

17: index by binary_integer ;
18:
19: type t_attr_row is record (
20: attribute_id pqh_attributes.attribute_id%type,
21: column_name pqh_attributes.column_name%type,
22: column_type pqh_attributes.column_type%type,
23: txn_catg_attribute_id number,
24: entity_type varchar2(30),
25: applicability varchar2(30));

Line 22: column_type pqh_attributes.column_type%type,

18:
19: type t_attr_row is record (
20: attribute_id pqh_attributes.attribute_id%type,
21: column_name pqh_attributes.column_name%type,
22: column_type pqh_attributes.column_type%type,
23: txn_catg_attribute_id number,
24: entity_type varchar2(30),
25: applicability varchar2(30));
26:

Line 32: attribute_id pqh_attributes.attribute_id%type,

28: index by binary_integer ;
29:
30: type t_cond_details is record (
31: rule_attribute_id pqh_rule_attributes.rule_attribute_id%type,
32: attribute_id pqh_attributes.attribute_id%type,
33: column_type pqh_attributes.column_type%type,
34: column_name pqh_attributes.column_name%type,
35: operation_code pqh_rule_attributes.operation_code%type,
36: attribute_value pqh_rule_attributes.attribute_value%type,

Line 33: column_type pqh_attributes.column_type%type,

29:
30: type t_cond_details is record (
31: rule_attribute_id pqh_rule_attributes.rule_attribute_id%type,
32: attribute_id pqh_attributes.attribute_id%type,
33: column_type pqh_attributes.column_type%type,
34: column_name pqh_attributes.column_name%type,
35: operation_code pqh_rule_attributes.operation_code%type,
36: attribute_value pqh_rule_attributes.attribute_value%type,
37: transaction_value varchar2(400),

Line 34: column_name pqh_attributes.column_name%type,

30: type t_cond_details is record (
31: rule_attribute_id pqh_rule_attributes.rule_attribute_id%type,
32: attribute_id pqh_attributes.attribute_id%type,
33: column_type pqh_attributes.column_type%type,
34: column_name pqh_attributes.column_name%type,
35: operation_code pqh_rule_attributes.operation_code%type,
36: attribute_value pqh_rule_attributes.attribute_value%type,
37: transaction_value varchar2(400),
38: status varchar2(30));