DBA Data[Home] [Help]

APPS.PAY_DB_PAY_SETUP dependencies on PAY_BALANCE_DIMENSIONS

Line 2161: from pay_balance_dimensions bd

2157: --
2158: -- Get balance dimension making sure that it is for the correct legislation
2159: select bd.balance_dimension_id
2160: into v_balance_dimension_id
2161: from pay_balance_dimensions bd
2162: where upper(bd.dimension_name) = upper(p_balance_dimension)
2163: and bd.legislation_code = v_legislation_code;
2164: --
2165: -- get the category_id, then set the save_run_balance flag.