DBA Data[Home] [Help]

APPS.PO_DRAFT_MERGE_PKG dependencies on PO_REQAPPROVAL_ACTION

Line 476: x_progress := 'PO_DRAFT_MERGE_PKG.INSERT_ACT_HIST_REJECT: calling PO_REQAPPROVAL_ACTION.reject_doc';

472:
473: x_progress := 'PO_DRAFT_MERGE_PKG.INSERT_ACT_HIST_REJECT: calling POR_AME_REQ_WF_PVT.update_action_history_reject ';
474: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,x_progress);
475:
476: x_progress := 'PO_DRAFT_MERGE_PKG.INSERT_ACT_HIST_REJECT: calling PO_REQAPPROVAL_ACTION.reject_doc';
477: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,x_progress);
478: POR_AME_REQ_WF_PVT.update_action_history_reject(
479: itemtype,
480: itemkey,

Line 485: PO_REQAPPROVAL_ACTION.reject_doc(

481: actid,
482: funcmode,
483: resultout);
484: -- bug 14046925 Call reject doc to reset document status to rejected.
485: PO_REQAPPROVAL_ACTION.reject_doc(
486: itemtype,
487: itemkey,
488: actid,
489: funcmode,

Line 591: PO_REQAPPROVAL_ACTION.InsertHistForOwnerApprove(itemtype, itemkey,

587: itemkey => itemkey,
588: aname => 'NOTE',
589: avalue => '');
590:
591: PO_REQAPPROVAL_ACTION.InsertHistForOwnerApprove(itemtype, itemkey,
592: l_draft_id, l_document_type, 'MODIFICATION');
593: END IF;
594:
595: ELSE

Line 609: PO_REQAPPROVAL_ACTION.InsertHistForOwnerApprove(itemtype, itemkey,

605: itemkey => itemkey,
606: aname => 'NOTE',
607: avalue => '');
608:
609: PO_REQAPPROVAL_ACTION.InsertHistForOwnerApprove(itemtype, itemkey,
610: l_document_id, l_document_type, l_document_subtype);
611:
612: END IF;
613:

Line 1287: wf_core.context('PO_REQAPPROVAL_ACTION','MergeReserve_Autonomous', x_progress);

1283: g_error_message := g_error_message || ' erorr encountered is ' ||SQLCODE||' -ERROR- '||SQLERRM ;
1284: x_progress := 'PO_DRAFT_MERGE_PKG.MergeReserve_Autonomous: in exception block with error ' || g_error_message;
1285: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,x_progress);
1286: ROLLBACK TO MergeReserve_Autonomous_SP;
1287: wf_core.context('PO_REQAPPROVAL_ACTION','MergeReserve_Autonomous', x_progress);
1288: RAISE;
1289: WHEN OTHERS THEN
1290: wf_core.Context('PO_DRAFT_MERGE_PKG','MergeReserve_Autonomous', x_progress);
1291: x_progress := 'PO_DRAFT_MERGE_PKG.MergeReserve_Autonomous: in exception block (when others) with error ' || g_error_message;