DBA Data[Home] [Help]

APPS.GMS_PA_COSTING_PKG dependencies on GMS_PA_API

Line 3427: if gms_pa_api.vert_install then

3423: -------------------------------------------------------------------------------
3424: FUNCTION grants_implemented return VARCHAR2 IS
3425: BEGIN
3426:
3427: if gms_pa_api.vert_install then
3428: return 'Y';
3429: else
3430: return 'N';
3431: end if;