DBA Data[Home] [Help]

APPS.PO_DRAFT_MERGE_PKG dependencies on PO_DRAFTS_PVT

Line 1044: PO_DRAFTS_PVT.TRANSFER_DRAFT_TO_TXN(

1040: p_mode => 'MERGE', --
1041: x_return_status => l_return_status);
1042: -- Bug 14277142 : Adding parameter p_caller => 'MERGE' so that ICX_CAT_INTERMEDIA_INDEX_PVT.rebuild_index
1043: -- done as a part of bug fix is not called.
1044: PO_DRAFTS_PVT.TRANSFER_DRAFT_TO_TXN(
1045: p_api_version => 1.0,
1046: p_init_msg_list => FND_API.G_TRUE ,
1047: p_draft_id => p_draft_id,
1048: p_po_header_id => P_Document_Id,

Line 1128: g_action := 'PO_DRAFT_MERGE_PKG.MergeReserve_Autonomous : PO_DRAFTS_PVT.update_revnum_headers_ext';

1124: x_progress := 'PO_DRAFT_MERGE_PKG.MergeReserve_Autonomous: Merge Successful';
1125: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey, x_progress);
1126: End If;
1127:
1128: g_action := 'PO_DRAFT_MERGE_PKG.MergeReserve_Autonomous : PO_DRAFTS_PVT.update_revnum_headers_ext';
1129: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,g_action);
1130: PO_DRAFTS_PVT.update_revnum_headers_ext(p_draft_id =>p_draft_id,
1131: p_po_header_id =>P_Document_Id);
1132:

Line 1130: PO_DRAFTS_PVT.update_revnum_headers_ext(p_draft_id =>p_draft_id,

1126: End If;
1127:
1128: g_action := 'PO_DRAFT_MERGE_PKG.MergeReserve_Autonomous : PO_DRAFTS_PVT.update_revnum_headers_ext';
1129: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,g_action);
1130: PO_DRAFTS_PVT.update_revnum_headers_ext(p_draft_id =>p_draft_id,
1131: p_po_header_id =>P_Document_Id);
1132:
1133: END IF;
1134: --End Mod Commercialization