DBA Data[Home] [Help]

APPS.PAY_KW_SOE dependencies on PAY_BALANCE_TYPES

Line 145: , pay_balance_types_tl bt

141: from pay_balance_attributes ba
142: , pay_bal_attribute_definitions bad
143: , pay_defined_balances db
144: , pay_balance_dimensions bd
145: , pay_balance_types_tl bt
146: , hr_organization_information oi
147: , pay_balance_types pbt
148: , hr_lookups hl
149: where bad.attribute_name = p_balance_attribute

Line 147: , pay_balance_types pbt

143: , pay_defined_balances db
144: , pay_balance_dimensions bd
145: , pay_balance_types_tl bt
146: , hr_organization_information oi
147: , pay_balance_types pbt
148: , hr_lookups hl
149: where bad.attribute_name = p_balance_attribute
150: and ( bad.BUSINESS_GROUP_ID IS NULL
151: OR bad.BUSINESS_GROUP_ID = l_business_group_id)