SQL Query for Accrual Window
Hi all, I'm trying to find the Table (or Tables) that holds the Net Entitlement Value in the Accruals Window:
i tried searching for Tables related to Accurals but I only found the below results:
select table_namefrom dba_tableswhere table_name like '%ACCRUAL%'and owner in ('HR', 'APPS');TABLE_NAME----------------------------------PAY_ACCRUAL_BANDSPAY_ACCRUAL_PLANS_TLPAY_ACCRUAL_PLANS
Appreciate the Help.
Thank you!
Tagged:
1