DBA Data[Home] [Help]

APPS.PAY_FR_DB_PAY_SETUP dependencies on FND_NUMBER

Line 1964: select fnd_number.canonical_to_number(lookup_code)

1960: hr_utility.set_location('pay_db_pay_setup.create_balance_classification',3);
1961: end if;
1962: --
1963: -- Convert Add or Subtract to a number
1964: select fnd_number.canonical_to_number(lookup_code)
1965: into v_scale
1966: from hr_lookups
1967: where lookup_type = 'ADD_SUBTRACT'
1968: and upper(meaning) = upper(p_scale);