DBA Data[Home] [Help]

APPS.PO_PDOI_LINE_LOC_PROCESS_PVT dependencies on PO_PDOI_UTL

Line 549: PO_PDOI_UTL.generate_ordered_num_list

545: -- assign a new key
546: l_key := PO_CORE_S.get_session_gt_nextval;
547:
548: -- initialize table containing the row number
549: PO_PDOI_UTL.generate_ordered_num_list
550: (
551: p_size => x_line_locs.rec_count,
552: x_num_list => l_index_tbl
553: );

Line 889: PO_PDOI_UTL.generate_ordered_num_list

885: -- pick a new key from temp table which will be used in all default logic
886: l_key := PO_CORE_S.get_session_gt_nextval;
887:
888: -- initialize table containing the row number
889: PO_PDOI_UTL.generate_ordered_num_list
890: (
891: p_size => x_line_locs.rec_count,
892: x_num_list => l_index_tbl
893: );