DBA Data[Home] [Help]

APPS.PO_DOCUMENT_CANCEL_PVT dependencies on PO_DOCUMENT_FUNDS_PVT

Line 5902: -- If the Value is 'Y' then call PO_DOCUMENT_FUNDS_PVT.do_cancel,

5898:
5899: l_progress := '004' ;
5900:
5901: --Call to encumbrance code is controlled by the "l_enc_req_flag" value
5902: -- If the Value is 'Y' then call PO_DOCUMENT_FUNDS_PVT.do_cancel,
5903: -- otherwise do not call
5904:
5905: --The value of "l_enc_req_flag" is set to 'Y' only when
5906: -- 1) Document is a blanket purchase agreement,

Line 5955: PO_DOCUMENT_FUNDS_PVT.do_cancel(

5951: l_entity_rec_tbl(i).entity_level := PO_CORE_S.g_doc_level_SHIPMENT;
5952: END IF;
5953:
5954: -- Unencumber the entity
5955: PO_DOCUMENT_FUNDS_PVT.do_cancel(
5956: x_return_status => x_return_status,
5957: p_doc_type => l_entity_rec_tbl(i).document_type,
5958: p_doc_subtype => l_entity_rec_tbl(i).document_subtype,
5959: p_doc_level => l_entity_rec_tbl(i).entity_level,

Line 5961: p_use_enc_gt_flag => PO_DOCUMENT_FUNDS_PVT.g_parameter_NO,

5957: p_doc_type => l_entity_rec_tbl(i).document_type,
5958: p_doc_subtype => l_entity_rec_tbl(i).document_subtype,
5959: p_doc_level => l_entity_rec_tbl(i).entity_level,
5960: p_doc_level_id => l_entity_rec_tbl(i).entity_id,
5961: p_use_enc_gt_flag => PO_DOCUMENT_FUNDS_PVT.g_parameter_NO,
5962: p_override_funds => PO_DOCUMENT_FUNDS_PVT.g_parameter_USE_PROFILE,
5963: p_use_gl_date => p_da_call_rec.use_gl_date,
5964: p_override_date => l_entity_rec_tbl(i).entity_action_date,
5965: x_po_return_code => l_po_return_code,

Line 5962: p_override_funds => PO_DOCUMENT_FUNDS_PVT.g_parameter_USE_PROFILE,

5958: p_doc_subtype => l_entity_rec_tbl(i).document_subtype,
5959: p_doc_level => l_entity_rec_tbl(i).entity_level,
5960: p_doc_level_id => l_entity_rec_tbl(i).entity_id,
5961: p_use_enc_gt_flag => PO_DOCUMENT_FUNDS_PVT.g_parameter_NO,
5962: p_override_funds => PO_DOCUMENT_FUNDS_PVT.g_parameter_USE_PROFILE,
5963: p_use_gl_date => p_da_call_rec.use_gl_date,
5964: p_override_date => l_entity_rec_tbl(i).entity_action_date,
5965: x_po_return_code => l_po_return_code,
5966: x_online_report_id => l_online_report_id);