DBA Data[Home] [Help]

APPS.XLA_UPDATE_INVAL_CCID dependencies on XLA_ACCOUNTING_ERR_PKG

Line 354: xla_accounting_err_pkg.build_message (p_appli_s_name => 'XLA',

350: -- on the report).
351: ----------------------------------------------------------------------------
352: IF p_status = -3
353: THEN
354: xla_accounting_err_pkg.build_message (p_appli_s_name => 'XLA',
355: p_msg_name => 'XLA_EXT_SYS_CCID_VAL_FAIL',
356: p_token_1 => 'ERR_MEG',
357: p_value_1 => l_err_msg,
358: p_entity_id => l_entity_id,

Line 366: xla_accounting_err_pkg.build_message (p_appli_s_name => 'XLA',

362: )
363: );
364: ELSIF p_status = -2
365: THEN
366: xla_accounting_err_pkg.build_message (p_appli_s_name => 'XLA',
367: p_msg_name => 'XLA_EXT_VAL_FAIL_CCID',
368: p_entity_id => l_entity_id,
369: p_event_id => l_vent_id,
370: p_ledger_id => l_ledger_id,

Line 381: xla_accounting_err_pkg.insert_errors;

377: ----------------------------------------------------------------------------
378: -- insert any errors that were build in this session (for them to appear
379: -- on the report).
380: ----------------------------------------------------------------------------
381: xla_accounting_err_pkg.insert_errors;
382: COMMIT;
383: END IF; -- for sus
384: EXCEPTION
385: WHEN OTHERS