DBA Data[Home] [Help]

APPS.XLA_ACCOUNTING_PKG dependencies on FND_PROFILE

Line 2636: AND xar.amb_context_code(+) = NVL(fnd_profile.value('XLA_AMB_CONTEXT'),'DEFAULT')

2632: AND xal.product_rule_code(+) = xar.product_rule_code
2633: AND xar.accounting_method_type_code(+) = xgl.sla_accounting_method_type
2634: AND xar.accounting_method_code(+) = xgl.sla_accounting_method_code
2635: AND xar.application_id(+) = p_application_id
2636: AND xar.amb_context_code(+) = NVL(fnd_profile.value('XLA_AMB_CONTEXT'),'DEFAULT')
2637: AND xam.accounting_method_type_code(+) = xgl.sla_accounting_method_type
2638: AND xam.accounting_method_code(+) = xgl.sla_accounting_method_code
2639: AND xam.language(+) = USERENV('LANG')
2640: AND xgl.ledger_id = xap.ledger_id

Line 3994: IF ( nvl(fnd_profile.value('XLA_DIAGNOSTIC_MODE'),'N') = 'Y') THEN

3990: -- following deletes the Accounting Event Extract Diagnostics data
3991: -- for the events that are being accounted in this run.
3992: ----------------------------------------------------------------------------
3993:
3994: IF ( nvl(fnd_profile.value('XLA_DIAGNOSTIC_MODE'),'N') = 'Y') THEN
3995:
3996: DELETE FROM xla_diag_sources
3997: WHERE event_id IN
3998: (SELECT event_id FROM xla_events_gt);

Line 8329: g_conc_hold := fnd_profile.value('CONC_HOLD');

8325: IF NOT g_log_enabled THEN
8326: g_log_level := C_LEVEL_LOG_DISABLED;
8327: END IF;
8328:
8329: g_conc_hold := fnd_profile.value('CONC_HOLD');
8330:
8331: END xla_accounting_pkg;