DBA Data[Home] [Help]

APPS.FV_AP_CANCEL_PKG dependencies on PO_LINES_ALL

Line 11: l_po_line_id po_lines_all.po_line_id%type;

7:
8: l_module_name VARCHAR2(200) := g_module_name || 'OPEN_PO_SHIPMENT';
9: l_errbuf VARCHAR2(1024);
10: l_line_location_id po_line_locations_all.line_location_id%type;
11: l_po_line_id po_lines_all.po_line_id%type;
12: l_po_header_id po_headers_all.po_header_id%type;
13: l_po_doc_type po_headers.type_lookup_code%type;
14: l_po_sub_type po_headers.type_lookup_code%type;
15: l_return_code varchar2(30);