DBA Data[Home] [Help]

APPS.PER_DTR_CHK_PKG dependencies on FND_PRODUCT_INSTALLATIONS

Line 14: from fnd_product_installations

10: GHR_STATUS_INSTALLED constant varchar2(2):='I';
11:
12: cursor csr_ghr_installed is
13: select status
14: from fnd_product_installations
15: where application_id = GHR_APPLICATION_ID;
16:
17: l_installed fnd_product_installations.status%type;
18: l_result varchar2(10) ;

Line 17: l_installed fnd_product_installations.status%type;

13: select status
14: from fnd_product_installations
15: where application_id = GHR_APPLICATION_ID;
16:
17: l_installed fnd_product_installations.status%type;
18: l_result varchar2(10) ;
19:
20: BEGIN
21: l_result := 'FALSE';