DBA Data[Home] [Help]

APPS.PSA_BC_XLA_PVT dependencies on XLA_ACCOUNTING_CACHE_PKG

Line 340: fnd_message.set_token ('SUBLEDGER_ACCTG_METHOD', xla_accounting_cache_pkg.GetSessionValueChar

336: IF xla_rec.compile_status_code <> 'Y' THEN
337: fnd_message.set_name ('XLA','XLA_AP_PAD_INACTIVE');
338: fnd_message.set_token ('PAD_NAME', xla_rec.product_rule_name);
339: fnd_message.set_token ('OWNER', xla_lookups_pkg.get_meaning('XLA_OWNER_TYPE',xla_rec.product_rule_owner));
340: fnd_message.set_token ('SUBLEDGER_ACCTG_METHOD', xla_accounting_cache_pkg.GetSessionValueChar
341: (p_source_code => 'XLA_ACCOUNTING_METHOD_NAME'
342: ,p_target_ledger_id => xla_rec.ledger_id));
343:
344: psa_utils.debug_other_string(g_state_level,l_path_name, 'Calling psa_xla_error');