DBA Data[Home] [Help]

APPS.PO_PDOI_ERR_UTL dependencies on PO_VALIDATION_RESULTS_TYPE

Line 419: --x_results - po_validation_results_type

415: --Function:
416: -- Procedure to process the PDOI Validation results.
417: --Parameters:
418: --IN:
419: --x_results - po_validation_results_type
420: --p_table_name - values include: PO_PDOI_CONSTANTS.g_PO_HEADERS_INTERFACE
421: -- PO_PDOI_CONSTANTS.g_PO_LINES_INTERFACE
422: -- PO_PDOI_CONSTANTS.g_PO_LINE_LOCATIONS_INTERFACE
423: -- PO_PDOI_CONSTANTS.g_PO_DISTRIBUTIONS_INTERFACE

Line 431: ( x_results IN OUT NOCOPY po_validation_results_type,

427: --OUT:
428: --End of Comments
429: ------------------------------------------------------------------------
430: PROCEDURE process_val_type_errors
431: ( x_results IN OUT NOCOPY po_validation_results_type,
432: p_table_name IN VARCHAR2,
433: p_headers IN PO_PDOI_TYPES.headers_rec_type := NULL,
434: p_lines IN PO_PDOI_TYPES.lines_rec_type := NULL,
435: p_line_locs IN PO_PDOI_TYPES.line_locs_rec_type := NULL,