DBA Data[Home] [Help]

APPS.PO_COMMUNICATION_PVT dependencies on FND_REQUEST

Line 170: | AMRITUNJ 09/29/2003 - API Change and added commit after fnd_request.submit_request

166: |
167: | NOTES VSANJAY Created 08/07/2003
168: | MODIFIED (MM/DD/YY)
169: | VSANJAY 08/07/2003
170: | AMRITUNJ 09/29/2003 - API Change and added commit after fnd_request.submit_request
171: | As specified in AOL standards guide for concurrent request API
172: | It can have side effects. For more info, search for COMMIT_NOTE
173: | in this file.
174: *=======================================================================*/

Line 286: l_set_lang := fnd_request.set_options('NO', 'NO', l_language, l_territory, NULL, FND_PROFILE.VALUE('ICX_NUMERIC_CHARACTERS')); --

282: IF (l_with_terms = 'Y') THEN
283:
284: /*Bug 8135201
285: Passing ICX_NUMERIC_CHARACTERS profile value to the POPDF program */
286: l_set_lang := fnd_request.set_options('NO', 'NO', l_language, l_territory, NULL, FND_PROFILE.VALUE('ICX_NUMERIC_CHARACTERS')); --
287:
288: --
289: po_moac_utils_pvt.set_request_context(po_moac_utils_pvt.get_current_org_id);
290: --

