DBA Data[Home] [Help]

APPS.HZ_DQM_SEARCH_UTIL dependencies on HZ_TRANS_ATTRIBUTES_B

Line 16: TYPE attr_rec_type IS RECORD(attr_id hz_trans_attributes_b.ATTRIBUTE_ID%type,

12: g_no_score BOOLEAN := FALSE;
13:
14: --Start of Bug No:4244535
15:
16: TYPE attr_rec_type IS RECORD(attr_id hz_trans_attributes_b.ATTRIBUTE_ID%type,
17: tmp_section hz_trans_attributes_b.temp_section%type);
18: TYPE attr_tb_type is table of attr_rec_type index by binary_integer;
19: g_attr_rec attr_rec_type;
20: g_attr_tb attr_tb_type;

Line 17: tmp_section hz_trans_attributes_b.temp_section%type);

13:
14: --Start of Bug No:4244535
15:
16: TYPE attr_rec_type IS RECORD(attr_id hz_trans_attributes_b.ATTRIBUTE_ID%type,
17: tmp_section hz_trans_attributes_b.temp_section%type);
18: TYPE attr_tb_type is table of attr_rec_type index by binary_integer;
19: g_attr_rec attr_rec_type;
20: g_attr_tb attr_tb_type;
21: