DBA Data[Home] [Help]

APPS.CST_ACCRUAL_LOAD dependencies on PO_LINES_ALL

Line 2495: po_lines_all pol,

2491: FROM AP_MISC_TRANSACTIONS_XLA xla,
2492: ap_invoice_distributions_all aida,
2493: ap_invoices_all apia,
2494: po_distributions_all pod,
2495: po_lines_all pol,
2496: po_headers_all poh
2497: WHERE xla.source_distribution_id_num_1 = aida.invoice_distribution_id
2498: AND aida.org_id = p_operating_unit
2499: AND apia.invoice_id = aida.invoice_id

Line 2582: po_lines_all pol,

2578: FROM AP_MISC_TRANSACTIONS_XLA xla,
2579: ap_self_assessed_tax_dist_all aida,
2580: ap_invoices_all apia,
2581: po_distributions_all pod,
2582: po_lines_all pol,
2583: po_headers_all poh
2584: WHERE xla.source_distribution_id_num_1 = aida.invoice_distribution_id
2585: AND aida.org_id = p_operating_unit
2586: AND apia.invoice_id = aida.invoice_id

Line 3664: po_lines_all pol,

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,
3666: cst_accrual_accounts caa,
3667: financials_system_params_all fsp
3668: WHERE fsp.org_id = p_operating_unit

Line 3785: po_lines_all pol,

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,
3787: cst_accrual_accounts caa,
3788: financials_system_params_all fsp
3789: WHERE fsp.org_id = p_operating_unit

Line 3949: po_lines_all pol,

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,
3951: cst_accrual_accounts caa,
3952: financials_system_params_all fsp,
3953: xla_transaction_entities_upg xte,