DBA Data[Home] [Help]

APPS.PO_PDOI_HEADER_PROCESS_PVT dependencies on PO_PDOI_UTL

Line 848: PO_PDOI_UTL.generate_ordered_num_list

844: PO_LOG.stmt(d_module, d_position, 'key', l_key);
845: END IF;
846:
847: -- initialize table containing the row number
848: PO_PDOI_UTL.generate_ordered_num_list
849: (
850: p_size => x_headers.rec_count,
851: x_num_list => l_index_tbl
852: );

Line 1489: PO_PDOI_UTL.generate_ordered_num_list

1485: PO_LOG.stmt(d_module, d_position, 'key', l_key);
1486: END IF;
1487:
1488: -- initialize table containing the row number
1489: PO_PDOI_UTL.generate_ordered_num_list
1490: (
1491: p_size => x_headers.rec_count,
1492: x_num_list => l_index_tbl
1493: );