DBA Data[Home] [Help]

APPS.PAY_GB_ENROLL_PENSION dependencies on PAY_DEFINED_BALANCES

Line 57: PAY_DEFINED_BALANCES PDB,

53: CURSOR C_DEF_BAL IS
54: SELECT PDB.DEFINED_BALANCE_ID
55: FROM
56: PAY_BALANCE_TYPES PBT,
57: PAY_DEFINED_BALANCES PDB,
58: PAY_BALANCE_DIMENSIONS PBD
59: WHERE PDB.BALANCE_TYPE_ID=PBT.BALANCE_TYPE_ID
60: AND PBT.BALANCE_NAME LIKE 'Pension Qualifying Earnings'
61: AND PBD.DATABASE_ITEM_SUFFIX='_ASG_RUN'