DBA Data[Home] [Help]

APPS.PAY_GB_EOY dependencies on FND_NUMBER

Line 446: g_tax_district_ref := FND_number.CANONICAL_TO_NUMBER(g_tax_district_ref);

442: mag_tape_interface('PERMIT_NO',NVL(g_new_permit_no,'?'));
443: --
444: /* Field must be three numeric characters */
445: BEGIN
446: g_tax_district_ref := FND_number.CANONICAL_TO_NUMBER(g_tax_district_ref);
447: EXCEPTION
448: WHEN VALUE_ERROR THEN
449: -- Any non-numeric characters will raise an exception
450: g_tax_district_ref := '?';