DBA Data[Home] [Help]

APPS.RCV_DATES_S dependencies on PO_LINE_LOCATIONS

Line 320: FROM po_line_locations

316: SELECT days_early_receipt_allowed, days_late_receipt_allowed,
317: promised_date, need_by_date
318: INTO x_days_early_receipt_allowed, x_days_late_receipt_allowed,
319: x_promised_date, x_need_by_date
320: FROM po_line_locations
321: WHERE line_location_id = x_line_loc_id;
322:
323: days_diff := x_receipt_date -
324: