DBA Data[Home] [Help]

APPS.PO_COMMUNICATION_PVT dependencies on WF_CORE

Line 374: wf_core.context('PO_COMMUNICATION_PVT', 'GENERATE_PDF', itemtype, itemkey, 'PO', x_progress);

370: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey, x_progress);
371: x_progress := fnd_message.get;
372: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey, x_progress);
373: END IF;
374: wf_core.context('PO_COMMUNICATION_PVT', 'GENERATE_PDF', itemtype, itemkey, 'PO', x_progress);
375: RAISE;
376:
377: /*End Changes by Akyanama Bug # 12969112*/
378: WHEN OTHERS THEN

Line 383: wf_core.context('PO_COMMUNICATION_PVT', 'GENERATE_PDF', x_progress);

379: x_progress := 'PO_COMMUNICATION_PVT.GENERATE_PDF : In Exception handler';
380: IF (g_po_wf_debug = 'Y') THEN
381: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey, x_progress);
382: END IF;
383: wf_core.context('PO_COMMUNICATION_PVT', 'GENERATE_PDF', x_progress);
384: RAISE;
385:
386: END GENERATE_PDF;
387:

Line 451: wf_core.context('PO_COMMUNICATION_PVT', 'PO_NEW_COMMUNICATION', x_progress);

447: x_progress := 'PO_COMMUNICATION_PVT.PO_NEW_COMMUNICATION: In Exception handler';
448: IF (g_po_wf_debug = 'Y') THEN
449: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey, x_progress);
450: END IF;
451: wf_core.context('PO_COMMUNICATION_PVT', 'PO_NEW_COMMUNICATION', x_progress);
452: raise;
453:
454: END PO_NEW_COMMUNICATION;
455:

Line 554: wf_core.context('PO_COMMUNICATION_PVT', 'DELETE_PDF_ATTACHMENTS', x_progress);

550: x_progress := 'PO_COMMUNICATION_PVT.DELETE_PDF_ATTACHMENTS:In Exception handler';
551: IF (g_po_wf_debug = 'Y') THEN
552: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey, x_progress);
553: END IF;
554: wf_core.context('PO_COMMUNICATION_PVT', 'DELETE_PDF_ATTACHMENTS', x_progress);
555: raise;
556:
557:
558: END DELETE_PDF_ATTACHMENTS;

Line 693: wf_core.context('PO_COMMUNICATION_PVT', 'PO_PDF_EXISTS', x_progress);

689: x_progress := 'PO_COMMUNICATION_PVT.PO_PDF_EXISTS: In Exception handler';
690: IF (g_po_wf_debug = 'Y') THEN
691: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey, x_progress);
692: END IF;
693: wf_core.context('PO_COMMUNICATION_PVT', 'PO_PDF_EXISTS', x_progress);
694: resultout := wf_engine.eng_completed || ':' || 'N';
695: raise;
696:
697: END PO_PDF_EXISTS;

Line 1305: wf_core.context('PO_COMMUNICATION_PVT', 'GENERATE_PDF', itemtype, itemkey, 'PO', x_progress);

1301: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey, x_progress);
1302: x_progress := fnd_message.get;
1303: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey, x_progress);
1304: END IF;
1305: wf_core.context('PO_COMMUNICATION_PVT', 'GENERATE_PDF', itemtype, itemkey, 'PO', x_progress);
1306: RAISE;
1307: /*End Changes by Akyanama Bug # 12969112*/
1308: WHEN OTHERS THEN
1309: x_progress := 'PO_COMMUNICATION_PVT.GENERATE_PDF_SUPP_TC: In Exception handler';

Line 1314: wf_core.context('PO_COMMUNICATION_PVT', 'GENERATE_PDF_SUPP_TC', x_progress);

1310:
1311: IF (g_po_wf_debug = 'Y') THEN
1312: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey, x_progress);
1313: END IF;
1314: wf_core.context('PO_COMMUNICATION_PVT', 'GENERATE_PDF_SUPP_TC', x_progress);
1315: raise;
1316:
1317: END GENERATE_PDF_SUPP_TC;
1318: --

