DBA Data[Home] [Help]

APPS.WF_XML dependencies on FND_NUMBER

Line 5522: fnd_number.canonical_to_number(lk_code));

5518: wf_notification.SetAttrDate(l_nid, l_responses(i).name,
5519: fnd_date.canonical_to_date(lk_code));
5520: elsif (l_responses(i).type = 'NUMBER' ) then
5521: wf_notification.SetAttrNumber(l_nid, l_responses(i).name,
5522: fnd_number.canonical_to_number(lk_code));
5523: else
5524: wf_notification.setAttrText(l_nid, l_responses(i).name,
5525: lk_code);
5526: end if;