DBA Data[Home] [Help]

PACKAGE: APPS.PQH_INST_TYPE_PKG

Source


1 Package pqh_inst_type_pkg AUTHID CURRENT_USER as
2 /* $Header: pqhipedin.pkh 115.1 2002/10/18 00:30:37 rthiagar noship $ */
3 
4 function get_inst_type(p_org_id 	number)
5 		return varchar2;
6 end;