DBA Data[Home] [Help]

APPS.GMS_PA_COSTING_PKG dependencies on GMS_PA_API

Line 3510: if gms_pa_api.vert_install then

3506: -------------------------------------------------------------------------------
3507: FUNCTION grants_implemented return VARCHAR2 IS
3508: BEGIN
3509:
3510: if gms_pa_api.vert_install then
3511: return 'Y';
3512: else
3513: return 'N';
3514: end if;