DBA Data[Home] [Help]

APPS.PAY_ZA_TYE_ARCHIVE_PKG dependencies on PAY_BALANCE_DIMENSIONS

Line 4290: from pay_balance_dimensions pbd

4286: function get_def_bal_id (p_bal_type_id number,
4287: p_dim_name varchar2) return number is
4288: cursor c_get_def_bal_id is
4289: select pdb.defined_balance_id
4290: from pay_balance_dimensions pbd
4291: , pay_defined_balances pdb
4292: where pbd.dimension_name = p_dim_name
4293: and pbd.legislation_code = 'ZA'
4294: and pdb.balance_type_id = p_bal_type_id