DBA Data[Home] [Help]

APPS.CST_ACCRUAL_LOAD dependencies on GL_SETS_OF_BOOKS

Line 852: gl_sets_of_books gsb,

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

Line 1278: gl_sets_of_books gsob,

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

Line 1412: gl_sets_of_books gsob,

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

Line 1558: gl_sets_of_books gsob,

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

Line 1725: gl_sets_of_books gsob,

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