DBA Data[Home] [Help]

APPS.PO_SHIPMENTS_SV10 dependencies on PO_LINE_LOCATIONS

Line 88: FROM PO_LINE_LOCATIONS PLL

84: X_temp_taxable_flag,
85: l_temp_start_date, /* */
86: l_temp_end_date, /* */
87: l_days_early_receipt_allowed --
88: FROM PO_LINE_LOCATIONS PLL
89: WHERE PLL.line_location_id = X_shipment_id;
90:
91: -- Bug 5409088 : Added amount check for service lines
92: if ((X_temp_quantity <> X_quantity )