DBA Data[Home] [Help]

APPS.PO_DRAFT_MERGE_PKG dependencies on WF_ENGINE

Line 373: resultout := wf_engine.eng_completed || ':' || 'Y';

369:
370: x_progress := 'PO_DRAFT_MERGE_PKG.INSERT_ACT_HIST_MERGE: End';
371: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,x_progress);
372:
373: resultout := wf_engine.eng_completed || ':' || 'Y';
374: Exception
375: When Others Then
376: x_progress := 'PO_DRAFT_MERGE_PKG.INSERT_ACT_HIST_MERGE: Exception';
377: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,x_progress);

Line 378: resultout := wf_engine.eng_completed || ':' || 'N';

374: Exception
375: When Others Then
376: x_progress := 'PO_DRAFT_MERGE_PKG.INSERT_ACT_HIST_MERGE: Exception';
377: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,x_progress);
378: resultout := wf_engine.eng_completed || ':' || 'N';
379: raise;
380: End;
381:
382: procedure IS_PDF_COMM_ENABLED(

Line 407: resultout := wf_engine.eng_completed || ':' || 'Y';

403: -- CLM Aprvl
404: x_progress := 'PO_DRAFT_MERGE_PKG.IS_PDF_COMM_ENABLED: End';
405: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,x_progress);
406:
407: resultout := wf_engine.eng_completed || ':' || 'Y';
408: Exception
409: When Others Then
410: x_progress := 'PO_DRAFT_MERGE_PKG.IS_PDF_COMM_ENABLED: Exception';
411: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,x_progress);

Line 412: resultout := wf_engine.eng_completed || ':' || 'N';

408: Exception
409: When Others Then
410: x_progress := 'PO_DRAFT_MERGE_PKG.IS_PDF_COMM_ENABLED: Exception';
411: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,x_progress);
412: resultout := wf_engine.eng_completed || ':' || 'N';
413: raise;
414: End;
415:
416: procedure DELETE_PDF_ATTACHMENTS(

Line 441: resultout := wf_engine.eng_completed || ':' || 'Y';

437: -- CLM Aprvl
438: x_progress := 'PO_DRAFT_MERGE_PKG.DELETE_PDF_ATTACHMENTS: End';
439: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,x_progress);
440:
441: resultout := wf_engine.eng_completed || ':' || 'Y';
442: Exception
443: When Others Then
444: x_progress := 'PO_DRAFT_MERGE_PKG.DELETE_PDF_ATTACHMENTS: Exception';
445: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,x_progress);

Line 446: resultout := wf_engine.eng_completed || ':' || 'N';

442: Exception
443: When Others Then
444: x_progress := 'PO_DRAFT_MERGE_PKG.DELETE_PDF_ATTACHMENTS: Exception';
445: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,x_progress);
446: resultout := wf_engine.eng_completed || ':' || 'N';
447: raise;
448: End;
449:
450: procedure INSERT_ACT_HIST_REJECT(

Line 496: resultout := wf_engine.eng_completed || ':' || 'Y';

492: x_progress := 'PO_DRAFT_MERGE_PKG.INSERT_ACT_HIST_MERGE: End';
493: x_progress := 'PO_DRAFT_MERGE_PKG.INSERT_ACT_HIST_REJECT: End';
494: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,x_progress);
495:
496: resultout := wf_engine.eng_completed || ':' || 'Y';
497: Exception
498: When Others Then
499: x_progress := 'PO_DRAFT_MERGE_PKG.INSERT_ACT_HIST_REJECT: Exception';
500: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,x_progress);

Line 501: resultout := wf_engine.eng_completed || ':' || 'N';

497: Exception
498: When Others Then
499: x_progress := 'PO_DRAFT_MERGE_PKG.INSERT_ACT_HIST_REJECT: Exception';
500: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,x_progress);
501: resultout := wf_engine.eng_completed || ':' || 'N';
502: raise;
503: End;
504:
505:

