DBA Data[Home] [Help]

APPS.SSP_ERN_BUS dependencies on FND_PRODUCT_INSTALLATIONS

Line 554: l_pa_installed fnd_product_installations.status%TYPE;

550: -- attempted.
551: -- This code was copied and modified from hrapiapi.pkb
552: --
553: l_proc varchar2 (72) := g_package||'check_payroll_installed';
554: l_pa_installed fnd_product_installations.status%TYPE;
555: l_industry fnd_product_installations.industry%TYPE;
556: l_pa_appid fnd_product_installations.application_id%TYPE := 801;
557: payroll_not_found exception;
558: --

Line 555: l_industry fnd_product_installations.industry%TYPE;

551: -- This code was copied and modified from hrapiapi.pkb
552: --
553: l_proc varchar2 (72) := g_package||'check_payroll_installed';
554: l_pa_installed fnd_product_installations.status%TYPE;
555: l_industry fnd_product_installations.industry%TYPE;
556: l_pa_appid fnd_product_installations.application_id%TYPE := 801;
557: payroll_not_found exception;
558: --
559: Begin

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

552: --
553: l_proc varchar2 (72) := g_package||'check_payroll_installed';
554: l_pa_installed fnd_product_installations.status%TYPE;
555: l_industry fnd_product_installations.industry%TYPE;
556: l_pa_appid fnd_product_installations.application_id%TYPE := 801;
557: payroll_not_found exception;
558: --
559: Begin
560: --