DBA Data[Home] [Help]

APPS.PO_R12_CAT_UPG_PVT dependencies on PO_LINES_S

Line 3397: SELECT PO_LINES_S.nextval

3393: l_count := l_count + 1;
3394:
3395: l_progress := '040';
3396: -- Get the next po_line_id from the sequence
3397: SELECT PO_LINES_S.nextval
3398: INTO l_valid_lines.po_line_id(l_count)
3399: FROM dual;
3400:
3401: l_progress := '050';

Line 3792: l_valid_lines.po_line_id(i), -- From sequence PO_LINES_S

3788: --advance_amount Not present in 11.5.9, 11.5.10
3789: )
3790: VALUES
3791: (
3792: l_valid_lines.po_line_id(i), -- From sequence PO_LINES_S
3793: sysdate, -- last_update_date
3794: FND_GLOBAL.user_id, -- last_updated_by
3795: l_valid_lines.po_header_id(i),
3796: l_valid_lines.line_type_id(i),