DBA Data[Home] [Help]

APPS.SSP_SSP_PKG dependencies on FND_PRODUCT_INSTALLATIONS

Line 2171: l_pa_installed fnd_product_installations.status%TYPE;

2167: --
2168: -- Checks that SSP is installed before SSP functionality is performed.
2169: -- This code was copied and modified from hrapiapi.pkb
2170: --
2171: l_pa_installed fnd_product_installations.status%TYPE;
2172: l_industry fnd_product_installations.industry%TYPE;
2173: l_pa_appid fnd_product_installations.application_id%TYPE;
2174: --
2175: l_SSP_installed boolean := FALSE;

Line 2172: l_industry fnd_product_installations.industry%TYPE;

2168: -- Checks that SSP is installed before SSP functionality is performed.
2169: -- This code was copied and modified from hrapiapi.pkb
2170: --
2171: l_pa_installed fnd_product_installations.status%TYPE;
2172: l_industry fnd_product_installations.industry%TYPE;
2173: l_pa_appid fnd_product_installations.application_id%TYPE;
2174: --
2175: l_SSP_installed boolean := FALSE;
2176: l_proc varchar2 (72) := g_package||'SSP_is_installed';

Line 2173: l_pa_appid fnd_product_installations.application_id%TYPE;

2169: -- This code was copied and modified from hrapiapi.pkb
2170: --
2171: l_pa_installed fnd_product_installations.status%TYPE;
2172: l_industry fnd_product_installations.industry%TYPE;
2173: l_pa_appid fnd_product_installations.application_id%TYPE;
2174: --
2175: l_SSP_installed boolean := FALSE;
2176: l_proc varchar2 (72) := g_package||'SSP_is_installed';
2177: --