DBA Data[Home] [Help]

APPS.LNS_DISTRIBUTIONS_PUB dependencies on XLA_ACCOUNTING_PUB_PKG

Line 3700: logMessage(FND_LOG.level_statement, G_PKG_NAME, 'Calling XLA_ACCOUNTING_PUB_PKG.accounting_program_doc_batch...');

3696: select count(1) into l_transactions_count
3697: from XLA_ACCT_PROG_DOCS_GT;
3698: logMessage(FND_LOG.level_statement, G_PKG_NAME, 'Inserted transaction_entities = ' || l_transactions_count);
3699:
3700: logMessage(FND_LOG.level_statement, G_PKG_NAME, 'Calling XLA_ACCOUNTING_PUB_PKG.accounting_program_doc_batch...');
3701: XLA_ACCOUNTING_PUB_PKG.accounting_program_doc_batch(p_application_id => 222
3702: ,p_accounting_mode => 'F'
3703: ,p_gl_posting_flag => 'N'
3704: ,p_accounting_batch_id => l_accounting_batch_id

Line 3701: XLA_ACCOUNTING_PUB_PKG.accounting_program_doc_batch(p_application_id => 222

3697: from XLA_ACCT_PROG_DOCS_GT;
3698: logMessage(FND_LOG.level_statement, G_PKG_NAME, 'Inserted transaction_entities = ' || l_transactions_count);
3699:
3700: logMessage(FND_LOG.level_statement, G_PKG_NAME, 'Calling XLA_ACCOUNTING_PUB_PKG.accounting_program_doc_batch...');
3701: XLA_ACCOUNTING_PUB_PKG.accounting_program_doc_batch(p_application_id => 222
3702: ,p_accounting_mode => 'F'
3703: ,p_gl_posting_flag => 'N'
3704: ,p_accounting_batch_id => l_accounting_batch_id
3705: ,p_errbuf => l_errbuf

Line 4239: logMessage(FND_LOG.LEVEL_STATEMENT, G_PKG_NAME, 'calling XLA_ACCOUNTING_PUB_PKG.accounting_program_doc_batch ');

4235:
4236: select count(1) into l_transactions_count
4237: from XLA_ACCT_PROG_DOCS_GT;
4238: logMessage(FND_LOG.LEVEL_STATEMENT, G_PKG_NAME, 'inserted transaction_entities ' || l_transactions_count);
4239: logMessage(FND_LOG.LEVEL_STATEMENT, G_PKG_NAME, 'calling XLA_ACCOUNTING_PUB_PKG.accounting_program_doc_batch ');
4240: XLA_ACCOUNTING_PUB_PKG.accounting_program_doc_batch(p_application_id => 206
4241: ,p_accounting_mode => p_accounting_mode
4242: ,p_gl_posting_flag => p_gl_posting_flag
4243: ,p_accounting_batch_id => l_accounting_batch_id

Line 4240: XLA_ACCOUNTING_PUB_PKG.accounting_program_doc_batch(p_application_id => 206

4236: select count(1) into l_transactions_count
4237: from XLA_ACCT_PROG_DOCS_GT;
4238: logMessage(FND_LOG.LEVEL_STATEMENT, G_PKG_NAME, 'inserted transaction_entities ' || l_transactions_count);
4239: logMessage(FND_LOG.LEVEL_STATEMENT, G_PKG_NAME, 'calling XLA_ACCOUNTING_PUB_PKG.accounting_program_doc_batch ');
4240: XLA_ACCOUNTING_PUB_PKG.accounting_program_doc_batch(p_application_id => 206
4241: ,p_accounting_mode => p_accounting_mode
4242: ,p_gl_posting_flag => p_gl_posting_flag
4243: ,p_accounting_batch_id => l_accounting_batch_id
4244: ,p_errbuf => l_errbuf