DBA Data[Home] [Help]

APPS.XLA_ACCOUNTING_CACHE_PKG dependencies on XLA_MAPPING_SET_VALUES

Line 111: value_constant XLA_MAPPING_SET_VALUES.value_constant%TYPE,

107:
108: --bug10037318 mapping sets caching start
109:
110: TYPE mapping_record_char IS RECORD (
111: value_constant XLA_MAPPING_SET_VALUES.value_constant%TYPE,
112: effective_date_from XLA_MAPPING_SET_VALUES.effective_date_from%TYPE,
113: effective_date_to XLA_MAPPING_SET_VALUES.effective_date_to%TYPE);
114:
115: TYPE mapping_record_num IS RECORD (

Line 112: effective_date_from XLA_MAPPING_SET_VALUES.effective_date_from%TYPE,

108: --bug10037318 mapping sets caching start
109:
110: TYPE mapping_record_char IS RECORD (
111: value_constant XLA_MAPPING_SET_VALUES.value_constant%TYPE,
112: effective_date_from XLA_MAPPING_SET_VALUES.effective_date_from%TYPE,
113: effective_date_to XLA_MAPPING_SET_VALUES.effective_date_to%TYPE);
114:
115: TYPE mapping_record_num IS RECORD (
116: value_code_combination_id XLA_MAPPING_SET_VALUES.value_code_combination_id%TYPE,

Line 113: effective_date_to XLA_MAPPING_SET_VALUES.effective_date_to%TYPE);

109:
110: TYPE mapping_record_char IS RECORD (
111: value_constant XLA_MAPPING_SET_VALUES.value_constant%TYPE,
112: effective_date_from XLA_MAPPING_SET_VALUES.effective_date_from%TYPE,
113: effective_date_to XLA_MAPPING_SET_VALUES.effective_date_to%TYPE);
114:
115: TYPE mapping_record_num IS RECORD (
116: value_code_combination_id XLA_MAPPING_SET_VALUES.value_code_combination_id%TYPE,
117: effective_date_from XLA_MAPPING_SET_VALUES.effective_date_from%TYPE,

Line 116: value_code_combination_id XLA_MAPPING_SET_VALUES.value_code_combination_id%TYPE,

112: effective_date_from XLA_MAPPING_SET_VALUES.effective_date_from%TYPE,
113: effective_date_to XLA_MAPPING_SET_VALUES.effective_date_to%TYPE);
114:
115: TYPE mapping_record_num IS RECORD (
116: value_code_combination_id XLA_MAPPING_SET_VALUES.value_code_combination_id%TYPE,
117: effective_date_from XLA_MAPPING_SET_VALUES.effective_date_from%TYPE,
118: effective_date_to XLA_MAPPING_SET_VALUES.effective_date_to%TYPE);
119:
120:

Line 117: effective_date_from XLA_MAPPING_SET_VALUES.effective_date_from%TYPE,

113: effective_date_to XLA_MAPPING_SET_VALUES.effective_date_to%TYPE);
114:
115: TYPE mapping_record_num IS RECORD (
116: value_code_combination_id XLA_MAPPING_SET_VALUES.value_code_combination_id%TYPE,
117: effective_date_from XLA_MAPPING_SET_VALUES.effective_date_from%TYPE,
118: effective_date_to XLA_MAPPING_SET_VALUES.effective_date_to%TYPE);
119:
120:
121: TYPE mapping_table_char IS TABLE OF mapping_record_char INDEX BY VARCHAR2(500);

Line 118: effective_date_to XLA_MAPPING_SET_VALUES.effective_date_to%TYPE);

114:
115: TYPE mapping_record_num IS RECORD (
116: value_code_combination_id XLA_MAPPING_SET_VALUES.value_code_combination_id%TYPE,
117: effective_date_from XLA_MAPPING_SET_VALUES.effective_date_from%TYPE,
118: effective_date_to XLA_MAPPING_SET_VALUES.effective_date_to%TYPE);
119:
120:
121: TYPE mapping_table_char IS TABLE OF mapping_record_char INDEX BY VARCHAR2(500);
122: TYPE mapping_table_num IS TABLE OF mapping_record_num INDEX BY VARCHAR2(500);