DBA Data[Home] [Help]

APPS.PO_VAL_DISTRIBUTIONS2 dependencies on PO_PDOI_UTL

Line 516: PO_PDOI_UTL.generate_ordered_num_list

512: -- assign a new key used in temporary table
513: l_key := PO_CORE_S.get_session_gt_nextval;
514:
515: -- initialize table containing the row number
516: PO_PDOI_UTL.generate_ordered_num_list
517: (
518: p_size => p_id_tbl.COUNT,
519: x_num_list => l_num_list_tbl
520: );