DBA Data[Home] [Help]

APPS.PAY_GB_ENROLL_PENSION dependencies on PAY_DEFINED_BALANCES

Line 141: PAY_DEFINED_BALANCES PDB,

137: CURSOR C_DEF_BAL
138: IS
139: SELECT PDB.DEFINED_BALANCE_ID
140: FROM PAY_BALANCE_TYPES PBT,
141: PAY_DEFINED_BALANCES PDB,
142: PAY_BALANCE_DIMENSIONS PBD
143: WHERE PDB.BALANCE_TYPE_ID=PBT.BALANCE_TYPE_ID
144: AND PBT.BALANCE_NAME LIKE 'Pension Qualifying Earnings'
145: AND PBD.DATABASE_ITEM_SUFFIX='_ASG_RUN'