DBA Data[Home] [Help]

APPS.PO_WF_PO_NOTIFICATION dependencies on FND_CURRENCIES

Line 17: l_currency_code fnd_currencies.CURRENCY_CODE%TYPE;

13: l_item_key wf_items.item_key%TYPE;
14:
15: l_document_id po_headers.po_header_id%TYPE;
16: l_org_id po_headers.org_id%TYPE;
17: l_currency_code fnd_currencies.CURRENCY_CODE%TYPE;
18: l_header_msg VARCHAR2(500);
19: l_po_amount VARCHAR2(30);
20: l_tax_amount VARCHAR2(30);
21: l_description po_headers.comments%TYPE;

Line 233: l_currency_code fnd_currencies.currency_code%TYPE;

229: l_document_type VARCHAR2(25);
230:
231: l_document VARCHAR2(32000) := '';
232:
233: l_currency_code fnd_currencies.currency_code%TYPE;
234:
235: -- Bug 3668188: added new local var. note: the length of this
236: -- varchar was determined based on the length in POXWPA1B.pls,
237: -- which is the other place 'OPEN_FORM_COMMAND' attribute is used