DBA Data[Home] [Help]

APPS.FV_IPAC dependencies on XLA_ACCOUNTING_PUB_PKG

Line 1825: -- Submit the xla_accounting_pub_pkg.accounting_program_

1821: l_event_source_info.entity_type_code := get_evnt_rec.event_type_code; --l_event_type_code; -- CHECK IT
1822: l_event_source_info.transaction_number := trx_receipt_rec.trx_number;
1823: l_event_source_info.source_id_int_1 := nvl(p_cash_receipt_id,
1824: trx_receipt_rec.cash_receipt_id);
1825: -- Submit the xla_accounting_pub_pkg.accounting_program_
1826: -- document for the entity id.
1827: xla_accounting_pub_pkg.accounting_program_document(p_event_source_info => l_event_source_info,
1828: p_application_id => 222,
1829: p_valuation_method => NULL,

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

1823: l_event_source_info.source_id_int_1 := nvl(p_cash_receipt_id,
1824: trx_receipt_rec.cash_receipt_id);
1825: -- Submit the xla_accounting_pub_pkg.accounting_program_
1826: -- document for the entity id.
1827: xla_accounting_pub_pkg.accounting_program_document(p_event_source_info => l_event_source_info,
1828: p_application_id => 222,
1829: p_valuation_method => NULL,
1830: p_entity_id => l_entity_id,
1831: p_accounting_flag => 'Y',