DBA Data[Home] [Help]

APPS.PAY_ES_ONLINE_SOE dependencies on PAY_BALANCE_TYPES

Line 167: , pay_balance_types_tl bt

163: from pay_balance_attributes ba
164: , pay_bal_attribute_definitions bad
165: , pay_defined_balances db
166: , pay_balance_dimensions bd
167: , pay_balance_types_tl bt
168: , hr_organization_information oi
169: , pay_balance_types pbt
170: , hr_lookups hl
171: where bad.attribute_name = p_balance_attribute

Line 169: , pay_balance_types pbt

165: , pay_defined_balances db
166: , pay_balance_dimensions bd
167: , pay_balance_types_tl bt
168: , hr_organization_information oi
169: , pay_balance_types pbt
170: , hr_lookups hl
171: where bad.attribute_name = p_balance_attribute
172: and ( bad.BUSINESS_GROUP_ID IS NULL
173: OR bad.BUSINESS_GROUP_ID = l_business_group_id)