DBA Data[Home] [Help]

APPS.CZ_XML dependencies on JDR_ATTRIBUTES

Line 112: NAME jdr_attributes.att_name%TYPE,

108: 'BOMM_',
109: 'OPT_' );
110:
111: TYPE attribute_record_type IS RECORD(
112: NAME jdr_attributes.att_name%TYPE,
113: VALUE jdr_attributes.att_value%TYPE);
114:
115: TYPE attributes_tbl_type IS TABLE OF attribute_record_type INDEX BY BINARY_INTEGER;
116:

Line 113: VALUE jdr_attributes.att_value%TYPE);

109: 'OPT_' );
110:
111: TYPE attribute_record_type IS RECORD(
112: NAME jdr_attributes.att_name%TYPE,
113: VALUE jdr_attributes.att_value%TYPE);
114:
115: TYPE attributes_tbl_type IS TABLE OF attribute_record_type INDEX BY BINARY_INTEGER;
116:
117: TYPE ui_tbl_type IS TABLE OF VARCHAR2(255) INDEX BY VARCHAR2(255);