DBA Data[Home] [Help]

APPS.PO_DOCUMENT_CONTROL_GRP dependencies on PO_LINE_LOCATIONS_ALL

Line 8: po_line_id po_line_locations_all.po_line_id%type,

4: g_pkg_name CONSTANT VARCHAR2(30) := 'PO_Document_Control_GRP';
5:
6: /*Bug9321845(6603493) */
7: TYPE po_line_ids IS RECORD (
8: po_line_id po_line_locations_all.po_line_id%type,
9: po_line_location_id po_line_locations_all.line_location_id%type);
10:
11: TYPE RecTabpo_line_ids IS TABLE OF po_line_ids;
12: /*Bug9321845(6603493) */

Line 9: po_line_location_id po_line_locations_all.line_location_id%type);

5:
6: /*Bug9321845(6603493) */
7: TYPE po_line_ids IS RECORD (
8: po_line_id po_line_locations_all.po_line_id%type,
9: po_line_location_id po_line_locations_all.line_location_id%type);
10:
11: TYPE RecTabpo_line_ids IS TABLE OF po_line_ids;
12: /*Bug9321845(6603493) */
13: PROCEDURE control_document