DBA Data[Home] [Help]

APPS.PAY_AU_PAYSUM_ALLOWANCE dependencies on PAY_ELEMENT_TYPES_F

Line 40: from pay_element_types_f pet

36: IS
37: select distinct pbt.balance_name
38: , pdb.defined_balance_id
39: , pbt.balance_type_id
40: from pay_element_types_f pet
41: , pay_balance_types pbt
42: , pay_defined_balances pdb
43: where pet.business_group_id = p_business_group_id
44: and pet.element_information_category = 'AU_EARNINGS'