DBA Data[Home] [Help]

APPS.CST_ACCRUAL_LOAD dependencies on FND_CURRENCIES

Line 843: FROM fnd_currencies fc,

839: /* pick up currency related stuff */
840:
841: SELECT NVL(fc.minimum_accountable_unit,power(10,NVL(-fc.precision,0)))
842: INTO l_round_unit
843: FROM fnd_currencies fc,
844: gl_sets_of_books gsb,
845: financials_system_params_all fsp
846: WHERE fsp.org_id = p_operating_unit
847: AND fsp.set_of_books_id = gsb.set_of_books_id

Line 1257: fnd_currencies fc,

1253: po_accrual_write_offs_all pawo,
1254: ap_invoice_distributions_all aida,
1255: financials_system_params_all fsp,
1256: gl_sets_of_books gsob,
1257: fnd_currencies fc,
1258: ap_ae_lines_all aal,
1259: xla_distribution_links xld
1260: ,cst_accrual_accounts ca
1261: WHERE pawo.org_id = p_operating_unit

Line 1392: fnd_currencies fc,

1388: po_accrual_write_offs_all pawo,
1389: ap_invoice_distributions_all aida,
1390: financials_system_params_all fsp,
1391: gl_sets_of_books gsob,
1392: fnd_currencies fc,
1393: ap_ae_lines_all aal,
1394: cst_accrual_accounts caa,
1395: xla_distribution_links xld
1396: WHERE pawo.org_id = p_operating_unit

Line 1539: fnd_currencies fc,

1535: po_headers_all poh,
1536: ap_invoice_distributions_all aida,
1537: financials_system_params_all fsp,
1538: gl_sets_of_books gsob,
1539: fnd_currencies fc,
1540: ap_ae_lines aal,
1541: cst_accrual_accounts caa,
1542: xla_distribution_links xld,
1543: xla_ae_lines xal

Line 1707: fnd_currencies fc,

1703: po_headers_all poh,
1704: ap_invoice_distributions_all aida,
1705: financials_system_params_all fsp,
1706: gl_sets_of_books gsob,
1707: fnd_currencies fc,
1708: ap_ae_lines aal,
1709: cst_accrual_accounts caa,
1710: xla_distribution_links xld
1711: WHERE pawo.org_id = p_operating_unit