DBA Data[Home] [Help]

VIEW: APPS.PAY_PURGE_ROLLUP_BALANCES_V

Source

View Text - Preformatted

SELECT (bttl.balance_name || bm.database_item_suffix) bal_full_name , bttl.balance_name ,prg.assignment_action_id ,prg.defined_balance_id ,prg.jurisdiction_code ,prg.original_entry_id ,prg.tax_unit_id ,prg.value from pay_balance_types_tl bttl , pay_balance_types bt , pay_defined_balances bd , pay_balance_dimensions bm , pay_purge_rollup_balances prg WHERE bt.balance_type_id = bttl.balance_type_id and bttl.language = userenv('LANG') and prg.defined_balance_id = bd.defined_balance_id and bt.balance_type_id = bd.balance_type_id and bd.balance_dimension_id = bm.balance_dimension_id
View Text - HTML Formatted

SELECT (BTTL.BALANCE_NAME || BM.DATABASE_ITEM_SUFFIX) BAL_FULL_NAME
, BTTL.BALANCE_NAME
, PRG.ASSIGNMENT_ACTION_ID
, PRG.DEFINED_BALANCE_ID
, PRG.JURISDICTION_CODE
, PRG.ORIGINAL_ENTRY_ID
, PRG.TAX_UNIT_ID
, PRG.VALUE
FROM PAY_BALANCE_TYPES_TL BTTL
, PAY_BALANCE_TYPES BT
, PAY_DEFINED_BALANCES BD
, PAY_BALANCE_DIMENSIONS BM
, PAY_PURGE_ROLLUP_BALANCES PRG
WHERE BT.BALANCE_TYPE_ID = BTTL.BALANCE_TYPE_ID
AND BTTL.LANGUAGE = USERENV('LANG')
AND PRG.DEFINED_BALANCE_ID = BD.DEFINED_BALANCE_ID
AND BT.BALANCE_TYPE_ID = BD.BALANCE_TYPE_ID
AND BD.BALANCE_DIMENSION_ID = BM.BALANCE_DIMENSION_ID