DBA Data[Home] [Help]

APPS.PO_AUTO_IMPLEMENT_PVT dependencies on PO_LINES_INTERFACE_S

Line 292: SELECT po_lines_interface_s.nextval

288: l_progress:= '090';
289:
290: /* Get the next available interface_line_id */
291:
292: SELECT po_lines_interface_s.nextval
293: INTO x_interface_line_id
294: FROM dual;
295:
296:

Line 328: SELECT po_lines_interface_s.nextval

324: -- Populate the info line details
325: l_progress:= '100';
326: /* Get the next available interface_line_id */
327:
328: SELECT po_lines_interface_s.nextval
329: INTO x_interface_line_id
330: FROM dual;
331:
332:

Line 356: SELECT po_lines_interface_s.nextval

352: ELSE -- x_info_slin_falg = 'N'
353: l_progress:= '110';
354: /* Get the next available interface_line_id */
355:
356: SELECT po_lines_interface_s.nextval
357: INTO x_interface_line_id
358: FROM dual;
359:
360: