DBA Data[Home] [Help]

APPS.PAY_JP_ITAX_REPORT_PKG dependencies on FND_NUMBER

Line 312: append_where_clause('person.itax_organization_id = ''' || fnd_number.number_to_canonical(p_itax_organization_id) || '''');

308: --
309: -- P_ITAX_ORGANIZATION_ID
310: --
311: if p_itax_organization_id is not null then
312: append_where_clause('person.itax_organization_id = ''' || fnd_number.number_to_canonical(p_itax_organization_id) || '''');
313: end if;
314: --
315: -- P_TAX_YEAR
316: --

Line 490: append_item(p_tag, fnd_number.number_to_canonical(p_value));

486: p_value in number)
487: is
488: begin
489: if p_value is not null then
490: append_item(p_tag, fnd_number.number_to_canonical(p_value));
491: end if;
492: end append_item;
493: --
494: procedure append_item(