DBA Data[Home] [Help]

APPS.PO_PDOI_LINE_PROCESS_PVT dependencies on PO_PDOI_UTL

Line 467: PO_PDOI_UTL.reject_lines_intf

463:
464: d_position := 40;
465:
466: -- reject the lines and the lower level entities associated with it
467: PO_PDOI_UTL.reject_lines_intf
468: (
469: p_id_param_type => PO_PDOI_CONSTANTS.g_INTERFACE_LINE_ID,
470: p_id_tbl => l_dup_intf_line_id_tbl,
471: p_cascade => FND_API.g_TRUE

Line 536: PO_PDOI_UTL.reject_lines_intf

532:
533: d_position := 100;
534:
535: -- reject the lines and the lower level entities associated with it
536: PO_PDOI_UTL.reject_lines_intf
537: (
538: p_id_param_type => PO_PDOI_CONSTANTS.g_INTERFACE_LINE_ID,
539: p_id_tbl => l_dup_intf_line_id_tbl,
540: p_cascade => FND_API.g_TRUE

Line 656: PO_PDOI_UTL.reject_lines_intf

652:
653: d_position := 40;
654:
655: -- reject the lines and the lower level entities associated with it
656: PO_PDOI_UTL.reject_lines_intf
657: (
658: p_id_param_type => PO_PDOI_CONSTANTS.g_INTERFACE_LINE_ID,
659: p_id_tbl => l_rej_intf_line_id_tbl,
660: p_cascade => FND_API.g_TRUE

Line 2121: PO_PDOI_UTL.generate_ordered_num_list

2117: -- assign a new key used in temporary table
2118: l_key := PO_CORE_S.get_session_gt_nextval;
2119:
2120: -- initialize table containing the row number(index)
2121: PO_PDOI_UTL.generate_ordered_num_list
2122: (
2123: p_size => x_lines.rec_count,
2124: x_num_list => l_index_tbl
2125: );

Line 2839: PO_PDOI_UTL.generate_ordered_num_list

2835: -- assign a new key used in temporary table
2836: l_key := PO_CORE_S.get_session_gt_nextval;
2837:
2838: -- initialize table containing the row number(index)
2839: PO_PDOI_UTL.generate_ordered_num_list
2840: (
2841: p_size => x_lines.rec_count,
2842: x_num_list => l_index_tbl
2843: );

Line 3573: PO_PDOI_UTL.generate_ordered_num_list

3569: -- assign a new key used in temporary table
3570: l_key := PO_CORE_S.get_session_gt_nextval;
3571:
3572: -- initialize table containing the row number(index)
3573: PO_PDOI_UTL.generate_ordered_num_list
3574: (
3575: p_size => x_lines.rec_count,
3576: x_num_list => l_num_list
3577: );

Line 3693: PO_PDOI_UTL.generate_ordered_num_list

3689:
3690: PO_TIMING_UTL.start_time(PO_PDOI_CONSTANTS.g_T_LINE_MATCH);
3691:
3692: -- initialize index table
3693: PO_PDOI_UTL.generate_ordered_num_list
3694: (
3695: p_size => x_lines.rec_count,
3696: x_num_list => l_index_tbl
3697: );

Line 3826: PO_PDOI_UTL.reject_lines_intf

3822: END LOOP;
3823:
3824: d_position := 70;
3825:
3826: PO_PDOI_UTL.reject_lines_intf
3827: (
3828: p_id_param_type => PO_PDOI_CONSTANTS.g_INTERFACE_LINE_ID,
3829: p_id_tbl => l_rej_intf_line_id_tbl,
3830: p_cascade => FND_API.g_TRUE

Line 3966: PO_PDOI_UTL.reject_line_locations_intf

3962: SET process_code = PO_PDOI_CONSTANTS.g_PROCESS_CODE_OBSOLETE
3963: WHERE interface_line_id = l_obsoleted_loc_tbl(i);
3964:
3965: /*
3966: PO_PDOI_UTL.reject_line_locations_intf
3967: (
3968: p_id_param_type => PO_PDOI_CONSTANTS.g_INTERFACE_LINE_ID,
3969: p_id_tbl => l_obsoleted_loc_tbl,
3970: p_cascade => FND_API.g_TRUE

Line 4245: PO_PDOI_UTL.generate_ordered_num_list

4241: PO_PDOI_CONSTANTS.g_DOC_TYPE_BLANKET) THEN
4242: d_position := 80;
4243:
4244: -- derive unit_of_measure from uom_code
4245: PO_PDOI_UTL.generate_ordered_num_list
4246: (
4247: p_size => x_lines.rec_count,
4248: x_num_list => l_index_tbl
4249: );

Line 6939: PO_PDOI_UTL.generate_ordered_num_list

6935:
6936: -- b. match within the same batch
6937: l_data_key := PO_CORE_S.get_session_gt_nextval;
6938: -- initialize table containing the row number(index)
6939: PO_PDOI_UTL.generate_ordered_num_list
6940: (
6941: p_size => x_lines.rec_count,
6942: x_num_list => l_num_list
6943: );

Line 7107: PO_PDOI_UTL.remove_session_gt_records

7103:
7104: d_position := 110;
7105:
7106: -- clean up po_session_gt
7107: PO_PDOI_UTL.remove_session_gt_records
7108: ( p_key => l_data_key
7109: );
7110:
7111: IF (PO_LOG.d_proc) THEN

Line 7610: PO_PDOI_UTL.remove_session_gt_records

7606:
7607: d_position := 60;
7608:
7609: -- clean up po_session_gt
7610: PO_PDOI_UTL.remove_session_gt_records
7611: ( p_key => l_data_key
7612: );
7613:
7614: IF (PO_LOG.d_proc) THEN

Line 7913: PO_PDOI_UTL.remove_session_gt_records

7909:
7910: d_position := 60;
7911:
7912: -- clean up po_session_gt
7913: PO_PDOI_UTL.remove_session_gt_records
7914: ( p_key => l_data_key
7915: );
7916:
7917: IF (PO_LOG.d_proc) THEN

Line 8171: PO_PDOI_UTL.remove_session_gt_records

8167:
8168: d_position := 70;
8169:
8170: -- clean up po_session_gt
8171: PO_PDOI_UTL.remove_session_gt_records
8172: ( p_key => l_data_key
8173: );
8174:
8175: IF (PO_LOG.d_proc) THEN

Line 8426: PO_PDOI_UTL.remove_session_gt_records

8422:
8423: d_position := 60;
8424:
8425: -- clean up po_session_gt
8426: PO_PDOI_UTL.remove_session_gt_records
8427: ( p_key => l_data_key
8428: );
8429:
8430: IF (PO_LOG.d_proc) THEN

Line 8636: PO_PDOI_UTL.remove_session_gt_records

8632: );
8633:
8634: d_position := 60;
8635:
8636: PO_PDOI_UTL.remove_session_gt_records
8637: ( p_key => l_data_key
8638: );
8639:
8640: IF (PO_LOG.d_proc) THEN

Line 8813: PO_PDOI_UTL.generate_ordered_num_list

8809: -- assign a new key used in temporary table
8810: l_key := PO_CORE_S.get_session_gt_nextval;
8811:
8812: -- initialize table containing the row number(index)
8813: PO_PDOI_UTL.generate_ordered_num_list
8814: (
8815: p_size => x_lines.rec_count,
8816: x_num_list => l_index_tbl
8817: );