How is quantity populated in po_lines_interface?
If shipment_num populated in the po_lines_interface, then the quantity should be populated.The system considers that the line as price break.
If it does not populate shipment_num in the po_lines_interface, then quantity should be null (since it is blanket or quotation). Otherwise will get the following error:
PO_INTERFACE_ERRORS
Some errors addressed in report are:
UNIQUE_ID DETAIL ID ERROR_MESSAGE ERROR_TEXT
Column QUANTITY should not be NULL.
If it does not populate shipment_num in the po_lines_interface, then quantity should be null (since it is blanket or quotation). Otherwise will get the following error:
PO_INTERFACE_ERRORS
Some errors addressed in report are:
UNIQUE_ID DETAIL ID ERROR_MESSAGE ERROR_TEXT
Column QUANTITY should not be NULL.