DBA Data[Home] [Help]

APPS.CST_ACCRUAL_LOAD dependencies on XLA_AE_HEADERS

Line 2427: FROM xla_ae_headers xah,

2423: xal.code_combination_id,
2424: xal.ae_header_id,
2425: xal.ae_line_num,
2426: xdl.source_distribution_id_num_1
2427: FROM xla_ae_headers xah,
2428: xla_ae_lines xal,
2429: xla_distribution_links xdl,
2430: cst_accrual_accounts caa,
2431: financials_system_params_all fsp

Line 2723: xla_ae_headers h,

2719: WHERE fsp.org_id = p_ou_id
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

Line 2873: FROM xla_ae_headers xah,

2869: l_program_id,
2870: l_program_update_date,
2871: xal.ae_header_id,
2872: xal.ae_line_num
2873: FROM xla_ae_headers xah,
2874: xla_ae_lines xal,
2875: xla_transaction_entities_upg xte,
2876: mtl_material_transactions mmt,
2877: cst_accrual_accounts caa,

Line 3009: FROM xla_ae_headers xah,

3005: l_program_id,
3006: l_program_update_date,
3007: xal.ae_header_id,
3008: xal.ae_line_num
3009: FROM xla_ae_headers xah,
3010: xla_ae_lines xal,
3011: xla_transaction_entities_upg xte,
3012: mtl_material_transactions mmt,
3013: cst_accrual_accounts caa,

Line 3091: FROM xla_ae_headers xah,

3087: l_program_id,
3088: l_program_update_date,
3089: xal.ae_header_id,
3090: xal.ae_line_num
3091: FROM xla_ae_headers xah,
3092: xla_ae_lines xal,
3093: xla_transaction_entities_upg xte,
3094: mtl_material_transactions mmt,
3095: cst_accrual_accounts caa,

Line 3659: xla_ae_headers xah,

3655: xal.ae_line_num
3656: FROM rcv_transactions rct,
3657: rcv_accounting_events rae,
3658: rcv_receiving_sub_ledger rrs,
3659: xla_ae_headers xah,
3660: xla_ae_lines xal,
3661: xla_transaction_entities_upg xte,
3662: xla_distribution_links xdl,
3663: po_headers_all poh,

Line 3780: xla_ae_headers xah,

3776: FROM rcv_transactions rct,
3777: gmf_rcv_accounting_txns grat,
3778: gmf_xla_extract_headers geh,
3779: gmf_xla_extract_lines gel,
3780: xla_ae_headers xah,
3781: xla_ae_lines xal,
3782: xla_transaction_entities_upg xte,
3783: xla_distribution_links xdl,
3784: po_headers_all poh,

Line 3946: xla_ae_headers xah,

3942: FROM ap_self_assessed_tax_dist_all
3943: WHERE po_distribution_id = po_dists_tab(indx)) aida,
3944: -- ap_invoice_distributions_all aida,
3945: --}
3946: xla_ae_headers xah,
3947: xla_ae_lines xal,
3948: xla_distribution_links xdl,
3949: po_lines_all pol,
3950: po_distributions_all pod,