DBA Data[Home] [Help]

APPS.RCV_DATES_S dependencies on PO_LINE_LOCATIONS

Line 295: FROM po_line_locations

291: SELECT days_early_receipt_allowed, days_late_receipt_allowed,
292: promised_date, need_by_date
293: INTO x_days_early_receipt_allowed, x_days_late_receipt_allowed,
294: x_promised_date, x_need_by_date
295: FROM po_line_locations
296: WHERE line_location_id = x_line_loc_id;
297:
298: days_diff := x_receipt_date -
299: