DBA Data[Home] [Help]

APPS.XLA_TB_DATA_MANAGER_PVT dependencies on XLA_EVENT_TYPES_B

Line 359: ,xla_event_types_b xet

355: ,xla_ledger_options xlo
356: ,fnd_currencies fdc
357: ,gl_ledgers gl
358: ,gl_code_combinations gcc
359: ,xla_event_types_b xet
360: ,xla_tb_definitions_b xtd
361: $l_from$
362: WHERE xah.ae_header_id BETWEEN :7 AND :8
363: AND xah.upg_batch_id IS NULL -- added bug 6704677

Line 581: ,xla_event_types_b xet

577: ,SYSDATE program_update_date
578: FROM
579: ap_liability_balance alb
580: ,xla_ae_headers PARTITION (AP) xah
581: ,xla_event_types_b xet
582: ,xla_tb_definitions_b xtd
583: $l_from$
584: ,xla_transaction_entities_upg PARTITION (AP) xteu
585: ,xla_ae_lines PARTITION (AP) xal

Line 886: ,xla_event_types_b xet

882: ,SYSDATE program_update_date
883: FROM
884: ap_liability_balance alb
885: ,xla_ae_headers PARTITION (AP) xah
886: ,xla_event_types_b xet
887: ,xla_tb_definitions_b xtd
888: $l_from$
889: ,xla_transaction_entities_upg PARTITION (AP) xteu
890: ,xla_ae_lines PARTITION (AP) xal

Line 2690: xla_event_types_b xet,

2686: ,g_prog_appl_id
2687: ,g_program_id
2688: ,SYSDATE
2689: from xla_ae_headers xah,
2690: xla_event_types_b xet,
2691: xla_event_class_attrs xeca,
2692: xla_tb_definitions_b xtd
2693: WHERE xet.event_class_code <> 'MANUAL'
2694: AND xet.event_type_code = xah.event_type_code