DBA Data[Home] [Help]

PACKAGE: APPS.PER_ITS_PKG

Source


1 PACKAGE PER_ITS_PKG AUTHID CURRENT_USER as
2 /* $Header: peits01t.pkh 115.0 99/10/06 07:22:20 porting ship    $ */
3 --
4 ----------------------------------------------------------------------
5 -- return_legislation_code
6 --
7 --    Returns the legislation_code for the business group of a responsibility.
8 --    (purity level allows remote call from sql statement)
9 --
10 FUNCTION RETURN_LEGISLATION_CODE(P_RESPONSIBILITY_ID IN NUMBER) RETURN VARCHAR2;
11 pragma restrict_references(RETURN_LEGISLATION_CODE, WNDS, RNPS, WNPS);
12 --
13 ----------------------------------------------------------------------
14 --
15 END PER_ITS_PKG;