DBA Data[Home] [Help]

APPS.PAY_P45_PKG2 dependencies on PAY_BALANCE_DIMENSIONS

Line 479: from pay_balance_dimensions

475: where upper(balance_name) = p_balance_type
476: and legislation_code = 'GB')
477: --
478: and balance_dimension_id = (select balance_dimension_id
479: from pay_balance_dimensions
480: where upper(database_item_suffix) =
481: p_dimension_suffix);
482: --
483: l_result number;