DBA Data[Home] [Help]

APPS.PO_PDOI_HEADER_GROUPING_PVT dependencies on PO_PDOI_UTL

Line 96: PO_PDOI_UTL.commit_work;

92: PO_INTERFACE_ERRORS_UTL.flush_errors_tbl;
93:
94: d_position := 50;
95:
96: PO_PDOI_UTL.commit_work;
97:
98: PO_TIMING_UTL.stop_time(PO_PDOI_CONSTANTS.g_T_HEADER_GROUPING);
99:
100: IF (PO_LOG.d_proc) THEN

Line 326: l_new_dft_idx_tbl PO_PDOI_UTL.pls_integer_tbl_type :=

322:
323: l_draft_id_tbl PO_TBL_NUMBER := PO_TBL_NUMBER();
324: l_reject_list PO_TBL_NUMBER := PO_TBL_NUMBER();
325:
326: l_new_dft_idx_tbl PO_PDOI_UTL.pls_integer_tbl_type :=
327: PO_PDOI_UTL.pls_integer_tbl_type();
328: l_existing_dft_idx_tbl PO_PDOI_UTL.pls_integer_tbl_type :=
329: PO_PDOI_UTL.pls_integer_tbl_type();
330:

Line 327: PO_PDOI_UTL.pls_integer_tbl_type();

323: l_draft_id_tbl PO_TBL_NUMBER := PO_TBL_NUMBER();
324: l_reject_list PO_TBL_NUMBER := PO_TBL_NUMBER();
325:
326: l_new_dft_idx_tbl PO_PDOI_UTL.pls_integer_tbl_type :=
327: PO_PDOI_UTL.pls_integer_tbl_type();
328: l_existing_dft_idx_tbl PO_PDOI_UTL.pls_integer_tbl_type :=
329: PO_PDOI_UTL.pls_integer_tbl_type();
330:
331: l_intf_header_id_tbl PO_TBL_NUMBER;

Line 328: l_existing_dft_idx_tbl PO_PDOI_UTL.pls_integer_tbl_type :=

324: l_reject_list PO_TBL_NUMBER := PO_TBL_NUMBER();
325:
326: l_new_dft_idx_tbl PO_PDOI_UTL.pls_integer_tbl_type :=
327: PO_PDOI_UTL.pls_integer_tbl_type();
328: l_existing_dft_idx_tbl PO_PDOI_UTL.pls_integer_tbl_type :=
329: PO_PDOI_UTL.pls_integer_tbl_type();
330:
331: l_intf_header_id_tbl PO_TBL_NUMBER;
332: l_po_header_id_tbl PO_TBL_NUMBER;

Line 329: PO_PDOI_UTL.pls_integer_tbl_type();

325:
326: l_new_dft_idx_tbl PO_PDOI_UTL.pls_integer_tbl_type :=
327: PO_PDOI_UTL.pls_integer_tbl_type();
328: l_existing_dft_idx_tbl PO_PDOI_UTL.pls_integer_tbl_type :=
329: PO_PDOI_UTL.pls_integer_tbl_type();
330:
331: l_intf_header_id_tbl PO_TBL_NUMBER;
332: l_po_header_id_tbl PO_TBL_NUMBER;
333: l_action_tbl PO_TBL_VARCHAR30;

Line 508: PO_PDOI_UTL.reject_headers_intf

504: END LOOP;
505:
506: d_position := 110;
507:
508: PO_PDOI_UTL.reject_headers_intf
509: ( p_id_param_type => PO_PDOI_CONSTANTS.g_INTERFACE_HEADER_ID,
510: p_id_tbl => l_reject_list,
511: p_cascade => FND_API.G_TRUE
512: );

Line 837: x_new_draft_needed := PO_PDOI_UTL.is_old_request_complete

833: ( p_draft_id => p_draft_id,
834: x_request_id => l_dft_request_id
835: );
836:
837: x_new_draft_needed := PO_PDOI_UTL.is_old_request_complete
838: ( p_old_request_id => l_dft_request_id
839: );
840:
841: END IF; -- if status = p_status = PO_DRAFTS_PVT.g_status_PDOI_ERROR