DBA Data[Home] [Help]

APPS.HR_GENERATE_PRETAX dependencies on PAY_BALANCE_DIMENSIONS

Line 473: from pay_balance_dimensions

469: hr_utility.set_location('hr_generate_pretax.do_defined_balances ',20);
470:
471: select dimension_name, balance_dimension_id
472: into dim_name, dim_id
473: from pay_balance_dimensions
474: where database_item_suffix = suffixes(i)
475: and legislation_code = g_template_leg_code
476: and business_group_id IS NULL;
477: