DBA Data[Home] [Help]

APPS.CST_ACCRUAL_LOAD dependencies on GL_SETS_OF_BOOKS

Line 844: gl_sets_of_books gsb,

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
848: AND fc.currency_code = gsb.currency_code;

Line 1256: gl_sets_of_books gsob,

1252: FROM
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

Line 1391: gl_sets_of_books gsob,

1387: FROM
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

Line 1538: gl_sets_of_books gsob,

1534: po_releases_all pra,
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,

Line 1706: gl_sets_of_books gsob,

1702: po_releases_all pra,
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