DBA Data[Home] [Help]

APPS.PQH_CBR_ENGINE dependencies on PQH_RULE_ATTRIBUTES

Line 31: rule_attribute_id pqh_rule_attributes.rule_attribute_id%type,

27: type t_attr_matx is table of t_attr_row
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,

Line 35: operation_code pqh_rule_attributes.operation_code%type,

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));
39:

Line 36: attribute_value pqh_rule_attributes.attribute_value%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));
39:
40: type t_cond_matx is table of t_cond_details