DBA Data[Home] [Help]

PACKAGE: APPS.GML_PO_COST_DTL

Source


1 PACKAGE gml_po_cost_dtl AUTHID CURRENT_USER AS
2 /* $Header: GMLAQPKS.pls 115.2 99/07/16 06:14:28 porting ship  $ */
3 
4 /*
5  +============================================================================+
6  | FILENAME                                                                   |
7  |   GMLAQPKS.pls                                                             |
8  |                                                                            |
9  | DESCRIPTION                                                                |
10  |   This is the specification file for the running total in the              |
11  |   acquisition cost screen.                                                 |
12  |                                                                            |
13  | MODIFICATION HISTORY                                                       |
14  |   01-OCT-97  Kristie Chen          Created.                                |
15  |                                                                            |
16  +============================================================================*/
17 
18 PROCEDURE select_summary(x_po_header_id     IN     NUMBER,
19                          x_po_line_id       IN     NUMBER,
20                          x_line_location_id IN     NUMBER,
21                          x_total            IN OUT NUMBER,
22                          x_total_rtot_db    IN OUT NUMBER);
23 
24 END gml_po_cost_dtl;