DBA Data[Home] [Help]

APPS.PO_DRAFT_MERGE_PKG dependencies on PO_DOCUMENT_ACTION_UTIL

Line 1022: g_action := 'PO_DRAFT_MERGE_PKG.MergeReserve_Autonomous : PO_DOCUMENT_ACTION_UTIL.upd_idv_qty_amt_hdr';

1018: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,'MergeReserve_Autonomous : Start');
1019: SAVEPOINT MergeReserve_Autonomous_SP;
1020: x_progress := 'PO_DRAFT_MERGE_PKG.MergeReserve_Autonomous: Savepoint MergeReserve_Autonomous_SP';
1021: /*fed fields : update IDV total_amt_ordered for header and line and total qty ordered for line*/
1022: g_action := 'PO_DRAFT_MERGE_PKG.MergeReserve_Autonomous : PO_DOCUMENT_ACTION_UTIL.upd_idv_qty_amt_hdr';
1023: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,g_action);
1024: PO_DOCUMENT_ACTION_UTIL.upd_idv_qty_amt_hdr(p_po_header_id => P_Document_Id
1025: , p_draft_id => p_draft_id
1026: , p_po_mode => PO_DOCUMENT_ACTION_PVT.g_doc_action_APPROVE

Line 1024: PO_DOCUMENT_ACTION_UTIL.upd_idv_qty_amt_hdr(p_po_header_id => P_Document_Id

1020: x_progress := 'PO_DRAFT_MERGE_PKG.MergeReserve_Autonomous: Savepoint MergeReserve_Autonomous_SP';
1021: /*fed fields : update IDV total_amt_ordered for header and line and total qty ordered for line*/
1022: g_action := 'PO_DRAFT_MERGE_PKG.MergeReserve_Autonomous : PO_DOCUMENT_ACTION_UTIL.upd_idv_qty_amt_hdr';
1023: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,g_action);
1024: PO_DOCUMENT_ACTION_UTIL.upd_idv_qty_amt_hdr(p_po_header_id => P_Document_Id
1025: , p_draft_id => p_draft_id
1026: , p_po_mode => PO_DOCUMENT_ACTION_PVT.g_doc_action_APPROVE
1027: , x_return_status => x_return_status
1028: );

Line 2016: d_module VARCHAR2(70) := 'po.plsql.PO_DOCUMENT_ACTION_UTIL.update_delivery_event_attr';

2012: , p_draft_id IN NUMBER
2013: )
2014: IS
2015: d_progress NUMBER;
2016: d_module VARCHAR2(70) := 'po.plsql.PO_DOCUMENT_ACTION_UTIL.update_delivery_event_attr';
2017: l_effective_date po_headers_all.clm_effective_date%TYPE;
2018: BEGIN
2019:
2020: d_progress := 0;