Line 301: l_request_id := fnd_request.submit_request('PO',

297: END IF;
298: --END Bug13774287
299:
300:
301: l_request_id := fnd_request.submit_request('PO',
302: 'POXPOPDF',
303: null,
304: null,
305: false,

Line 1219: l_set_lang := fnd_request.set_options('NO', 'NO', l_supp_lang, l_territory, NULL, FND_PROFILE.VALUE('ICX_NUMERIC_CHARACTERS'));

1215: END IF;
1216: END;
1217:
1218: /*Bug 8135201*/
1219: l_set_lang := fnd_request.set_options('NO', 'NO', l_supp_lang, l_territory, NULL, FND_PROFILE.VALUE('ICX_NUMERIC_CHARACTERS'));
1220:
1221: --- Set the org context
1222: --
1223: po_moac_utils_pvt.set_request_context(po_moac_utils_pvt.get_current_org_id);

Line 1227: l_request_id := fnd_request.submit_request('PO',

1223: po_moac_utils_pvt.set_request_context(po_moac_utils_pvt.get_current_org_id);
1224: --
1225: --
1226: --Bug5080617 Pass the parameters P_PO_TEMPLATE_CODE and P_CONTRACT_TEMPLATE_CODE as null
1227: l_request_id := fnd_request.submit_request('PO',
1228: 'POXPOPDF',
1229: null,
1230: null,
1231: false,

Line 1805: l_set_lang := fnd_request.set_options('NO', 'NO', l_language, l_territory, NULL, FND_PROFILE.VALUE('ICX_NUMERIC_CHARACTERS')); --

1801:
1802:
1803: -- Generate the pdf in the Buyers language without T's and C's
1804: /*Bug 8135201*/
1805: l_set_lang := fnd_request.set_options('NO', 'NO', l_language, l_territory, NULL, FND_PROFILE.VALUE('ICX_NUMERIC_CHARACTERS')); --
1806:
1807: --
1808: po_moac_utils_pvt.set_request_context(po_moac_utils_pvt.get_current_org_id);
1809: --

Line 1811: l_request_id := fnd_request.submit_request('PO',

1807: --
1808: po_moac_utils_pvt.set_request_context(po_moac_utils_pvt.get_current_org_id);
1809: --
1810: --Bug5080617 Pass the parameters P_PO_TEMPLATE_CODE and P_CONTRACT_TEMPLATE_CODE as null
1811: l_request_id := fnd_request.submit_request('PO',
1812: 'POXPOPDF',
1813: null,
1814: null,
1815: false,

Line 2039: l_set_lang := fnd_request.set_options('NO', 'NO', l_supp_lang, l_territory, NULL, FND_PROFILE.VALUE('ICX_NUMERIC_CHARACTERS'));

2035: END IF;
2036: END;
2037:
2038: /*Bug 8135201*/
2039: l_set_lang := fnd_request.set_options('NO', 'NO', l_supp_lang, l_territory, NULL, FND_PROFILE.VALUE('ICX_NUMERIC_CHARACTERS'));
2040:
2041: --Bug#3481824 Need to pass document type as
2042: --RELEASE in case of a release to the concurrent program
2043: IF l_document_type = 'RELEASE' THEN

Line 2051: l_request_id := fnd_request.submit_request('PO',

2047: --
2048: po_moac_utils_pvt.set_request_context(po_moac_utils_pvt.get_current_org_id);
2049: --
2050: --Bug5080617 Pass the parameters P_PO_TEMPLATE_CODE and P_CONTRACT_TEMPLATE_CODE as null
2051: l_request_id := fnd_request.submit_request('PO',
2052: 'POXPOPDF',
2053: null,
2054: null,
2055: false,

Line 2250: l_set_lang := fnd_request.set_options('NO', 'NO', l_language, l_territory, NULL, FND_PROFILE.VALUE('ICX_NUMERIC_CHARACTERS'));

2246: END IF;
2247: END;
2248:
2249: /*Bug 8135201*/
2250: l_set_lang := fnd_request.set_options('NO', 'NO', l_language, l_territory, NULL, FND_PROFILE.VALUE('ICX_NUMERIC_CHARACTERS'));
2251:
2252: END IF;
2253:
2254: --

Line 2265: l_request_id := fnd_request.submit_request('PO',

2261: END IF;
2262: --END Bug13774287
2263:
2264: --Bug5080617 Pass the parameters P_PO_TEMPLATE_CODE and P_CONTRACT_TEMPLATE_CODE as null
2265: l_request_id := fnd_request.submit_request('PO',
2266: 'POXPOPDF',
2267: null,
2268: null,
2269: false,

Line 2387: p_request_id := fnd_request.submit_request('PO',

2383: --
2384: po_moac_utils_pvt.set_request_context(po_moac_utils_pvt.get_current_org_id);
2385: --
2386: --Bug5080617 Pass the parameters P_PO_TEMPLATE_CODE and P_CONTRACT_TEMPLATE_CODE as null
2387: p_request_id := fnd_request.submit_request('PO',
2388: 'POXPOPDF',
2389: null,
2390: null,
2391: false,

Line 2439: p_request_id := fnd_request.submit_request('PO',

2435: --
2436: po_moac_utils_pvt.set_request_context(po_moac_utils_pvt.get_current_org_id);
2437: --
2438: --Bug5080617 Pass the parameters P_PO_TEMPLATE_CODE and P_CONTRACT_TEMPLATE_CODE as null
2439: p_request_id := fnd_request.submit_request('PO',
2440: 'POXPOPDF',
2441: null,
2442: null,
2443: false,

Line 2497: p_request_id := fnd_request.submit_request('PO',

2493: --
2494: po_moac_utils_pvt.set_request_context(po_moac_utils_pvt.get_current_org_id);
2495: --
2496: --Bug5080617 Pass the parameters P_PO_TEMPLATE_CODE and P_CONTRACT_TEMPLATE_CODE as null
2497: p_request_id := fnd_request.submit_request('PO',
2498: 'POXPOFAX',--Bug 6332444
2499: null,
2500: null,
2501: false,

Line 2553: p_request_id := fnd_request.submit_request('PO',

2549: /*Bug5134811 For release fax the fax number and fax enable parameters are not passed due to which
2550: it was not possible to communicate the release through fax using Tools->Communicate.Passed
2551: the parameters as faxing is based on these two parameters*/
2552:
2553: p_request_id := fnd_request.submit_request('PO',
2554: 'POXPOFAX',--Bug 6332444
2555: null,
2556: null,
2557: false,

Line 2941: l_set_lang := fnd_request.set_options('NO', 'NO', l_supp_lang, l_territory, NULL, FND_PROFILE.VALUE('ICX_NUMERIC_CHARACTERS')); --

2937: l_progress := '095';
2938: -- Bug 4116063: Set the language if different from buyers lang
2939: select nls_language, nls_territory into l_supp_lang, l_territory from fnd_languages fl where
2940: fl.language_code = p_language_code ;
2941: l_set_lang := fnd_request.set_options('NO', 'NO', l_supp_lang, l_territory, NULL, FND_PROFILE.VALUE('ICX_NUMERIC_CHARACTERS')); --
2942:
2943: if l_pdf_tc_sup_exists = 0 then
2944: l_store_flag := 'Y';
2945: end if;

Line 2980: l_set_lang := fnd_request.set_options('NO', 'NO', l_supp_lang, l_territory, NULL, FND_PROFILE.VALUE('ICX_NUMERIC_CHARACTERS')); --

2976:
2977: l_progress := '100';
2978: select nls_language, nls_territory into l_supp_lang, l_territory from fnd_languages fl where
2979: fl.language_code = p_language_code ;
2980: l_set_lang := fnd_request.set_options('NO', 'NO', l_supp_lang, l_territory, NULL, FND_PROFILE.VALUE('ICX_NUMERIC_CHARACTERS')); --
2981:
2982: if l_pdf_nt_sup_exists = 0 then
2983: l_store_flag := 'Y';
2984: end if;

Line 3068: l_set_lang := fnd_request.set_options('NO', 'NO', l_supp_lang, l_territory, NULL, FND_PROFILE.VALUE('ICX_NUMERIC_CHARACTERS')); --

3064:
3065: if l_tc_buyer_gen_flag = 'Y' then
3066: select nls_language, nls_territory into l_supp_lang, l_territory from fnd_languages fl where
3067: fl.language_code = l_buyer_language_code;
3068: l_set_lang := fnd_request.set_options('NO', 'NO', l_supp_lang, l_territory, NULL, FND_PROFILE.VALUE('ICX_NUMERIC_CHARACTERS')); --
3069:
3070: l_progress := '170';
3071: launch_communicate('PRINT',
3072: p_document_id,

Line 3090: l_set_lang := fnd_request.set_options('NO', 'NO', l_supp_lang, l_territory, NULL, FND_PROFILE.VALUE('ICX_NUMERIC_CHARACTERS')); --

3086: l_progress := '180';
3087: if l_nt_buyer_gen_flag = 'Y' then
3088: select nls_language, nls_territory into l_supp_lang, l_territory from fnd_languages fl where
3089: fl.language_code = l_buyer_language_code;
3090: l_set_lang := fnd_request.set_options('NO', 'NO', l_supp_lang, l_territory, NULL, FND_PROFILE.VALUE('ICX_NUMERIC_CHARACTERS')); --
3091:
3092: l_progress := '190';
3093: launch_communicate('PRINT',
3094: p_document_id,

Line 3124: l_set_lang := fnd_request.set_options('NO', 'NO', l_supp_lang, l_territory, NULL, FND_PROFILE.VALUE('ICX_NUMERIC_CHARACTERS')); --

3120: l_progress := '210';
3121: if l_supp_lang is not null then
3122: select language_code, nls_territory into l_language_code, l_territory from fnd_languages fl where
3123: fl.nls_language = l_supp_lang;
3124: l_set_lang := fnd_request.set_options('NO', 'NO', l_supp_lang, l_territory, NULL, FND_PROFILE.VALUE('ICX_NUMERIC_CHARACTERS')); --
3125:
3126: l_progress := '220';
3127: launch_communicate('PRINT',
3128: p_document_id,

Line 3153: l_set_lang := fnd_request.set_options('NO', 'NO', l_supp_lang, l_territory, NULL, FND_PROFILE.VALUE('ICX_NUMERIC_CHARACTERS')); --

3149: into l_language_code, l_territory
3150: from fnd_languages fl
3151: where fl.nls_language = l_supp_lang;
3152:
3153: l_set_lang := fnd_request.set_options('NO', 'NO', l_supp_lang, l_territory, NULL, FND_PROFILE.VALUE('ICX_NUMERIC_CHARACTERS')); --
3154:
3155: l_progress := '220';
3156: launch_communicate('PRINT',
3157: p_document_id,