DBA Data[Home] [Help]

APPS.PO_DRAFT_MERGE_PKG dependencies on POR_AME_REQ_WF_PVT

Line 363: POR_AME_REQ_WF_PVT.update_action_history_approve(

359: If l_draft_id is Null Then
360: l_draft_id := -1;
361: End If;
362: -- CLM Aprvl
363: POR_AME_REQ_WF_PVT.update_action_history_approve(
364: itemtype,
365: itemkey,
366: actid,
367: funcmode,

Line 473: x_progress := 'PO_DRAFT_MERGE_PKG.INSERT_ACT_HIST_REJECT: calling POR_AME_REQ_WF_PVT.update_action_history_reject ';

469: l_draft_id := -1;
470: End If;
471: -- CLM Aprvl
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);

Line 478: 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,
481: actid,
482: funcmode,