DBA Data[Home] [Help]

VIEW: APPS.XLA_ACCTG_METHODS_VL

Source

View Text - Preformatted

SELECT b.rowid row_id ,b.accounting_method_type_code ,b.accounting_method_code ,t.name ,t.description ,b.transaction_coa_id ,b.accounting_coa_id ,b.enabled_flag ,b.creation_date ,b.created_by ,b.last_update_date ,b.last_updated_by ,b.last_update_login FROM xla_acctg_methods_b b ,xla_acctg_methods_tl t WHERE b.accounting_method_code = t.accounting_method_code AND b.accounting_method_type_code = t.accounting_method_type_code AND t.language = USERENV('LANG')
View Text - HTML Formatted

SELECT B.ROWID ROW_ID
, B.ACCOUNTING_METHOD_TYPE_CODE
, B.ACCOUNTING_METHOD_CODE
, T.NAME
, T.DESCRIPTION
, B.TRANSACTION_COA_ID
, B.ACCOUNTING_COA_ID
, B.ENABLED_FLAG
, B.CREATION_DATE
, B.CREATED_BY
, B.LAST_UPDATE_DATE
, B.LAST_UPDATED_BY
, B.LAST_UPDATE_LOGIN
FROM XLA_ACCTG_METHODS_B B
, XLA_ACCTG_METHODS_TL T
WHERE B.ACCOUNTING_METHOD_CODE = T.ACCOUNTING_METHOD_CODE
AND B.ACCOUNTING_METHOD_TYPE_CODE = T.ACCOUNTING_METHOD_TYPE_CODE
AND T.LANGUAGE = USERENV('LANG')