DBA Data[Home] [Help]

APPS.PSA_BC_XLA_PVT dependencies on XLA_LOOKUPS_PKG

Line 339: fnd_message.set_token ('OWNER', xla_lookups_pkg.get_meaning('XLA_OWNER_TYPE',xla_rec.product_rule_owner));

335: psa_utils.debug_other_string(g_state_level,l_path_name, 'compile_status_code='||xla_rec.compile_status_code);
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: