DBA Data[Home] [Help]

APPS.POS_CHANGE_PROM_DATES dependencies on PO_REQUISITION_LINES_ALL

Line 334: from po_requisition_lines_all

330:
331: begin
332: select to_person_id
333: into x_requester_id
334: from po_requisition_lines_all
335: where line_location_id = x_line_location_id;
336:
337: exception
338: when no_data_found then