DBA Data[Home] [Help]

APPS.PO_LINES_SV4 dependencies on STANDARD

Line 57: DESCRIPTION: Gets the total encumbered quantity for a Standard

53:
54: /*===========================================================================
55: FUNCTION NAME: get_encumbered_quantity
56:
57: DESCRIPTION: Gets the total encumbered quantity for a Standard
58: or Planned purchase order line.
59:
60: PARAMETERS: X_po_line_id IN NUMBER,
61: X_encumbered_quantity RETURN NUMBER

Line 119: and quantity_billed for a Standard/Planned PO line.

115: /*===========================================================================
116: PROCEDURE NAME: get_ship_dist_info()
117:
118: DESCRIPTION: This procedure gets the total of shipments quantity_received
119: and quantity_billed for a Standard/Planned PO line.
120: In addition it also gets the encumbered_flag from shipments,
121: online_req_flag, prevent_price_update_flag from distributions.
122:
123: