DBA Data[Home] [Help]

PACKAGE: APPS.GMS_PA_API2

Source


1 PACKAGE gms_pa_api2 AUTHID CURRENT_USER AS
2 /* $Header: gmspax2s.pls 120.1 2007/02/06 09:52:06 rshaik ship $ */
3 
4      -- -----------------------------------
5      -- Function to check the award status
6      -- -----------------------------------
7       FUNCTION IS_AWARD_CLOSED(x_expenditure_item_id IN NUMBER ,x_task_id IN NUMBER ,x_doc_type in varchar2 default 'EXP') return VARCHAR2 ; --5726575
8 
9       -- ====================================================
10       -- BUG: 2733355 is_grants_enabled function was added.
11       -- ====================================================
12       -- Return value : Y - Grants enabled.
13       --                N - Grants not enabled.
14 
15       function is_grants_enabled return varchar2 ;
16 
17 END gms_pa_api2;