DBA Data[Home] [Help]

APPS.CZ_UIOA_PVT dependencies on JDR_ATTRIBUTES

Line 447: NAME jdr_attributes.att_name%TYPE,

443: 'BOMM_',
444: 'OPT_' );
445:
446: TYPE attribute_record_type IS RECORD(
447: NAME jdr_attributes.att_name%TYPE,
448: VALUE jdr_attributes.att_value%TYPE);
449:
450: TYPE attributes_tbl_type IS TABLE OF attribute_record_type INDEX BY BINARY_INTEGER;
451:

Line 448: VALUE jdr_attributes.att_value%TYPE);

444: 'OPT_' );
445:
446: TYPE attribute_record_type IS RECORD(
447: NAME jdr_attributes.att_name%TYPE,
448: VALUE jdr_attributes.att_value%TYPE);
449:
450: TYPE attributes_tbl_type IS TABLE OF attribute_record_type INDEX BY BINARY_INTEGER;
451:
452: --vsingava IM-ER