DBA Data[Home] [Help]

APPS.PAY_DB_PAY_SETUP dependencies on PAY_BALANCE_DIMENSIONS

Line 2138: from pay_balance_dimensions bd

2134: --
2135: -- Get balance dimension making sure that it is for the correct legislation
2136: select bd.balance_dimension_id
2137: into v_balance_dimension_id
2138: from pay_balance_dimensions bd
2139: where upper(bd.dimension_name) = upper(p_balance_dimension)
2140: and bd.legislation_code = v_legislation_code;
2141: --
2142: -- get the category_id, then set the save_run_balance flag.