Line 651: resultout := wf_engine.eng_completed || ':' || 'N';

647: IF (l_Encumbrance_on) AND (l_po_return_code NOT IN ( po_document_funds_pvt.g_return_success, PO_DOCUMENT_FUNDS_PVT.g_return_WARNING))
648: THEN
649: x_progress := 'MergeReserve_Autonomous - Po Return Code: '|| l_po_return_code;
650: po_wf_debug_pkg.Insert_debug(itemtype,itemkey, x_progress );
651: resultout := wf_engine.eng_completed || ':' || 'N';
652: RETURN;
653: END IF;
654: END IF;
655:

Line 679: resultout := wf_engine.eng_completed || ':' || 'Y';

675: , actid => actid
676: , funcmode => funcmode
677: , resultout => resultout);
678: END IF;
679: resultout := wf_engine.eng_completed || ':' || 'Y';
680:
681: Exception
682: When Others Then
683: ROLLBACK to UPDATE_AWARD_MOD_VALUES_SP; -- Rolling back to savepoint in case of any errors

Line 707: resultout := wf_engine.eng_completed || ':' || 'N';

703: , itemkey => itemkey
704: , actid => actid
705: , funcmode => funcmode
706: , resultout => resultout);
707: resultout := wf_engine.eng_completed || ':' || 'N';
708: --raise;
709: End UPDATE_AWARD_WITH_MOD_VALUES;
710:
711: PROCEDURE PROCESS_CONTROL_ACTIONS(

Line 928: resultout := wf_engine.eng_completed || ':' || 'Y';

924:
925: end if;
926: end loop;
927: END IF;
928: resultout := wf_engine.eng_completed || ':' || 'Y';
929: EXCEPTION
930: WHEN OTHERS THEN
931: x_progress := 'PO_DRAFT_MERGE_PKG.Process_control_actions: Exception';
932: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,x_progress);

Line 933: resultout := wf_engine.eng_completed || ':' || 'N';

929: EXCEPTION
930: WHEN OTHERS THEN
931: x_progress := 'PO_DRAFT_MERGE_PKG.Process_control_actions: Exception';
932: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,x_progress);
933: resultout := wf_engine.eng_completed || ':' || 'N';
934: raise;
935: END PROCESS_CONTROL_ACTIONS;
936:
937:

Line 970: resultout := wf_engine.eng_completed || ':' || 'N';

966: EXCEPTION
967: WHEN no_data_found THEN
968: x_progress := 'PO_DRAFT_MERGE_PKG.IS_CLM_DOCUMENT: in no data found exception';
969: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,x_progress);
970: resultout := wf_engine.eng_completed || ':' || 'N';
971: END;
972:
973: x_progress := 'PO_DRAFT_MERGE_PKG.IS_CLM_DOCUMENT: l_is_clm_document: '||l_is_clm_document;
974: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,x_progress);

Line 975: resultout := wf_engine.eng_completed || ':' || l_is_clm_document;

971: END;
972:
973: x_progress := 'PO_DRAFT_MERGE_PKG.IS_CLM_DOCUMENT: l_is_clm_document: '||l_is_clm_document;
974: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,x_progress);
975: resultout := wf_engine.eng_completed || ':' || l_is_clm_document;
976:
977:
978: Exception
979: When Others Then

Line 1417: resultout := wf_engine.eng_completed || ':' || l_is_mod_document;

1413: x_progress := 'PO_DRAFT_MERGE_PKG.IS_MOD_DOCUMENT: in no data found exception';
1414: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,x_progress);
1415: END;
1416:
1417: resultout := wf_engine.eng_completed || ':' || l_is_mod_document;
1418:
1419: EXCEPTION
1420: WHEN OTHERS THEN
1421: x_progress := 'PO_DRAFT_MERGE_PKG.IS_MOD_DOCUMENT: Exception';