DBA Data[Home] [Help]

PACKAGE: APPS.PO_LINE_LOCATIONS_AP_PKG

Source


1 PACKAGE PO_LINE_LOCATIONS_AP_PKG AUTHID CURRENT_USER AS
2 /* $Header: POLNLOCS.pls 120.0.12010000.1 2008/09/18 12:22:11 appldev noship $ */
3 
4     FUNCTION get_last_receipt(l_line_location_id IN NUMBER) RETURN DATE;
5     FUNCTION get_requestors(l_line_location_id IN NUMBER) RETURN VARCHAR2;
6     FUNCTION get_num_distributions(l_line_location_id IN NUMBER) RETURN NUMBER;
7 
8 --    PRAGMA RESTRICT_REFERENCES(get_last_receipt, WNDS, WNPS, RNPS);
9 --    PRAGMA RESTRICT_REFERENCES(get_requestors, WNDS, WNPS);
10 
11 /* removed (GK) RNPS for package to compile, need to investigate */
12 
13 --    PRAGMA RESTRICT_REFERENCES(get_num_distributions, WNDS, WNPS, RNPS);
14 
15 END PO_LINE_LOCATIONS_AP_PKG;