DBA Data[Home] [Help]

PACKAGE: APPS.GMS_CLIENT_EXTN_PO

Source


1 PACKAGE gms_client_extn_po AUTHID CURRENT_USER AS
2 /* $Header: gmspoces.pls 120.3 2006/07/28 08:10:38 lveerubh noship $ */
3 /*#
4  * This extension is used when you want to support internal requisitions.
5  * @rep:scope public
6  * @rep:product GMS
7  * @rep:lifecycle active
8  * @rep:displayname Allow Internal Requisitions
9  * @rep:compatibility S
10  * @rep:category BUSINESS_ENTITY GMS_AWARD
11  * @rep:doccd 120gmsug.pdf See the Oracle Oracle Grants Accounting User's Guide
12 */
13 /*#
14  * This procedure is used to allow internal requisitions. You need to return the value 'Y' for allowing
15  * internal requisitions.
16  * @return Returns whether internal requisitions are allowed
17  * @rep:paraminfo  {@rep:required}
18  * @rep:scope public
19  * @rep:lifecycle active
20  * @rep:displayname Allow Internal Requisitions
21  * @rep:compatibility S
22 */
23 
24   function allow_internal_req return varchar2  ;
25 
26 END gms_client_extn_po;