DBA Data[Home] [Help]

APPS.PAY_RUN_BALANCE_WF_PKG dependencies on PAY_DEFINED_BALANCES

Line 88: , pay_defined_balances db

84: is
85: select pbd.dimension_level
86: , hl.meaning
87: from pay_balance_dimensions pbd
88: , pay_defined_balances db
89: , hr_lookups hl
90: where pbd.balance_dimension_id = db.balance_dimension_id
91: and db.defined_balance_id = p_defined_balance_id
92: and hl.lookup_type = 'PAY_BRA_BALANCE_LEVEL'