DBA Data[Home] [Help]

PACKAGE: APPS.MRP_GET_LOCATION

Source


1 PACKAGE MRP_GET_LOCATION AUTHID CURRENT_USER AS
2 /* $Header: MRPGLOCS.pls 115.0 99/07/16 12:21:30 porting ship $ */
3 
4 	FUNCTION location(arg_location_id IN NUMBER, arg_org_id IN NUMBER) return varchar2;
5 
6 	PRAGMA RESTRICT_REFERENCES (location, WNDS, WNPS);
7 
8 END MRP_GET_LOCATION;