DBA Data[Home] [Help]

APPS.XLA_AAD_MERGE_ANALYSIS_PVT dependencies on XLA_CONDITIONS_PKG

Line 5219: l_working_condition := substr(xla_conditions_pkg.display_condition

5215: END IF;
5216:
5217: -- Bug 1241628
5218: -- The variable can't exceed 32767, so we are restricting the same below.
5219: l_working_condition := substr(xla_conditions_pkg.display_condition
5220: (p_description_prio_id => l_comp.w_description_prio_id
5221: ,p_chart_of_accounts_id => l_comp.w_transaction_coa_id
5222: ,p_context => 'D'), 1, 32767);
5223:

Line 5226: l_staging_condition := substr(xla_conditions_pkg.display_condition

5222: ,p_context => 'D'), 1, 32767);
5223:
5224: -- Bug 1241628
5225: -- The variable can't exceed 32767, so we are restricting the same below.
5226: l_staging_condition := substr(xla_conditions_pkg.display_condition
5227: (p_description_prio_id => l_comp.s_description_prio_id
5228: ,p_chart_of_accounts_id => l_comp.s_transaction_coa_id
5229: ,p_context => 'D'), 1, 32767);
5230:

Line 6206: l_working_condition := substr(xla_conditions_pkg.display_condition

6202: END IF;
6203:
6204: -- Bug 1241628
6205: -- The variable can't exceed 32767, so we are restricting the same below.
6206: l_working_condition := substr(xla_conditions_pkg.display_condition
6207: (p_application_id => g_application_id
6208: ,p_amb_context_code => g_amb_context_code
6209: ,p_entity_code => l_comp.entity_code
6210: ,p_event_class_code => l_comp.event_class_code

Line 6218: l_staging_condition := substr(xla_conditions_pkg.display_condition

6214: ,p_context => 'A'),1, 32767);
6215:
6216: -- Bug 1241628
6217: -- The variable can't exceed 32767, so we are restricting the same below.
6218: l_staging_condition := substr(xla_conditions_pkg.display_condition
6219: (p_application_id => g_application_id
6220: ,p_amb_context_code => g_staging_context_code
6221: ,p_entity_code => l_comp.entity_code
6222: ,p_event_class_code => l_comp.event_class_code