DBA Data[Home] [Help]

APPS.SSP_ERN_BUS dependencies on FND_PRODUCT_INSTALLATIONS

Line 527: l_pa_installed fnd_product_installations.status%TYPE;

523: -- attempted.
524: -- This code was copied and modified from hrapiapi.pkb
525: --
526: l_proc varchar2 (72) := g_package||'check_payroll_installed';
527: l_pa_installed fnd_product_installations.status%TYPE;
528: l_industry fnd_product_installations.industry%TYPE;
529: l_pa_appid fnd_product_installations.application_id%TYPE := 801;
530: payroll_not_found exception;
531: --

Line 528: l_industry fnd_product_installations.industry%TYPE;

524: -- This code was copied and modified from hrapiapi.pkb
525: --
526: l_proc varchar2 (72) := g_package||'check_payroll_installed';
527: l_pa_installed fnd_product_installations.status%TYPE;
528: l_industry fnd_product_installations.industry%TYPE;
529: l_pa_appid fnd_product_installations.application_id%TYPE := 801;
530: payroll_not_found exception;
531: --
532: Begin

Line 529: l_pa_appid fnd_product_installations.application_id%TYPE := 801;

525: --
526: l_proc varchar2 (72) := g_package||'check_payroll_installed';
527: l_pa_installed fnd_product_installations.status%TYPE;
528: l_industry fnd_product_installations.industry%TYPE;
529: l_pa_appid fnd_product_installations.application_id%TYPE := 801;
530: payroll_not_found exception;
531: --
532: Begin
533: --