DBA Data[Home] [Help]

APPS.PO_WF_PO_NOTIFICATION dependencies on FND_CURRENCIES

Line 29: l_currency_code fnd_currencies.CURRENCY_CODE%TYPE;

25: l_item_key wf_items.item_key%TYPE;
26:
27: l_document_id po_headers.po_header_id%TYPE;
28: l_org_id po_headers.org_id%TYPE;
29: l_currency_code fnd_currencies.CURRENCY_CODE%TYPE;
30: l_header_msg VARCHAR2(500);
31: l_po_amount VARCHAR2(30);
32: l_tax_amount VARCHAR2(30);
33: --bug 12396408

Line 314: l_currency_code fnd_currencies.currency_code%TYPE;

310: l_document_type VARCHAR2(25);
311:
312: l_document VARCHAR2(32000) := '';
313:
314: l_currency_code fnd_currencies.currency_code%TYPE;
315:
316: -- Bug 3668188: added new local var. note: the length of this
317: -- varchar was determined based on the length in POXWPA1B.pls,
318: -- which is the other place 'OPEN_FORM_COMMAND' attribute is used