DBA Data[Home] [Help]

APPS.PO_COMMUNICATION_PVT dependencies on PO_MOAC_UTILS_PVT

Line 228: po_moac_utils_pvt.set_request_context(po_moac_utils_pvt.get_current_org_id);

224: IF l_document_subtype in ('STANDARD','BLANKET','CONTRACT') THEN
225: IF (l_with_terms = 'Y') THEN
226:
227: --
228: po_moac_utils_pvt.set_request_context(po_moac_utils_pvt.get_current_org_id);
229: --
230:
231: l_request_id := fnd_request.submit_request('PO',
232: 'POXPOPDF',

Line 701: l_orgid := po_moac_utils_pvt.get_current_org_id; --

697: itemkey => l_itemkey,
698: aname => 'EMAIL_TEXT_WITH_PDF',
699: avalue=>FND_MESSAGE.GET_STRING('PO','PO_PDF_EMAIL_TEXT'));
700:
701: l_orgid := po_moac_utils_pvt.get_current_org_id; --
702:
703: IF l_orgid is not null THEN
704: --bug#3682458 replaced the sql that retrieves legal entity
705: --name with sql that retrieves operating unit name

Line 1027: po_moac_utils_pvt.set_request_context(po_moac_utils_pvt.get_current_org_id);

1023: l_set_lang := fnd_request.set_options('NO', 'NO', l_supp_lang,l_territory, NULL);
1024:
1025: --- Set the org context
1026: --
1027: po_moac_utils_pvt.set_request_context(po_moac_utils_pvt.get_current_org_id);
1028: --
1029: --
1030: --Bug5080617 Pass the parameters P_PO_TEMPLATE_CODE and P_CONTRACT_TEMPLATE_CODE as null
1031: l_request_id := fnd_request.submit_request('PO',

Line 1560: po_moac_utils_pvt.set_request_context(po_moac_utils_pvt.get_current_org_id);

1556:
1557: -- Generate the pdf in the Buyers language without T's and C's
1558:
1559: --
1560: po_moac_utils_pvt.set_request_context(po_moac_utils_pvt.get_current_org_id);
1561: --
1562: --Bug5080617 Pass the parameters P_PO_TEMPLATE_CODE and P_CONTRACT_TEMPLATE_CODE as null
1563: l_request_id := fnd_request.submit_request('PO',
1564: 'POXPOPDF',

Line 1737: po_moac_utils_pvt.set_request_context(po_moac_utils_pvt.get_current_org_id);

1733: l_document_subtype :='RELEASE';
1734: END IF;
1735:
1736: --
1737: po_moac_utils_pvt.set_request_context(po_moac_utils_pvt.get_current_org_id);
1738: --
1739: --Bug5080617 Pass the parameters P_PO_TEMPLATE_CODE and P_CONTRACT_TEMPLATE_CODE as null
1740: l_request_id := fnd_request.submit_request('PO',
1741: 'POXPOPDF',

Line 1888: po_moac_utils_pvt.set_request_context(po_moac_utils_pvt.get_current_org_id);

1884:
1885: END IF;
1886:
1887: --
1888: po_moac_utils_pvt.set_request_context(po_moac_utils_pvt.get_current_org_id);
1889: --
1890: --Bug5080617 Pass the parameters P_PO_TEMPLATE_CODE and P_CONTRACT_TEMPLATE_CODE as null
1891: l_request_id := fnd_request.submit_request('PO',
1892: 'POXPOPDF',

Line 1994: po_moac_utils_pvt.set_request_context(po_moac_utils_pvt.get_current_org_id);

1990:
1991: if p_document_type in ('STANDARD','BLANKET','CONTRACT') then
1992:
1993: --
1994: po_moac_utils_pvt.set_request_context(po_moac_utils_pvt.get_current_org_id);
1995: --
1996: --Bug5080617 Pass the parameters P_PO_TEMPLATE_CODE and P_CONTRACT_TEMPLATE_CODE as null
1997: p_request_id := fnd_request.submit_request('PO',
1998: 'POXPOPDF',

Line 2047: po_moac_utils_pvt.set_request_context(po_moac_utils_pvt.get_current_org_id);

2043:
2044: elsif p_document_type = 'RELEASE' then
2045:
2046: --
2047: po_moac_utils_pvt.set_request_context(po_moac_utils_pvt.get_current_org_id);
2048: --
2049: --Bug5080617 Pass the parameters P_PO_TEMPLATE_CODE and P_CONTRACT_TEMPLATE_CODE as null
2050: p_request_id := fnd_request.submit_request('PO',
2051: 'POXPOPDF',

Line 2105: po_moac_utils_pvt.set_request_context(po_moac_utils_pvt.get_current_org_id);

2101:
2102: if p_document_type in ('STANDARD','BLANKET','CONTRACT') then
2103:
2104: --
2105: po_moac_utils_pvt.set_request_context(po_moac_utils_pvt.get_current_org_id);
2106: --
2107: --Bug5080617 Pass the parameters P_PO_TEMPLATE_CODE and P_CONTRACT_TEMPLATE_CODE as null
2108: p_request_id := fnd_request.submit_request('PO',
2109: 'POXPOFAX' ,--Bug 6332444

Line 2157: po_moac_utils_pvt.set_request_context(po_moac_utils_pvt.get_current_org_id);

2153:
2154: elsif p_document_type = 'RELEASE' then
2155:
2156: --
2157: po_moac_utils_pvt.set_request_context(po_moac_utils_pvt.get_current_org_id);
2158: --
2159: --Bug5080617 Pass the parameters P_PO_TEMPLATE_CODE and P_CONTRACT_TEMPLATE_CODE as null
2160:
2161: /*Bug5134811 For release fax the fax number and fax enable parameters are not passed due to which

Line 2300: l_org_id := po_moac_utils_pvt.get_current_org_id; --

2296: p_token => l_progress,
2297: p_message => 'With Terms '||p_with_terms);
2298: END IF;
2299:
2300: l_org_id := po_moac_utils_pvt.get_current_org_id; --
2301:
2302: l_doctype := p_document_type;
2303: if p_document_type in ('BLANKET','CONTRACT') then
2304: l_doctype := 'PA';

Line 2875: l_org_id := po_moac_utils_pvt.get_current_org_id; --

2871: IF p_blob_type = 'PDF' THEN
2872: l_file_content_type := 'application/pdf';
2873: l_file_name := p_file_name;
2874: ELSIF p_blob_type = 'ZIP' THEN
2875: l_org_id := po_moac_utils_pvt.get_current_org_id; --
2876: IF g_debug_stmt THEN
2877: PO_DEBUG.debug_stmt(p_log_head => g_log_head||l_api_name,
2878: p_token => l_progress,
2879: p_message => 'Calculated org_id = '||l_org_id);