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 508: FROM xla_subledgers

504:
505: /*
506: CURSOR csr_xla_applications IS
507: SELECT application_id
508: FROM xla_subledgers
509: WHERE application_id = p_event_source_info.source_application_id;
510: */
511: l_log_module VARCHAR2(240);
512: l_return_id INTEGER;

Line 5302: FROM xla_subledgers

5298:
5299: /* --bug 4526089
5300: CURSOR csr_xla_applications IS
5301: SELECT application_id
5302: FROM xla_subledgers
5303: WHERE application_id = p_source_application_id;
5304: */
5305: l_log_module VARCHAR2(240);
5306:

Line 7872: FROM xla_subledgers

7868: PROCEDURE cache_application_setup
7869: (p_application_id IN INTEGER) IS
7870: CURSOR csr_xla_application IS
7871: SELECT application_id
7872: FROM xla_subledgers
7873: WHERE application_id = p_application_id;
7874:
7875: CURSOR csr_entity_types IS
7876: SELECT t.entity_code