DBA Data[Home] [Help]

APPS.PO_PDOI_MAINPROC_UTL_PVT dependencies on PO_PDOI_UTL

Line 495: PO_PDOI_UTL.generate_ordered_num_list

491: -- pick a new key for temp table
492: l_key := PO_CORE_S.get_session_gt_nextval;
493:
494: -- initialize index table
495: PO_PDOI_UTL.generate_ordered_num_list
496: (
497: p_size => p_po_header_id_tbl.COUNT,
498: x_num_list => l_index_tbl
499: );

Line 923: PO_PDOI_UTL.generate_ordered_num_list

919: -- pick a new key for temp table
920: l_key := PO_CORE_S.get_session_gt_nextval;
921:
922: -- initialize index table
923: PO_PDOI_UTL.generate_ordered_num_list
924: (
925: p_size => p_po_line_id_tbl.COUNT,
926: x_num_list => l_index_tbl
927: );

Line 1331: PO_PDOI_UTL.generate_ordered_num_list

1327: -- pick a new key from temp table
1328: l_key := PO_CORE_S.get_session_gt_nextval;
1329:
1330: -- initialize index table
1331: PO_PDOI_UTL.generate_ordered_num_list
1332: (
1333: p_size => p_line_loc_id_tbl.COUNT,
1334: x_num_list => l_index_tbl
1335: );

Line 1705: PO_PDOI_UTL.generate_ordered_num_list

1701: -- pick a new key from temp table
1702: l_key := PO_CORE_S.get_session_gt_nextval;
1703:
1704: -- initialize index table
1705: PO_PDOI_UTL.generate_ordered_num_list
1706: (
1707: p_size => p_entity_id_tbl.COUNT,
1708: x_num_list => l_index_tbl
1709: );