DBA Data[Home] [Help]

APPS.PSP_GENERAL dependencies on FND_PRODUCT_INSTALLATIONS

Line 1751: l_installed fnd_product_installations.status%type;

1747:
1748: PSP_APPLICATION_ID constant number:=8403;
1749: PSP_STATUS_INSTALLED constant varchar2(2):='I';
1750:
1751: l_installed fnd_product_installations.status%type;
1752:
1753: cursor csr_psp_installed is
1754: select status
1755: from fnd_product_installations

Line 1755: from fnd_product_installations

1751: l_installed fnd_product_installations.status%type;
1752:
1753: cursor csr_psp_installed is
1754: select status
1755: from fnd_product_installations
1756: where application_id = PSP_APPLICATION_ID;
1757:
1758: l_do_submit varchar2(10) := 'FALSE';
1759: