DBA Data[Home] [Help]

APPS.OKC_CREATE_PO_FROM_K_PVT dependencies on PO_LINES_INTERFACE_S

Line 1089: -- making this select separately as I got an error when selecting po_lines_interface_s.NEXTVAL in the c_top_cle cursor above

1085:
1086:
1087: x_po_lines_tab(l_idx).interface_header_id := x_po_header_rec.interface_header_id;
1088:
1089: -- making this select separately as I got an error when selecting po_lines_interface_s.NEXTVAL in the c_top_cle cursor above
1090:
1091: SELECT po_lines_interface_s.NEXTVAL
1092: INTO x_po_lines_tab(l_idx).interface_line_id
1093: FROM dual;

Line 1091: SELECT po_lines_interface_s.NEXTVAL

1087: x_po_lines_tab(l_idx).interface_header_id := x_po_header_rec.interface_header_id;
1088:
1089: -- making this select separately as I got an error when selecting po_lines_interface_s.NEXTVAL in the c_top_cle cursor above
1090:
1091: SELECT po_lines_interface_s.NEXTVAL
1092: INTO x_po_lines_tab(l_idx).interface_line_id
1093: FROM dual;
1094:
1095: x_po_dist_tab(l_idx).interface_header_id := x_po_header_rec.interface_header_id;