DBA Data[Home] [Help]

APPS.AP_RETAINAGE_RELEASE_PKG dependencies on PO_LINE_LOCATIONS_ALL

Line 5: (po_header_id po_line_locations_all.po_header_id%TYPE,

1: Package ap_retainage_release_pkg As
2: /* $Header: apcwrels.pls 120.0 2005/06/25 00:42:39 schitlap noship $ */
3:
4: TYPE release_shipments_record IS RECORD
5: (po_header_id po_line_locations_all.po_header_id%TYPE,
6: po_line_id po_line_locations_all.po_line_id%TYPE,
7: po_release_id po_line_locations_all.po_release_id%TYPE,
8: line_location_id po_line_locations_all.line_location_id%TYPE,
9: invoice_id ap_invoices_all.invoice_id%TYPE,

Line 6: po_line_id po_line_locations_all.po_line_id%TYPE,

2: /* $Header: apcwrels.pls 120.0 2005/06/25 00:42:39 schitlap noship $ */
3:
4: TYPE release_shipments_record IS RECORD
5: (po_header_id po_line_locations_all.po_header_id%TYPE,
6: po_line_id po_line_locations_all.po_line_id%TYPE,
7: po_release_id po_line_locations_all.po_release_id%TYPE,
8: line_location_id po_line_locations_all.line_location_id%TYPE,
9: invoice_id ap_invoices_all.invoice_id%TYPE,
10: line_number ap_invoice_lines_all.line_number%TYPE,

Line 7: po_release_id po_line_locations_all.po_release_id%TYPE,

3:
4: TYPE release_shipments_record IS RECORD
5: (po_header_id po_line_locations_all.po_header_id%TYPE,
6: po_line_id po_line_locations_all.po_line_id%TYPE,
7: po_release_id po_line_locations_all.po_release_id%TYPE,
8: line_location_id po_line_locations_all.line_location_id%TYPE,
9: invoice_id ap_invoices_all.invoice_id%TYPE,
10: line_number ap_invoice_lines_all.line_number%TYPE,
11: release_amount number,

Line 8: line_location_id po_line_locations_all.line_location_id%TYPE,

4: TYPE release_shipments_record IS RECORD
5: (po_header_id po_line_locations_all.po_header_id%TYPE,
6: po_line_id po_line_locations_all.po_line_id%TYPE,
7: po_release_id po_line_locations_all.po_release_id%TYPE,
8: line_location_id po_line_locations_all.line_location_id%TYPE,
9: invoice_id ap_invoices_all.invoice_id%TYPE,
10: line_number ap_invoice_lines_all.line_number%TYPE,
11: release_amount number,
12: release_amount_remaining number);