DBA Data[Home] [Help]

APPS.PO_REQ_DOCUMENT_CANCEL_PVT dependencies on PO_DOCUMENT_FUNDS_PVT

Line 137: PO_DOCUMENT_FUNDS_PVT.do_cancel(

133:
134: IF l_encumbrance_flag = 'Y' THEN
135:
136: l_progress := '030';
137: PO_DOCUMENT_FUNDS_PVT.do_cancel(
138: x_return_status => x_return_status,
139: p_doc_type => 'REQUISITION',
140: p_doc_subtype => l_req_subtype,
141: p_doc_level => 'LINE',

Line 143: p_use_enc_gt_flag=> PO_DOCUMENT_FUNDS_PVT.g_parameter_NO,

139: p_doc_type => 'REQUISITION',
140: p_doc_subtype => l_req_subtype,
141: p_doc_level => 'LINE',
142: p_doc_level_id => p_req_line_id(i),
143: p_use_enc_gt_flag=> PO_DOCUMENT_FUNDS_PVT.g_parameter_NO,
144: p_override_funds => PO_DOCUMENT_FUNDS_PVT.g_parameter_USE_PROFILE,
145: p_use_gl_date => PO_DOCUMENT_FUNDS_PVT.g_parameter_USE_PROFILE,
146: p_override_date => p_cancel_date,
147: x_po_return_code => l_po_return_code,

Line 144: p_override_funds => PO_DOCUMENT_FUNDS_PVT.g_parameter_USE_PROFILE,

140: p_doc_subtype => l_req_subtype,
141: p_doc_level => 'LINE',
142: p_doc_level_id => p_req_line_id(i),
143: p_use_enc_gt_flag=> PO_DOCUMENT_FUNDS_PVT.g_parameter_NO,
144: p_override_funds => PO_DOCUMENT_FUNDS_PVT.g_parameter_USE_PROFILE,
145: p_use_gl_date => PO_DOCUMENT_FUNDS_PVT.g_parameter_USE_PROFILE,
146: p_override_date => p_cancel_date,
147: x_po_return_code => l_po_return_code,
148: x_online_report_id=> l_online_report_id);

Line 145: p_use_gl_date => PO_DOCUMENT_FUNDS_PVT.g_parameter_USE_PROFILE,

141: p_doc_level => 'LINE',
142: p_doc_level_id => p_req_line_id(i),
143: p_use_enc_gt_flag=> PO_DOCUMENT_FUNDS_PVT.g_parameter_NO,
144: p_override_funds => PO_DOCUMENT_FUNDS_PVT.g_parameter_USE_PROFILE,
145: p_use_gl_date => PO_DOCUMENT_FUNDS_PVT.g_parameter_USE_PROFILE,
146: p_override_date => p_cancel_date,
147: x_po_return_code => l_po_return_code,
148: x_online_report_id=> l_online_report_id);
149:

Line 150: IF l_po_return_code <> PO_DOCUMENT_FUNDS_PVT.g_return_SUCCESS THEN

146: p_override_date => p_cancel_date,
147: x_po_return_code => l_po_return_code,
148: x_online_report_id=> l_online_report_id);
149:
150: IF l_po_return_code <> PO_DOCUMENT_FUNDS_PVT.g_return_SUCCESS THEN
151: RAISE FND_API.G_EXC_ERROR;
152: END IF;
153:
154: l_progress := '040';