DBA Data[Home] [Help]

APPS.GMS_PA_API2 dependencies on GMS_PA_API

Line 1: PACKAGE BODY gms_pa_api2 AS

1: PACKAGE BODY gms_pa_api2 AS
2: -- $Header: gmspax2b.pls 120.2 2007/02/06 09:51:44 rshaik ship $
3: -- -----------------------------------
4: -- Function to check the award status .
5: -- -----------------------------------

Line 11: x_return := gms_pa_api.is_award_closed (x_expenditure_item_id ,x_task_id , x_doc_type) ; --Bug 5726575

7:
8: x_return VARCHAR2(1) := 'N' ;
9: BEGIN
10: If gms_install.enabled THEN
11: x_return := gms_pa_api.is_award_closed (x_expenditure_item_id ,x_task_id , x_doc_type) ; --Bug 5726575
12: End if ;
13:
14: RETURN x_return ;
15:

Line 35: END gms_pa_api2;

31: return 'N' ;
32: end if ;
33: end is_grants_enabled ;
34:
35: END gms_pa_api2;