DBA Data[Home] [Help]

APPS.PAY_AE_SOE dependencies on PAY_BALANCE_TYPES

Line 150: , pay_balance_types_tl bt

146: from pay_balance_attributes ba
147: , pay_bal_attribute_definitions bad
148: , pay_defined_balances db
149: , pay_balance_dimensions bd
150: , pay_balance_types_tl bt
151: , hr_organization_information oi
152: , pay_balance_types pbt
153: , hr_lookups hl
154: where bad.attribute_name = p_balance_attribute

Line 152: , pay_balance_types pbt

148: , pay_defined_balances db
149: , pay_balance_dimensions bd
150: , pay_balance_types_tl bt
151: , hr_organization_information oi
152: , pay_balance_types pbt
153: , hr_lookups hl
154: where bad.attribute_name = p_balance_attribute
155: and ( bad.BUSINESS_GROUP_ID IS NULL
156: OR bad.BUSINESS_GROUP_ID = l_business_group_id)