DBA Data[Home] [Help]

APPS.PO_PDOI_HEADER_PROCESS_PVT dependencies on PO_PDOI_UTL

Line 534: PO_PDOI_UTL.generate_ordered_num_list

530: PO_LOG.stmt(d_module, d_position, 'key', l_key);
531: END IF;
532:
533: -- initialize table containing the row number
534: PO_PDOI_UTL.generate_ordered_num_list
535: (
536: p_size => x_headers.rec_count,
537: x_num_list => l_index_tbl
538: );

Line 1020: PO_PDOI_UTL.generate_ordered_num_list

1016: PO_LOG.stmt(d_module, d_position, 'key', l_key);
1017: END IF;
1018:
1019: -- initialize table containing the row number
1020: PO_PDOI_UTL.generate_ordered_num_list
1021: (
1022: p_size => x_headers.rec_count,
1023: x_num_list => l_index_tbl
1024: );