DBA Data[Home] [Help]

APPS.CST_ACCRUAL_LOAD dependencies on XLA_TRANSACTION_ENTITIES_UPG

Line 2668: xla_transaction_entities_upg xte,

2664: xal.ae_header_id,
2665: xal.ae_line_num
2666: FROM xla_ae_headers xah,
2667: xla_ae_lines xal,
2668: xla_transaction_entities_upg xte,
2669: mtl_material_transactions mmt,
2670: cst_accrual_accounts caa,
2671: financials_system_params_all fsp
2672: WHERE xal.code_combination_id = caa.accrual_account_id

Line 2798: xla_transaction_entities_upg xte,

2794: xal.ae_header_id,
2795: xal.ae_line_num
2796: FROM xla_ae_headers xah,
2797: xla_ae_lines xal,
2798: xla_transaction_entities_upg xte,
2799: mtl_material_transactions mmt,
2800: cst_accrual_accounts caa,
2801: financials_system_params_all fsp
2802: WHERE xal.code_combination_id = caa.accrual_account_id

Line 3330: xla_transaction_entities_upg xte,

3326: rcv_accounting_events rae,
3327: rcv_receiving_sub_ledger rrs,
3328: xla_ae_headers xah,
3329: xla_ae_lines xal,
3330: xla_transaction_entities_upg xte,
3331: xla_distribution_links xdl,
3332: po_headers_all poh,
3333: po_lines_all pol,
3334: po_distributions_all pod,

Line 3449: xla_transaction_entities_upg xte,

3445: gmf_xla_extract_headers geh,
3446: gmf_xla_extract_lines gel,
3447: xla_ae_headers xah,
3448: xla_ae_lines xal,
3449: xla_transaction_entities_upg xte,
3450: xla_distribution_links xdl,
3451: po_headers_all poh,
3452: po_lines_all pol,
3453: po_distributions_all pod,

Line 3590: xla_transaction_entities_upg xte,

3586: po_lines_all pol,
3587: po_distributions_all pod,
3588: cst_accrual_accounts caa,
3589: financials_system_params_all fsp,
3590: xla_transaction_entities_upg xte,
3591: po_headers_all poh /* -- Changes to pick Vendor from PO instead of APIA. Bug 7312170 */
3592: WHERE xal.code_combination_id = caa.accrual_account_id
3593: AND caa.operating_unit_id = p_operating_unit
3594: AND fsp.org_id = p_operating_unit