DBA Data[Home] [Help]

APPS.XLA_DATAFIXES_PUB dependencies on XLA_ACCOUNTING_ERR_PKG

Line 9: global_accounting_errors xla_accounting_err_pkg.t_array_error; --added global array to read undo accounting errors bug 10226301

5: -- Global variable
6: ------------------------------------------------------------------------------
7: g_msg_mode VARCHAR2(1) := 'S'; -- message mode, S or X
8: global_error_index PLS_INTEGER := 0; --added bug 10226301
9: global_accounting_errors xla_accounting_err_pkg.t_array_error; --added global array to read undo accounting errors bug 10226301
10:
11: -------------------------------------------------------------------------------
12: -- Public API
13: -------------------------------------------------------------------------------