DBA Data[Home] [Help]

APPS.PO_PDOI_ITEM_PROCESS_PVT dependencies on PO_PDOI_UTL

Line 111: PO_PDOI_UTL.generate_ordered_num_list

107:
108: d_position := 20;
109:
110: -- initialize table containing the row number(index)
111: PO_PDOI_UTL.generate_ordered_num_list
112: (
113: p_size => l_items.rec_count,
114: x_num_list => l_unprocessed_row_tbl
115: );

Line 352: PO_PDOI_UTL.generate_ordered_num_list

348: END IF;
349:
350: l_key := PO_CORE_S.get_session_gt_nextval;
351:
352: PO_PDOI_UTL.generate_ordered_num_list
353: (
354: p_size => p_lines.rec_count,
355: x_num_list => l_index_tbl
356: );