DBA Data[Home] [Help]

APPS.HR_API dependencies on FND_PRODUCT_INSTALLATIONS

Line 136: l_pa_installed fnd_product_installations.status%TYPE;

132: --
133: -- ------------------------------- hr_installed ------------------------------
134: --
135: Function HR_Installed Return Boolean Is
136: l_pa_installed fnd_product_installations.status%TYPE;
137: l_industry fnd_product_installations.industry%TYPE;
138: l_pa_appid fnd_product_installations.application_id%TYPE := 800;
139: Begin
140: --

Line 137: l_industry fnd_product_installations.industry%TYPE;

133: -- ------------------------------- hr_installed ------------------------------
134: --
135: Function HR_Installed Return Boolean Is
136: l_pa_installed fnd_product_installations.status%TYPE;
137: l_industry fnd_product_installations.industry%TYPE;
138: l_pa_appid fnd_product_installations.application_id%TYPE := 800;
139: Begin
140: --
141: -- We need to determine if HR is installed.

Line 138: l_pa_appid fnd_product_installations.application_id%TYPE := 800;

134: --
135: Function HR_Installed Return Boolean Is
136: l_pa_installed fnd_product_installations.status%TYPE;
137: l_industry fnd_product_installations.industry%TYPE;
138: l_pa_appid fnd_product_installations.application_id%TYPE := 800;
139: Begin
140: --
141: -- We need to determine if HR is installed.
142: --