DBA Data[Home] [Help]

APPS.CST_ACCRUAL_LOAD dependencies on FND_CURRENCIES

Line 851: FROM fnd_currencies fc,

847: /* pick up currency related stuff */
848:
849: SELECT NVL(fc.minimum_accountable_unit,power(10,NVL(-fc.precision,0)))
850: INTO l_round_unit
851: FROM fnd_currencies fc,
852: gl_sets_of_books gsb,
853: financials_system_params_all fsp
854: WHERE fsp.org_id = p_operating_unit
855: AND fsp.set_of_books_id = gsb.set_of_books_id

Line 1279: fnd_currencies fc,

1275: po_accrual_write_offs_all pawo,
1276: ap_invoice_distributions_all aida,
1277: financials_system_params_all fsp,
1278: gl_sets_of_books gsob,
1279: fnd_currencies fc,
1280: ap_ae_lines_all aal,
1281: xla_distribution_links xld
1282: ,cst_accrual_accounts ca
1283: WHERE pawo.org_id = p_operating_unit

Line 1413: fnd_currencies fc,

1409: po_accrual_write_offs_all pawo,
1410: ap_invoice_distributions_all aida,
1411: financials_system_params_all fsp,
1412: gl_sets_of_books gsob,
1413: fnd_currencies fc,
1414: ap_ae_lines_all aal,
1415: cst_accrual_accounts caa,
1416: xla_distribution_links xld
1417: WHERE pawo.org_id = p_operating_unit

Line 1559: fnd_currencies fc,

1555: po_headers_all poh,
1556: ap_invoice_distributions_all aida,
1557: financials_system_params_all fsp,
1558: gl_sets_of_books gsob,
1559: fnd_currencies fc,
1560: ap_ae_lines aal,
1561: cst_accrual_accounts caa,
1562: xla_distribution_links xld,
1563: xla_ae_lines xal

Line 1726: fnd_currencies fc,

1722: po_headers_all poh,
1723: ap_invoice_distributions_all aida,
1724: financials_system_params_all fsp,
1725: gl_sets_of_books gsob,
1726: fnd_currencies fc,
1727: ap_ae_lines aal,
1728: cst_accrual_accounts caa,
1729: xla_distribution_links xld
1730: WHERE pawo.org_id = p_operating_unit