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 1689: IF not gms_install.enabled(X_org_id) THEN

1685: END IF ;
1686: -- -------------------------------------------------
1687: -- Vertical application will override the code here.
1688: -- -------------------------------------------------
1689: IF not gms_install.enabled(X_org_id) THEN
1690: RETURN ;
1691: END IF ;
1692:
1693: OPEN C_txn_rec ;

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

2147: END VERT_GET_AWARD_ID ;
2148:
2149: -- ----------------------------------------------------------------------------
2150: -- This function verifies whether GMS is installed or not
2151: -- This function is changed to cache the gms_install status and all references
2152: -- to gms_install.enabled in this package will use this function.
2153: -- Bug 3002305.
2154: -- ----------------------------------------------------------------------------
2155:

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

2148:
2149: -- ----------------------------------------------------------------------------
2150: -- This function verifies whether GMS is installed or not
2151: -- This function is changed to cache the gms_install status and all references
2152: -- to gms_install.enabled in this package will use this function.
2153: -- Bug 3002305.
2154: -- ----------------------------------------------------------------------------
2155:
2156: FUNCTION VERT_INSTALL return BOOLEAN IS

Line 2167: IF gms_install.enabled then

2163: (G_ORG_ID_CHECKED <> l_profile_org)) THEN
2164:
2165: G_ORG_ID_CHECKED := l_profile_org;
2166:
2167: IF gms_install.enabled then
2168: G_GMS_ENABLED := 'Y';
2169: return TRUE ;
2170: Else
2171: G_GMS_ENABLED := 'N';

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

2363: BEGIN
2364:
2365: x_grouping_method := v_grouping_method ;
2366:
2367: -- if not gms_install.enabled then -- Bug 3002305
2368: if not vert_install then
2369:
2370:
2371: IF v_grouping_method is NOT NULL THEN