DBA Data[Home] [Help]

APPS.PO_VAL_DISTRIBUTIONS2 dependencies on PO_PDOI_UTL

Line 528: PO_PDOI_UTL.generate_ordered_num_list

524: -- assign a new key used in temporary table
525: l_key := PO_CORE_S.get_session_gt_nextval;
526:
527: -- initialize table containing the row number
528: PO_PDOI_UTL.generate_ordered_num_list
529: (
530: p_size => p_id_tbl.COUNT,
531: x_num_list => l_num_list_tbl
532: );