DBA Data[Home] [Help]

APPS.PO_DRAFT_MERGE_PKG dependencies on PO_DOCUMENT_FUNDS_PVT

Line 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))

643: g_result := l_return_status;
644: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
645:
646: ELSIF l_return_status = FND_API.G_RET_STS_SUCCESS THEN
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';

Line 1198: g_action := 'PO_DRAFT_MERGE_PKG.MergeReserve_Autonomous : po_document_funds_pvt.Do_reserve';

1194: po_wf_debug_pkg.Insert_debug(itemtype,itemkey,' Skip Reserve Call, as Encumbrance is Not supported for CLM Agreements');
1195:
1196: ELSE
1197: po_wf_debug_pkg.Insert_debug(itemtype,itemkey,'Calling do Reserve with doctype: '||p_doc_type||' - sub: '||p_doc_subtype||'- document id: '||p_document_id||' - Ovrride: '||p_override_funds||'- Emp: '||p_employee_id||'.');
1198: g_action := 'PO_DRAFT_MERGE_PKG.MergeReserve_Autonomous : po_document_funds_pvt.Do_reserve';
1199: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,g_action);
1200:
1201: G_RESERVE_FROM_MOD_MERGE := 'Y'; -- for bypassing co_validate_warrant chec
1202: po_document_funds_pvt.Do_reserve(x_return_status => x_return_status,p_doc_type => p_doc_type,

Line 1202: po_document_funds_pvt.Do_reserve(x_return_status => x_return_status,p_doc_type => p_doc_type,

1198: g_action := 'PO_DRAFT_MERGE_PKG.MergeReserve_Autonomous : po_document_funds_pvt.Do_reserve';
1199: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,g_action);
1200:
1201: G_RESERVE_FROM_MOD_MERGE := 'Y'; -- for bypassing co_validate_warrant chec
1202: po_document_funds_pvt.Do_reserve(x_return_status => x_return_status,p_doc_type => p_doc_type,
1203: p_doc_subtype => p_doc_subtype,p_doc_level => po_document_funds_pvt.g_doc_level_header,
1204: p_doc_level_id => p_document_id,
1205: p_use_enc_gt_flag => po_document_funds_pvt.g_parameter_no,
1206: p_prevent_partial_flag => po_document_funds_pvt.g_parameter_no,

Line 1203: p_doc_subtype => p_doc_subtype,p_doc_level => po_document_funds_pvt.g_doc_level_header,

1199: PO_WF_DEBUG_PKG.insert_debug(itemtype, itemkey,g_action);
1200:
1201: G_RESERVE_FROM_MOD_MERGE := 'Y'; -- for bypassing co_validate_warrant chec
1202: po_document_funds_pvt.Do_reserve(x_return_status => x_return_status,p_doc_type => p_doc_type,
1203: p_doc_subtype => p_doc_subtype,p_doc_level => po_document_funds_pvt.g_doc_level_header,
1204: p_doc_level_id => p_document_id,
1205: p_use_enc_gt_flag => po_document_funds_pvt.g_parameter_no,
1206: p_prevent_partial_flag => po_document_funds_pvt.g_parameter_no,
1207: p_validate_document => po_document_funds_pvt.g_parameter_yes,

Line 1205: p_use_enc_gt_flag => po_document_funds_pvt.g_parameter_no,

1201: G_RESERVE_FROM_MOD_MERGE := 'Y'; -- for bypassing co_validate_warrant chec
1202: po_document_funds_pvt.Do_reserve(x_return_status => x_return_status,p_doc_type => p_doc_type,
1203: p_doc_subtype => p_doc_subtype,p_doc_level => po_document_funds_pvt.g_doc_level_header,
1204: p_doc_level_id => p_document_id,
1205: p_use_enc_gt_flag => po_document_funds_pvt.g_parameter_no,
1206: p_prevent_partial_flag => po_document_funds_pvt.g_parameter_no,
1207: p_validate_document => po_document_funds_pvt.g_parameter_yes,
1208: p_override_funds => p_override_funds,p_employee_id => p_employee_id,
1209: x_po_return_code => x_po_return_code,x_online_report_id => x_online_report_id);

Line 1206: p_prevent_partial_flag => po_document_funds_pvt.g_parameter_no,

1202: po_document_funds_pvt.Do_reserve(x_return_status => x_return_status,p_doc_type => p_doc_type,
1203: p_doc_subtype => p_doc_subtype,p_doc_level => po_document_funds_pvt.g_doc_level_header,
1204: p_doc_level_id => p_document_id,
1205: p_use_enc_gt_flag => po_document_funds_pvt.g_parameter_no,
1206: p_prevent_partial_flag => po_document_funds_pvt.g_parameter_no,
1207: p_validate_document => po_document_funds_pvt.g_parameter_yes,
1208: p_override_funds => p_override_funds,p_employee_id => p_employee_id,
1209: x_po_return_code => x_po_return_code,x_online_report_id => x_online_report_id);
1210: G_RESERVE_FROM_MOD_MERGE := 'N';

Line 1207: p_validate_document => po_document_funds_pvt.g_parameter_yes,

1203: p_doc_subtype => p_doc_subtype,p_doc_level => po_document_funds_pvt.g_doc_level_header,
1204: p_doc_level_id => p_document_id,
1205: p_use_enc_gt_flag => po_document_funds_pvt.g_parameter_no,
1206: p_prevent_partial_flag => po_document_funds_pvt.g_parameter_no,
1207: p_validate_document => po_document_funds_pvt.g_parameter_yes,
1208: p_override_funds => p_override_funds,p_employee_id => p_employee_id,
1209: x_po_return_code => x_po_return_code,x_online_report_id => x_online_report_id);
1210: G_RESERVE_FROM_MOD_MERGE := 'N';
1211: