DBA Data[Home] [Help]

APPS.PO_PDOI_LINE_LOC_PROCESS_PVT dependencies on PO_PDOI_UTL

Line 509: PO_PDOI_UTL.generate_ordered_num_list

505: -- assign a new key
506: l_key := PO_CORE_S.get_session_gt_nextval;
507:
508: -- initialize table containing the row number
509: PO_PDOI_UTL.generate_ordered_num_list
510: (
511: p_size => x_line_locs.rec_count,
512: x_num_list => l_index_tbl
513: );

Line 791: PO_PDOI_UTL.generate_ordered_num_list

787: -- pick a new key from temp table which will be used in all default logic
788: l_key := PO_CORE_S.get_session_gt_nextval;
789:
790: -- initialize table containing the row number
791: PO_PDOI_UTL.generate_ordered_num_list
792: (
793: p_size => x_line_locs.rec_count,
794: x_num_list => l_index_tbl
795: );