DBA Data[Home] [Help]

APPS.PAY_US_PAYROLL_UTILS dependencies on PAY_BALANCE_DIMENSIONS

Line 211: pay_balance_dimensions pbd,

207: cp_business_group_id in number ) is
208: select pdb.defined_balance_id,fue.user_entity_name
209: from ff_user_entities fue,
210: pay_defined_balances pdb,
211: pay_balance_dimensions pbd,
212: pay_balance_types pbt
213: where pbt.balance_name in (cp_balance_name)
214: and pbd.database_item_suffix= cp_balance_dimension
215: and pbt.balance_type_id = pdb.balance_type_id