DBA Data[Home] [Help]

APPS.PAY_SA_SOE dependencies on PAY_BALANCE_TYPES

Line 224: , pay_balance_types_tl bt

220: from pay_balance_attributes ba
221: , pay_bal_attribute_definitions bad
222: , pay_defined_balances db
223: , pay_balance_dimensions bd
224: , pay_balance_types_tl bt
225: , hr_organization_information oi
226: , pay_balance_types pbt
227: , hr_lookups hl
228: where bad.attribute_name = p_balance_attribute

Line 226: , pay_balance_types pbt

222: , pay_defined_balances db
223: , pay_balance_dimensions bd
224: , pay_balance_types_tl bt
225: , hr_organization_information oi
226: , pay_balance_types pbt
227: , hr_lookups hl
228: where bad.attribute_name = p_balance_attribute
229: and ( bad.BUSINESS_GROUP_ID IS NULL
230: OR bad.BUSINESS_GROUP_ID = l_business_group_id)