DBA Data[Home] [Help]

APPS.PAY_DB_LOCALISATION_PKG dependencies on PAY_BALANCE_DIMENSIONS

Line 105: from pay_balance_dimensions bd

101: --
102: -- Get the id of the payments dimension for the legislation.
103: select bd.balance_dimension_id
104: into balance_dimension
105: from pay_balance_dimensions bd
106: where bd.legislation_code = p_legislation_code
107: and upper(bd.dimension_name) = upper('Payments');
108: --
109: --