DBA Data[Home] [Help]

APPS.PQH_ATTRIBUTE_RANGES_PKG dependencies on PQH_TXN_CATEGORY_ATTRIBUTES

Line 9: attribute_id pqh_txn_category_attributes.attribute_id%type,

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

Line 11: value_style_cd pqh_txn_category_attributes.value_style_cd%type,

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:
15: type att_tab is table of att_rec index by binary_integer;

Line 12: value_set_id pqh_txn_category_attributes.value_set_id%type);

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:
15: type att_tab is table of att_rec index by binary_integer;
16: