DBA Data[Home] [Help]

APPS.XLA_ACCOUNTING_PUB_PKG dependencies on XLA_EVENTS_PKG

Line 38: | calling xla_events_pkg.get_entity_id |

34: | calls and the procedure. |
35: | 04/25/2005 S. Singhania Bug 4323078. Temporarily modified body |
36: | of accounting_progra_document to pass|
37: | NULL for valuation method while |
38: | calling xla_events_pkg.get_entity_id |
39: | 04/27/2005 V. Kumar Bug 4323078. Removed the temporary fix |
40: | and overloaded the procedure |
41: | get_accounting_document with extra |
42: | valuation method parameter. |

Line 241: l_entity_id := xla_events_pkg.get_entity_id

237: END IF;
238:
239: xla_security_pkg.set_security_context(p_event_source_info.application_id);
240:
241: l_entity_id := xla_events_pkg.get_entity_id
242: (p_event_source_info => p_event_source_info
243: ,p_valuation_method => p_valuation_method );
244: l_application_id := p_event_source_info.application_id;
245: l_ledger_id := p_event_source_info.ledger_id;