Line 1881: wf_core.context('PO_COMMUNICATION_PVT', 'GENERATE_PDF', itemtype, itemkey, 'PO', l_progress);

1877: l_progress := 'PO_COMMUNICATION_PVT.GENERATE_PDF : Exception submitting concurrent request';
1878: IF (g_po_wf_debug = 'Y') THEN
1879: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey, l_progress);
1880: END IF;
1881: wf_core.context('PO_COMMUNICATION_PVT', 'GENERATE_PDF', itemtype, itemkey, 'PO', l_progress);
1882: RAISE;
1883: /*End Changes by Akyanama Bug # 12969112*/
1884: WHEN OTHERS THEN
1885:

Line 1890: wf_core.context('PO_COMMUNICATION_PVT', 'GENERATE_PDF_BUYER', l_progress);

1886: IF (g_po_wf_debug = 'Y') THEN
1887: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey, l_progress);
1888: END IF;
1889:
1890: wf_core.context('PO_COMMUNICATION_PVT', 'GENERATE_PDF_BUYER', l_progress);
1891: raise;
1892:
1893: END GENERATE_PDF_BUYER;
1894:

Line 2125: wf_core.context('PO_COMMUNICATION_PVT', 'GENERATE_PDF', itemtype, itemkey, 'PO', x_progress);

2121: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey, x_progress);
2122: x_progress := fnd_message.get;
2123: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey, x_progress);
2124: END IF;
2125: wf_core.context('PO_COMMUNICATION_PVT', 'GENERATE_PDF', itemtype, itemkey, 'PO', x_progress);
2126: RAISE;
2127:
2128: /*End Changes by Akyanama Bug # 12969112*/
2129: WHEN OTHERS THEN

Line 2135: wf_core.context('PO_COMMUNICATION_PVT', 'GENERATE_PDF_SUPP', x_progress);

2131:
2132: IF (g_po_wf_debug = 'Y') THEN
2133: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey, x_progress);
2134: END IF;
2135: wf_core.context('PO_COMMUNICATION_PVT', 'GENERATE_PDF_SUPP', x_progress);
2136: raise;
2137:
2138: END GENERATE_PDF_SUPP;
2139:

Line 2331: wf_core.context('PO_COMMUNICATION_PVT', 'GENERATE_PDF', itemtype, itemkey, 'PO', x_progress);

2327: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey, x_progress);
2328: x_progress := fnd_message.get;
2329: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey, x_progress);
2330: END IF;
2331: wf_core.context('PO_COMMUNICATION_PVT', 'GENERATE_PDF', itemtype, itemkey, 'PO', x_progress);
2332: RAISE;
2333:
2334: /*End Changes by Akyanama Bug # 12969112*/
2335: WHEN OTHERS THEN

Line 2341: wf_core.context('PO_COMMUNICATION_PVT', 'GENERATE_PDF_EMAIL_PROCESS', x_progress);

2337:
2338: IF (g_po_wf_debug = 'Y') THEN
2339: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey, x_progress);
2340: END IF;
2341: wf_core.context('PO_COMMUNICATION_PVT', 'GENERATE_PDF_EMAIL_PROCESS', x_progress);
2342: RAISE ;
2343:
2344: END GENERATE_PDF_EMAIL_PROCESS;
2345:

Line 4427: WF_CORE.context('PO_COMMUNICATION_PVT', 'get_zip_error_code', l_progress);

4423: aname => 'ZIP_ERROR_CODE');
4424: l_progress := 'PO_COMMUNICATION_PVT.get_zip_error_code: 02';
4425: resultout := wf_engine.eng_completed || ':' || resultout;
4426: EXCEPTION when others THEN
4427: WF_CORE.context('PO_COMMUNICATION_PVT', 'get_zip_error_code', l_progress);
4428: raise;
4429: END get_zip_error_code;
4430:
4431: -------------------------------------------------------------------------------