DBA Data[Home] [Help]

APPS.PO_PDOI_DIST_PROCESS_PVT dependencies on PO_PDOI_UTL

Line 798: PO_PDOI_UTL.generate_ordered_num_list

794: -- set key value in temp table which is shared by all derivation logic
795: l_key := PO_CORE_S.get_session_gt_nextval;
796:
797: -- initialize index table which is used by all derivation logic
798: PO_PDOI_UTL.generate_ordered_num_list
799: (
800: p_size => x_dists.rec_count,
801: x_num_list => l_index_tbl
802: );

Line 1607: PO_PDOI_UTL.generate_ordered_num_list

1603: -- pick a new key from temp table which will be used in all derive logic
1604: l_key := PO_CORE_S.get_session_gt_nextval;
1605:
1606: -- initialize index table which is used by all derivation logic
1607: PO_PDOI_UTL.generate_ordered_num_list
1608: (
1609: p_size => x_dists.rec_count,
1610: x_num_list => l_index_tbl
1611: );