DBA Data[Home] [Help]

APPS.PO_COPYDOC_S5 dependencies on PO_HEADERS

Line 7: x_to_doc_subtype IN po_headers.type_lookup_code%TYPE,

3:
4: --
5: PROCEDURE validate_distribution(
6: x_action_code IN VARCHAR2,
7: x_to_doc_subtype IN po_headers.type_lookup_code%TYPE,
8: x_po_distribution_record IN OUT NOCOPY po_distributions%ROWTYPE,
9: x_po_header_id IN po_distributions.po_header_id%TYPE,
10: x_po_line_id IN po_distributions.po_line_id%TYPE,
11: x_line_location_id IN po_distributions.line_location_id%TYPE,

Line 25: p_po_header_rec IN PO_HEADERS%ROWTYPE,

21: PROCEDURE generate_accounts
22: (
23: x_return_status OUT NOCOPY VARCHAR2,
24: p_online_report_id IN NUMBER,
25: p_po_header_rec IN PO_HEADERS%ROWTYPE,
26: p_po_line_rec IN PO_LINES%ROWTYPE,
27: p_po_shipment_rec IN PO_LINE_LOCATIONS%ROWTYPE,
28: x_po_distribution_rec IN OUT NOCOPY PO_DISTRIBUTIONS%ROWTYPE,
29: x_sequence IN OUT NOCOPY NUMBER