DBA Data[Home] [Help]

APPS.FV_IPAC dependencies on XLA_ACCOUNTING_PUB_PKG

Line 1783: -- Submit the xla_accounting_pub_pkg.accounting_program_

1779: l_event_source_info.entity_type_code := get_evnt_rec.event_type_code; --l_event_type_code; -- CHECK IT
1780: l_event_source_info.transaction_number := trx_receipt_rec.trx_number;
1781: l_event_source_info.source_id_int_1 := nvl(p_cash_receipt_id,
1782: trx_receipt_rec.cash_receipt_id);
1783: -- Submit the xla_accounting_pub_pkg.accounting_program_
1784: -- document for the entity id.
1785: xla_accounting_pub_pkg.accounting_program_document(p_event_source_info => l_event_source_info,
1786: p_application_id => 222,
1787: p_valuation_method => NULL,

Line 1785: xla_accounting_pub_pkg.accounting_program_document(p_event_source_info => l_event_source_info,

1781: l_event_source_info.source_id_int_1 := nvl(p_cash_receipt_id,
1782: trx_receipt_rec.cash_receipt_id);
1783: -- Submit the xla_accounting_pub_pkg.accounting_program_
1784: -- document for the entity id.
1785: xla_accounting_pub_pkg.accounting_program_document(p_event_source_info => l_event_source_info,
1786: p_application_id => 222,
1787: p_valuation_method => NULL,
1788: p_entity_id => l_entity_id,
1789: p_accounting_flag => 'Y',