DBA Data[Home] [Help]

APPS.POR_AMENDMENT_PKG dependencies on PO_DOCUMENT_FUNDS_PVT

Line 7658: l_po_return_code NOT IN ( po_document_funds_pvt.g_return_success,

7654: ELSIF l_return_status = FND_API.G_RET_STS_SUCCESS THEN
7655: IF (l_req_encumbrance_on)
7656: AND
7657: (
7658: l_po_return_code NOT IN ( po_document_funds_pvt.g_return_success,
7659: PO_DOCUMENT_FUNDS_PVT.g_return_WARNING)
7660: )
7661: THEN
7662: IF (g_po_wf_debug = 'Y') THEN

Line 7659: PO_DOCUMENT_FUNDS_PVT.g_return_WARNING)

7655: IF (l_req_encumbrance_on)
7656: AND
7657: (
7658: l_po_return_code NOT IN ( po_document_funds_pvt.g_return_success,
7659: PO_DOCUMENT_FUNDS_PVT.g_return_WARNING)
7660: )
7661: THEN
7662: IF (g_po_wf_debug = 'Y') THEN
7663: po_wf_debug_pkg.Insert_debug(itemtype,itemkey,'MergeReserveAutonomous - Po Return Code: '|| l_po_return_code );

Line 7756: po_document_funds_pvt.Do_reserve(x_return_status => l_return_status,p_doc_type => p_doc_type,

7752: END IF;
7753:
7754: po_wf_debug_pkg.Insert_debug(itemtype,itemkey,'Calling do Reserve with doctype: '||p_doc_type||' - sub: '||p_doc_subtype||'- document id: '||l_document_id||' - Ovrride: '||p_override_funds||'- Emp: '||p_employee_id||'.');
7755:
7756: po_document_funds_pvt.Do_reserve(x_return_status => l_return_status,p_doc_type => p_doc_type,
7757: p_doc_subtype => p_doc_subtype,p_doc_level => po_document_funds_pvt.g_doc_level_header,
7758: p_doc_level_id => l_document_id,
7759: p_use_enc_gt_flag => po_document_funds_pvt.g_parameter_no,
7760: p_prevent_partial_flag => po_document_funds_pvt.g_parameter_no,

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

7753:
7754: po_wf_debug_pkg.Insert_debug(itemtype,itemkey,'Calling do Reserve with doctype: '||p_doc_type||' - sub: '||p_doc_subtype||'- document id: '||l_document_id||' - Ovrride: '||p_override_funds||'- Emp: '||p_employee_id||'.');
7755:
7756: po_document_funds_pvt.Do_reserve(x_return_status => l_return_status,p_doc_type => p_doc_type,
7757: p_doc_subtype => p_doc_subtype,p_doc_level => po_document_funds_pvt.g_doc_level_header,
7758: p_doc_level_id => l_document_id,
7759: p_use_enc_gt_flag => po_document_funds_pvt.g_parameter_no,
7760: p_prevent_partial_flag => po_document_funds_pvt.g_parameter_no,
7761: p_validate_document => po_document_funds_pvt.g_parameter_yes,

Line 7759: p_use_enc_gt_flag => po_document_funds_pvt.g_parameter_no,

7755:
7756: po_document_funds_pvt.Do_reserve(x_return_status => l_return_status,p_doc_type => p_doc_type,
7757: p_doc_subtype => p_doc_subtype,p_doc_level => po_document_funds_pvt.g_doc_level_header,
7758: p_doc_level_id => l_document_id,
7759: p_use_enc_gt_flag => po_document_funds_pvt.g_parameter_no,
7760: p_prevent_partial_flag => po_document_funds_pvt.g_parameter_no,
7761: p_validate_document => po_document_funds_pvt.g_parameter_yes,
7762: p_override_funds => p_override_funds,p_employee_id => p_employee_id,
7763: x_po_return_code => x_po_return_code,x_online_report_id => l_online_report_id);

Line 7760: p_prevent_partial_flag => po_document_funds_pvt.g_parameter_no,

7756: po_document_funds_pvt.Do_reserve(x_return_status => l_return_status,p_doc_type => p_doc_type,
7757: p_doc_subtype => p_doc_subtype,p_doc_level => po_document_funds_pvt.g_doc_level_header,
7758: p_doc_level_id => l_document_id,
7759: p_use_enc_gt_flag => po_document_funds_pvt.g_parameter_no,
7760: p_prevent_partial_flag => po_document_funds_pvt.g_parameter_no,
7761: p_validate_document => po_document_funds_pvt.g_parameter_yes,
7762: p_override_funds => p_override_funds,p_employee_id => p_employee_id,
7763: x_po_return_code => x_po_return_code,x_online_report_id => l_online_report_id);
7764:

Line 7761: p_validate_document => po_document_funds_pvt.g_parameter_yes,

7757: p_doc_subtype => p_doc_subtype,p_doc_level => po_document_funds_pvt.g_doc_level_header,
7758: p_doc_level_id => l_document_id,
7759: p_use_enc_gt_flag => po_document_funds_pvt.g_parameter_no,
7760: p_prevent_partial_flag => po_document_funds_pvt.g_parameter_no,
7761: p_validate_document => po_document_funds_pvt.g_parameter_yes,
7762: p_override_funds => p_override_funds,p_employee_id => p_employee_id,
7763: x_po_return_code => x_po_return_code,x_online_report_id => l_online_report_id);
7764:
7765: IF (g_po_wf_debug = 'Y') THEN