DBA Data[Home] [Help]

APPS.PAY_DB_PAY_SETUP dependencies on FND_NUMBER

Line 1988: select fnd_number.canonical_to_number(lookup_code)

1984: hr_utility.set_location('pay_db_pay_setup.create_balance_classification',3);
1985: end if;
1986: --
1987: -- Convert Add or Subtract to a number
1988: select fnd_number.canonical_to_number(lookup_code)
1989: into v_scale
1990: from hr_lookups
1991: where lookup_type = 'ADD_SUBTRACT'
1992: and upper(meaning) = upper(p_scale);