DBA Data[Home] [Help]

APPS.PO_REQCHANGEREQUESTWF_PVT dependencies on PO_ENCUMBRANCE_GT

Line 12145: -- Update NEW record in PO_ENCUMBRANCE_GT with the new

12141:
12142: -- re-initialize distributions list table
12143: l_distribution_id_tbl.delete;
12144:
12145: -- Update NEW record in PO_ENCUMBRANCE_GT with the new
12146: -- values
12147: l_progress := '006';
12148:
12149: IF g_debug_stmt THEN

Line 12184: -- update new values in PO_ENCUMBRANCE_GT

12180: po_debug.debug_var(l_log_head, l_progress, 'l_rec_tax', l_rec_tax);
12181: po_debug.debug_var(l_log_head, l_progress, 'l_nonrec_tax', l_nonrec_tax);
12182: END IF;
12183:
12184: -- update new values in PO_ENCUMBRANCE_GT
12185: UPDATE po_encumbrance_gt
12186: SET
12187: amount_ordered = l_new_amount,
12188: quantity_ordered = l_new_quantity,

Line 12185: UPDATE po_encumbrance_gt

12181: po_debug.debug_var(l_log_head, l_progress, 'l_nonrec_tax', l_nonrec_tax);
12182: END IF;
12183:
12184: -- update new values in PO_ENCUMBRANCE_GT
12185: UPDATE po_encumbrance_gt
12186: SET
12187: amount_ordered = l_new_amount,
12188: quantity_ordered = l_new_quantity,
12189: price = l_new_price,

Line 12197: po_debug.debug_stmt(l_log_head, l_progress,'Updating po_encumbrance_gt NEW record');

12193: adjustment_status = po_document_funds_grp.g_adjustment_status_new;
12194:
12195: l_progress := '009';
12196: IF g_debug_stmt THEN
12197: po_debug.debug_stmt(l_log_head, l_progress,'Updating po_encumbrance_gt NEW record');
12198: END IF;
12199:
12200:
12201: