DBA Data[Home] [Help]

APPS.GMS_PA_API dependencies on GMS_INSTALL

Line 1012: -- if not gms_install.enabled then -- Bug 3002305

1008:
1009: -- Check whether gms is enabled, if gms is not enabled return
1010: -- Remove references to this call inside the loops.
1011:
1012: -- if not gms_install.enabled then -- Bug 3002305
1013: if not vert_install then
1014: return;
1015: end if;
1016:

Line 1702: IF not gms_install.enabled(X_org_id) THEN

1698: END IF ;
1699: -- -------------------------------------------------
1700: -- Vertical application will override the code here.
1701: -- -------------------------------------------------
1702: IF not gms_install.enabled(X_org_id) THEN
1703: RETURN ;
1704: END IF ;
1705:
1706: OPEN C_txn_rec ;

Line 2164: -- This function is changed to cache the gms_install status and all references

2160: END VERT_GET_AWARD_ID ;
2161:
2162: -- ----------------------------------------------------------------------------
2163: -- This function verifies whether GMS is installed or not
2164: -- This function is changed to cache the gms_install status and all references
2165: -- to gms_install.enabled in this package will use this function.
2166: -- Bug 3002305.
2167: -- ----------------------------------------------------------------------------
2168:

Line 2165: -- to gms_install.enabled in this package will use this function.

2161:
2162: -- ----------------------------------------------------------------------------
2163: -- This function verifies whether GMS is installed or not
2164: -- This function is changed to cache the gms_install status and all references
2165: -- to gms_install.enabled in this package will use this function.
2166: -- Bug 3002305.
2167: -- ----------------------------------------------------------------------------
2168:
2169: FUNCTION VERT_INSTALL return BOOLEAN IS

Line 2180: IF gms_install.enabled then

2176: (G_ORG_ID_CHECKED <> l_profile_org)) THEN
2177:
2178: G_ORG_ID_CHECKED := l_profile_org;
2179:
2180: IF gms_install.enabled then
2181: G_GMS_ENABLED := 'Y';
2182: return TRUE ;
2183: Else
2184: G_GMS_ENABLED := 'N';

Line 2418: -- if not gms_install.enabled then -- Bug 3002305

2414: BEGIN
2415:
2416: x_grouping_method := v_grouping_method ;
2417:
2418: -- if not gms_install.enabled then -- Bug 3002305
2419: if not vert_install then
2420:
2421:
2422: IF v_grouping_method is NOT NULL THEN