SELECT GLV.LEDGER_CATEGORY_CODE, GLV.NAME, GLV.SHORT_NAME, GLV.DESCRIPTION, GLV.CHART_OF_ACCOUNTS_ID, GLV.PERIOD_SET_NAME ACCOUNTING_CALENDAR, GLV.CURRENCY_CODE, GLV.SLA_ACCOUNTING_METHOD_CODE, GLV.FIRST_LEDGER_PERIOD_NAME, GLV.FUTURE_ENTERABLE_PERIODS_LIMIT, GLV.SLA_DESCRIPTION_LANGUAGE, A.CONCATENATED_SEGMENTS ENTERED_CURRENCY, --GLV.SLA_ENTERED_CUR_BAL_SUS_CCID, B.CONCATENATED_SEGMENTS RETAINED_EARNING, --GLV.RET_EARN_CODE_COMBINATION_ID, C.CONCATENATED_SEGMENTS ROUNDING_ACCOUNT, -- GLV.ROUNDING_CODE_COMBINATION_ID , GLV.ALLOW_INTERCOMPANY_POST_FLAG, GLV.ENABLE_JE_APPROVAL_FLAG, GLV.PERIOD_END_RATE_TYPE, E.USER_CONVERSION_TYPE, -- GLV.PERIOD_AVERAGE_RATE_TYPE, D.CONCATENATED_SEGMENTS TRANSLATION_ACCOUNT, GLV.CUM_TRANS_CODE_COMBINATION_ID FROM GL_LEDGERS GLV, GL_CODE_COMBINATIONS_KFV A, GL_CODE_COMBINATIONS_KFV B, GL_CODE_COMBINATIONS_KFV C, GL_CODE_COMBINATIONS_KFV D, GL_DAILY_CONVERSION_TYPES E WHERE E.CONVERSION_TYPE = GLV.PERIOD_AVERAGE_RATE_TYPE AND GLV.SLA_ENTERED_CUR_BAL_SUS_CCID = A.CODE_COMBINATION_ID AND GLV.RET_EARN_CODE_COMBINATION_ID = B.CODE_COMBINATION_ID AND GLV.ROUNDING_CODE_COMBINATION_ID = C.CODE_COMBINATION_ID AND GLV.CUM_TRANS_CODE_COMBINATION_ID = D.CODE_COMBINATION_ID;
Popular Posts
-
AutoInvoice is used to generate invoices from a wide variety of sources. Oracle Applications such as OKS (Contracts), Projects, Order M...
-
Here is query to Fetch QUERY: Supplier Sites - Payment Details. select s.segment1 "Supplier Number...
-
In Oracle R12, we have E-Business Tax module to maintain the Tax Details. Every TAX_RATE_CODE is attached to a TAX_REGIME and in-turn a T...
-
select s.segment1 "Supplier Number", hps.party_site_name "Address Na...
-
HERE IS SQL QUERY RETRIEVES LIST OF JURISDICTIONS' FOR WHICH TAX RATES HAS BEEN DEFINED IN EBTAX SELECT TAX, TAX_JURISDICTIO...
-
SELECT NVL (SUM (ps.amount_due_remaining), 0) total_uncleared_receipts FROM hz_cust_accounts_all cust_acct, ar_payment_schedu...
-
Here is query to get the Cost History fotr particular asset select fb.book_type_code "Book", fa.asset_number...
-
Full retirement asset select asset_id, a.book_type_code from fa_transaction_headers a where transaction_type_code = 'FULL RETIREMENT...
-
SELECT apt.template_id, apt.template_name, ipmv.payment_method_name pmt_method_name, cba.bank_account_name ...
-
If you need to troubleshoot ebTax setup , you should use the Following query . These are retrived from the main E-Business tax tables that...
Recent Posts
Categories
Unordered List
Text Widget
Blog Archive
Powered by Blogger.