DBA Data[Home] [Help]

APPS.PO_PDOI_POSTPROC_PVT dependencies on PO_PDOI_HEADER_PROCESS_PVT

Line 1908: PO_PDOI_HEADER_PROCESS_PVT.open_specific_headers

1904: IF (l_results IS NULL) THEN
1905: l_results := po_validation_results_type.new_instance();
1906: END IF;
1907: /* A Warning message will be prepared for the problematic Header */
1908: PO_PDOI_HEADER_PROCESS_PVT.open_specific_headers
1909: (
1910: p_intf_po_header_id => p_doc_rec.PHI_PO_HEADER_ID,
1911: x_headers_csr => l_headers_csr
1912: );

Line 1913: PO_PDOI_HEADER_PROCESS_PVT.fetch_headers

1909: (
1910: p_intf_po_header_id => p_doc_rec.PHI_PO_HEADER_ID,
1911: x_headers_csr => l_headers_csr
1912: );
1913: PO_PDOI_HEADER_PROCESS_PVT.fetch_headers
1914: (
1915: x_headers_csr => l_headers_csr,
1916: x_headers => l_headers
1917: );

Line 2010: PO_PDOI_HEADER_PROCESS_PVT.open_specific_headers

2006: l_results := po_validation_results_type.new_instance();
2007: END IF;
2008:
2009: /* A Warning message will be prepared for the problematic Header */
2010: PO_PDOI_HEADER_PROCESS_PVT.open_specific_headers
2011: (
2012: p_intf_po_header_id => p_doc_rec.PHI_PO_HEADER_ID,
2013: x_headers_csr => l_headers_csr
2014: );

Line 2016: PO_PDOI_HEADER_PROCESS_PVT.fetch_headers

2012: p_intf_po_header_id => p_doc_rec.PHI_PO_HEADER_ID,
2013: x_headers_csr => l_headers_csr
2014: );
2015:
2016: PO_PDOI_HEADER_PROCESS_PVT.fetch_headers
2017: (
2018: x_headers_csr => l_headers_csr,
2019: x_headers => l_headers
2020: );

Line 2337: PO_PDOI_HEADER_PROCESS_PVT.open_specific_headers

2333: l_results := po_validation_results_type.new_instance();
2334: END IF;
2335:
2336: /* A Warning message will be prepared for the problematic Header */
2337: PO_PDOI_HEADER_PROCESS_PVT.open_specific_headers
2338: (
2339: p_intf_po_header_id => p_doc_rec.PHI_PO_HEADER_ID,
2340: x_headers_csr => l_headers_csr
2341: );

Line 2343: PO_PDOI_HEADER_PROCESS_PVT.fetch_headers

2339: p_intf_po_header_id => p_doc_rec.PHI_PO_HEADER_ID,
2340: x_headers_csr => l_headers_csr
2341: );
2342:
2343: PO_PDOI_HEADER_PROCESS_PVT.fetch_headers
2344: (
2345: x_headers_csr => l_headers_csr,
2346: x_headers => l_headers
2347: );