DBA Data[Home] [Help]

APPS.XLA_ACCOUNTING_PUB_PKG dependencies on XLA_ACCOUNTING_PKG

Line 15: | All these APIs are wrapper over routines in the "xla_accounting_pkg". |

11: | DESCRIPTION |
12: | This package contains all the public APIs related to Accounting |
13: | Program. It has two APIs, one to account for a "batch of docuements" |
14: | and one to account for a single "docuemnt". |
15: | All these APIs are wrapper over routines in the "xla_accounting_pkg". |
16: | |
17: | HISTORY |
18: | 11/08/2002 S. Singhania Created |
19: | 07/22/2003 S. Singhania Added NOCOPY hint to the OUT parameters|

Line 135: xla_accounting_pkg.accounting_program_batch

131: ,p_level => C_LEVEL_PROCEDURE
132: ,p_module => l_log_module);
133: END IF;
134:
135: xla_accounting_pkg.accounting_program_batch
136: (p_source_application_id => p_source_application_id
137: ,p_application_id => p_application_id
138: ,p_ledger_id => p_ledger_id
139: ,p_process_category => p_process_category

Line 305: xla_accounting_pkg.accounting_program_document

301: -- added code to test fix for 7380459 gl post error
302: XLA_ACCOUNTING_CACHE_PKG.g_reversal_error := FALSE;
303:
304:
305: xla_accounting_pkg.accounting_program_document
306: (p_application_id => l_application_id
307: ,p_entity_id => l_entity_id
308: ,p_accounting_flag => p_accounting_flag
309: ,p_accounting_mode => p_accounting_mode

Line 636: xla_accounting_pkg.accounting_program_events

632:
633:
634:
635:
636: xla_accounting_pkg.accounting_program_events
637: (p_application_id => p_application_id
638: ,p_accounting_mode => p_accounting_mode
639: ,p_gl_posting_flag => p_gl_posting_flag
640: ,p_offline_flag => 'N'

Line 804: xla_accounting_pkg.accounting_program_events

800: ,p_value_2 => 'Non-budgetary control events exists for budgetary control mode');
801: END IF;
802: END IF;
803:
804: xla_accounting_pkg.accounting_program_events
805: (p_application_id => p_application_id
806: ,p_accounting_mode => p_accounting_mode
807: ,p_gl_posting_flag => p_gl_posting_flag
808: ,p_offline_flag => 'N'