DBA Data[Home] [Help]

APPS.PO_SHIPMENTS_SV2 dependencies on STANDARD

Line 133: be updated with a planned or standard

129: /*===========================================================================
130: FUNCTION NAME: val_ship_qty
131:
132: DESCRIPTION: Validates if the shipment quantity can
133: be updated with a planned or standard
134: purchase order line quantity is updated.
135:
136: PARAMETERS: X_po_line_id IN NUMBER
137: X_shipment_type IN VARCHAR2

Line 143: ALGORITHM: If this is not a standard or planned purchase

139:
140: DESIGN REFERENCES:
141:
142:
143: ALGORITHM: If this is not a standard or planned purchase
144: order, do not update the shipment quantity.
145:
146: Get the number of shipments.
147:

Line 188: ALGORITHM: If this is anything but a standard or planned purchase

184:
185: DESIGN REFERENCES:
186:
187:
188: ALGORITHM: If this is anything but a standard or planned purchase
189: order, the price on the shipment cannot be updated.
190:
191: If it is a standard or planned purchase order, update
192: the price.

Line 191: If it is a standard or planned purchase order, update

187:
188: ALGORITHM: If this is anything but a standard or planned purchase
189: order, the price on the shipment cannot be updated.
190:
191: If it is a standard or planned purchase order, update
192: the price.
193:
194: NOTES:
195:

Line 215: called when a standard or planned purchase

211: /*===========================================================================
212: FUNCTION NAME: update_shipment_price
213:
214: DESCRIPTION: Updates the price of the shipment. This is
215: called when a standard or planned purchase
216: order line is updated. This should
217: only be done if the shipment is not
218: cancelled.
219: