DBA Data[Home] [Help]

APPS.XLA_EVENTS_PKG dependencies on XLA_SUBLEDGERS

Line 72: | cache application from xla_subledgers. |

68: | 14-Jun-02 S. Singhania Added the bulk API, 'update_event_status_bulk'|
69: | to update event/entity status in bulk. This |
70: | API will be called by Accounting Program |
71: | 18-Jul-02 S. Singhania Added curosr in 'cache_application_setup' to |
72: | cache application from xla_subledgers. |
73: | Commented 'validate_event_date' routine. Date |
74: | validation is not needed. |
75: | Commented 'update_entity_status' and 'evaluate|
76: | _entity_status'. Bug # 2464825. Removed |

Line 490: FROM xla_subledgers

486:
487: /*
488: CURSOR csr_xla_applications IS
489: SELECT application_id
490: FROM xla_subledgers
491: WHERE application_id = p_event_source_info.source_application_id;
492: */
493: l_log_module VARCHAR2(240);
494: l_return_id INTEGER;

Line 4841: FROM xla_subledgers

4837:
4838: /* --bug 4526089
4839: CURSOR csr_xla_applications IS
4840: SELECT application_id
4841: FROM xla_subledgers
4842: WHERE application_id = p_source_application_id;
4843: */
4844: l_log_module VARCHAR2(240);
4845:

Line 7284: FROM xla_subledgers

7280: PROCEDURE cache_application_setup
7281: (p_application_id IN INTEGER) IS
7282: CURSOR csr_xla_application IS
7283: SELECT application_id
7284: FROM xla_subledgers
7285: WHERE application_id = p_application_id;
7286:
7287: CURSOR csr_entity_types IS
7288: SELECT t.entity_code