DBA Data[Home] [Help]

APPS.CST_ACCRUAL_LOAD dependencies on XLA_EVENT_TYPES_B

Line 2724: xla_event_types_b xet,

2720: AND EXISTS(
2721: SELECT 1 FROM
2722: xla_ae_lines l,
2723: xla_ae_headers h,
2724: xla_event_types_b xet,
2725: cst_accrual_accounts caa
2726: WHERE caa.operating_unit_id = p_ou_id
2727: AND xet.application_id = 707
2728: AND xet.entity_code = 'MTL_ACCOUNTING_EVENTS'