DBA Data[Home] [Help]

APPS.SSP_SSP_PKG dependencies on FND_PRODUCT_INSTALLATIONS

Line 2065: l_pa_installed fnd_product_installations.status%TYPE;

2061: --
2062: -- Checks that SSP is installed before SSP functionality is performed.
2063: -- This code was copied and modified from hrapiapi.pkb
2064: --
2065: l_pa_installed fnd_product_installations.status%TYPE;
2066: l_industry fnd_product_installations.industry%TYPE;
2067: l_pa_appid fnd_product_installations.application_id%TYPE;
2068: --
2069: l_SSP_installed boolean := FALSE;

Line 2066: l_industry fnd_product_installations.industry%TYPE;

2062: -- Checks that SSP is installed before SSP functionality is performed.
2063: -- This code was copied and modified from hrapiapi.pkb
2064: --
2065: l_pa_installed fnd_product_installations.status%TYPE;
2066: l_industry fnd_product_installations.industry%TYPE;
2067: l_pa_appid fnd_product_installations.application_id%TYPE;
2068: --
2069: l_SSP_installed boolean := FALSE;
2070: l_proc varchar2 (72) := g_package||'SSP_is_installed';

Line 2067: l_pa_appid fnd_product_installations.application_id%TYPE;

2063: -- This code was copied and modified from hrapiapi.pkb
2064: --
2065: l_pa_installed fnd_product_installations.status%TYPE;
2066: l_industry fnd_product_installations.industry%TYPE;
2067: l_pa_appid fnd_product_installations.application_id%TYPE;
2068: --
2069: l_SSP_installed boolean := FALSE;
2070: l_proc varchar2 (72) := g_package||'SSP_is_installed';
2071: --