DBA Data[Home] [Help]

APPS.CST_ACCRUAL_LOAD dependencies on XLA_TRANSACTION_ENTITIES_UPG

Line 2875: xla_transaction_entities_upg xte,

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,
2878: financials_system_params_all fsp
2879: WHERE xal.code_combination_id = caa.accrual_account_id

Line 3011: xla_transaction_entities_upg xte,

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,
3014: financials_system_params_all fsp,
3015: mtl_parameters mp /* Bug 13728770 */

Line 3093: xla_transaction_entities_upg xte,

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,
3096: financials_system_params_all fsp,
3097: mtl_parameters mp /* Bug 13728770 */

Line 3661: xla_transaction_entities_upg xte,

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,
3664: po_lines_all pol,
3665: po_distributions_all pod,

Line 3782: xla_transaction_entities_upg xte,

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,
3785: po_lines_all pol,
3786: po_distributions_all pod,

Line 3953: xla_transaction_entities_upg xte,

3949: po_lines_all pol,
3950: po_distributions_all pod,
3951: cst_accrual_accounts caa,
3952: financials_system_params_all fsp,
3953: xla_transaction_entities_upg xte,
3954: po_headers_all poh /* -- Changes to pick Vendor from PO instead of APIA. Bug 7312170 */
3955: WHERE xal.code_combination_id = caa.accrual_account_id
3956: AND caa.operating_unit_id = p_operating_unit
3957: AND fsp.org_id = p_operating_unit