DBA Data[Home] [Help]

APPS.WIP_WF_UPDATE_DATE dependencies on PO_LINE_LOCATIONS_ALL

Line 75: from po_line_locations_all

71:
72: begin
73: select promised_date
74: into x_curr_promise_date
75: from po_line_locations_all
76: where line_location_id = x_line_location_id;
77:
78: exception
79: when No_Data_Found then