DBA Data[Home] [Help]

APPS.PO_PDOI_MAINPROC_UTL_PVT dependencies on PO_PDOI_UTL

Line 497: PO_PDOI_UTL.generate_ordered_num_list

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

Line 926: PO_PDOI_UTL.generate_ordered_num_list

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

Line 1334: PO_PDOI_UTL.generate_ordered_num_list

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

Line 1708: PO_PDOI_UTL.generate_ordered_num_list

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