DBA Data[Home] [Help]

APPS.PQH_ATTRIBUTE_RANGES_PKG dependencies on PQH_ATTRIBUTES

Line 8: type att_rec is record (attribute_name pqh_attributes.attribute_name%type,

4: -- ----------------------------------------------------------------------------
5: -- | Record
6: -- ----------------------------------------------------------------------------
7: --
8: type att_rec is record (attribute_name pqh_attributes.attribute_name%type,
9: attribute_id pqh_txn_category_attributes.attribute_id%type,
10: column_type pqh_attributes.column_type%type,
11: value_style_cd pqh_txn_category_attributes.value_style_cd%type,
12: value_set_id pqh_txn_category_attributes.value_set_id%type);

Line 10: column_type pqh_attributes.column_type%type,

6: -- ----------------------------------------------------------------------------
7: --
8: type att_rec is record (attribute_name pqh_attributes.attribute_name%type,
9: attribute_id pqh_txn_category_attributes.attribute_id%type,
10: column_type pqh_attributes.column_type%type,
11: value_style_cd pqh_txn_category_attributes.value_style_cd%type,
12: value_set_id pqh_txn_category_attributes.value_set_id%type);
13:
14:

Line 35: (attribute_id pqh_attributes.attribute_id%type,

31: --
32: -- attribute ranges passed from form
33: --
34: type rule_attr_rec is record
35: (attribute_id pqh_attributes.attribute_id%type,
36: datatype pqh_attributes.column_type%type,
37: from_char pqh_attribute_ranges.from_char%type,
38: to_char pqh_attribute_ranges.to_char%type,
39: from_number pqh_attribute_ranges.from_number%type,

Line 36: datatype pqh_attributes.column_type%type,

32: -- attribute ranges passed from form
33: --
34: type rule_attr_rec is record
35: (attribute_id pqh_attributes.attribute_id%type,
36: datatype pqh_attributes.column_type%type,
37: from_char pqh_attribute_ranges.from_char%type,
38: to_char pqh_attribute_ranges.to_char%type,
39: from_number pqh_attribute_ranges.from_number%type,
40: to_number pqh_attribute_ranges.to_number%type,