DBA Data[Home] [Help]

APPS.GHR_ELT_TO_BEN_PKG dependencies on FND_PRODUCT_INSTALLATIONS

Line 602: from fnd_product_installations

598: GHR_STATUS_INSTALLED constant varchar2(2):='I';
599:
600: cursor csr_ghr_installed is
601: select status
602: from fnd_product_installations
603: where application_id = GHR_APPLICATION_ID;
604:
605: l_installed fnd_product_installations.status%type;
606: l_result varchar2(10) ;

Line 605: l_installed fnd_product_installations.status%type;

601: select status
602: from fnd_product_installations
603: where application_id = GHR_APPLICATION_ID;
604:
605: l_installed fnd_product_installations.status%type;
606: l_result varchar2(10) ;
607:
608: BEGIN
609: l_result := 'FALSE';