DBA Data[Home] [Help]

APPS.PAY_SA_SOE dependencies on PAY_BALANCE_TYPES

Line 221: , pay_balance_types_tl bt

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

Line 223: , pay_balance_types pbt

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