DBA Data[Home] [Help]

APPS.PO_PDOI_LINE_PROCESS_PVT dependencies on PO_PDOI_UTL

Line 382: PO_PDOI_UTL.reject_lines_intf

378:
379: d_position := 40;
380:
381: -- reject the lines and the lower level entities associated with it
382: PO_PDOI_UTL.reject_lines_intf
383: (
384: p_id_param_type => PO_PDOI_CONSTANTS.g_INTERFACE_LINE_ID,
385: p_id_tbl => l_dup_intf_line_id_tbl,
386: p_cascade => FND_API.g_TRUE

Line 451: PO_PDOI_UTL.reject_lines_intf

447:
448: d_position := 100;
449:
450: -- reject the lines and the lower level entities associated with it
451: PO_PDOI_UTL.reject_lines_intf
452: (
453: p_id_param_type => PO_PDOI_CONSTANTS.g_INTERFACE_LINE_ID,
454: p_id_tbl => l_dup_intf_line_id_tbl,
455: p_cascade => FND_API.g_TRUE

Line 571: PO_PDOI_UTL.reject_lines_intf

567:
568: d_position := 40;
569:
570: -- reject the lines and the lower level entities associated with it
571: PO_PDOI_UTL.reject_lines_intf
572: (
573: p_id_param_type => PO_PDOI_CONSTANTS.g_INTERFACE_LINE_ID,
574: p_id_tbl => l_rej_intf_line_id_tbl,
575: p_cascade => FND_API.g_TRUE

Line 1547: PO_PDOI_UTL.generate_ordered_num_list

1543: -- assign a new key used in temporary table
1544: l_key := PO_CORE_S.get_session_gt_nextval;
1545:
1546: -- initialize table containing the row number(index)
1547: PO_PDOI_UTL.generate_ordered_num_list
1548: (
1549: p_size => x_lines.rec_count,
1550: x_num_list => l_index_tbl
1551: );

Line 2045: PO_PDOI_UTL.generate_ordered_num_list

2041: -- assign a new key used in temporary table
2042: l_key := PO_CORE_S.get_session_gt_nextval;
2043:
2044: -- initialize table containing the row number(index)
2045: PO_PDOI_UTL.generate_ordered_num_list
2046: (
2047: p_size => x_lines.rec_count,
2048: x_num_list => l_index_tbl
2049: );

Line 2679: PO_PDOI_UTL.generate_ordered_num_list

2675: -- assign a new key used in temporary table
2676: l_key := PO_CORE_S.get_session_gt_nextval;
2677:
2678: -- initialize table containing the row number(index)
2679: PO_PDOI_UTL.generate_ordered_num_list
2680: (
2681: p_size => x_lines.rec_count,
2682: x_num_list => l_num_list
2683: );

Line 2797: PO_PDOI_UTL.generate_ordered_num_list

2793:
2794: PO_TIMING_UTL.start_time(PO_PDOI_CONSTANTS.g_T_LINE_MATCH);
2795:
2796: -- initialize index table
2797: PO_PDOI_UTL.generate_ordered_num_list
2798: (
2799: p_size => x_lines.rec_count,
2800: x_num_list => l_index_tbl
2801: );

Line 2930: PO_PDOI_UTL.reject_lines_intf

2926: END LOOP;
2927:
2928: d_position := 70;
2929:
2930: PO_PDOI_UTL.reject_lines_intf
2931: (
2932: p_id_param_type => PO_PDOI_CONSTANTS.g_INTERFACE_LINE_ID,
2933: p_id_tbl => l_rej_intf_line_id_tbl,
2934: p_cascade => FND_API.g_TRUE

Line 3070: PO_PDOI_UTL.reject_line_locations_intf

3066: SET process_code = PO_PDOI_CONSTANTS.g_PROCESS_CODE_OBSOLETE
3067: WHERE interface_line_id = l_obsoleted_loc_tbl(i);
3068:
3069: /*
3070: PO_PDOI_UTL.reject_line_locations_intf
3071: (
3072: p_id_param_type => PO_PDOI_CONSTANTS.g_INTERFACE_LINE_ID,
3073: p_id_tbl => l_obsoleted_loc_tbl,
3074: p_cascade => FND_API.g_TRUE

Line 3346: PO_PDOI_UTL.generate_ordered_num_list

3342: PO_PDOI_CONSTANTS.g_DOC_TYPE_BLANKET) THEN
3343: d_position := 80;
3344:
3345: -- derive unit_of_measure from uom_code
3346: PO_PDOI_UTL.generate_ordered_num_list
3347: (
3348: p_size => x_lines.rec_count,
3349: x_num_list => l_index_tbl
3350: );

Line 6014: PO_PDOI_UTL.generate_ordered_num_list

6010:
6011: -- b. match within the same batch
6012: l_data_key := PO_CORE_S.get_session_gt_nextval;
6013: -- initialize table containing the row number(index)
6014: PO_PDOI_UTL.generate_ordered_num_list
6015: (
6016: p_size => x_lines.rec_count,
6017: x_num_list => l_num_list
6018: );

Line 6179: PO_PDOI_UTL.remove_session_gt_records

6175:
6176: d_position := 110;
6177:
6178: -- clean up po_session_gt
6179: PO_PDOI_UTL.remove_session_gt_records
6180: ( p_key => l_data_key
6181: );
6182:
6183: IF (PO_LOG.d_proc) THEN

Line 6643: PO_PDOI_UTL.remove_session_gt_records

6639:
6640: d_position := 60;
6641:
6642: -- clean up po_session_gt
6643: PO_PDOI_UTL.remove_session_gt_records
6644: ( p_key => l_data_key
6645: );
6646:
6647: IF (PO_LOG.d_proc) THEN

Line 6946: PO_PDOI_UTL.remove_session_gt_records

6942:
6943: d_position := 60;
6944:
6945: -- clean up po_session_gt
6946: PO_PDOI_UTL.remove_session_gt_records
6947: ( p_key => l_data_key
6948: );
6949:
6950: IF (PO_LOG.d_proc) THEN

Line 7204: PO_PDOI_UTL.remove_session_gt_records

7200:
7201: d_position := 70;
7202:
7203: -- clean up po_session_gt
7204: PO_PDOI_UTL.remove_session_gt_records
7205: ( p_key => l_data_key
7206: );
7207:
7208: IF (PO_LOG.d_proc) THEN

Line 7459: PO_PDOI_UTL.remove_session_gt_records

7455:
7456: d_position := 60;
7457:
7458: -- clean up po_session_gt
7459: PO_PDOI_UTL.remove_session_gt_records
7460: ( p_key => l_data_key
7461: );
7462:
7463: IF (PO_LOG.d_proc) THEN

Line 7669: PO_PDOI_UTL.remove_session_gt_records

7665: );
7666:
7667: d_position := 60;
7668:
7669: PO_PDOI_UTL.remove_session_gt_records
7670: ( p_key => l_data_key
7671: );
7672:
7673: IF (PO_LOG.d_proc) THEN

Line 7846: PO_PDOI_UTL.generate_ordered_num_list

7842: -- assign a new key used in temporary table
7843: l_key := PO_CORE_S.get_session_gt_nextval;
7844:
7845: -- initialize table containing the row number(index)
7846: PO_PDOI_UTL.generate_ordered_num_list
7847: (
7848: p_size => x_lines.rec_count,
7849: x_num_list => l_index_tbl
7850: );