DBA Data[Home] [Help]

APPS.PO_PDOI_DIST_PROCESS_PVT dependencies on PO_PDOI_UTL

Line 756: PO_PDOI_UTL.generate_ordered_num_list

752: -- set key value in temp table which is shared by all derivation logic
753: l_key := PO_CORE_S.get_session_gt_nextval;
754:
755: -- initialize index table which is used by all derivation logic
756: PO_PDOI_UTL.generate_ordered_num_list
757: (
758: p_size => x_dists.rec_count,
759: x_num_list => l_index_tbl
760: );

Line 1562: PO_PDOI_UTL.generate_ordered_num_list

1558: -- pick a new key from temp table which will be used in all derive logic
1559: l_key := PO_CORE_S.get_session_gt_nextval;
1560:
1561: -- initialize index table which is used by all derivation logic
1562: PO_PDOI_UTL.generate_ordered_num_list
1563: (
1564: p_size => x_dists.rec_count,
1565: x_num_list => l_index_tbl
1566: );