DBA Data[Home] [Help]

APPS.HXC_TCSUMMARY_MIGRATE dependencies on FND_PRODUCT_INSTALLATIONS

Line 1692: l_installed fnd_product_installations.status%type;

1688:
1689: PSP_APPLICATION_ID constant number:=809;
1690: PSP_STATUS_INSTALLED constant varchar2(2):='I';
1691:
1692: l_installed fnd_product_installations.status%type;
1693:
1694: cursor csr_psp_installed is
1695: select status
1696: from fnd_product_installations

Line 1696: from fnd_product_installations

1692: l_installed fnd_product_installations.status%type;
1693:
1694: cursor csr_psp_installed is
1695: select status
1696: from fnd_product_installations
1697: where application_id = PSP_APPLICATION_ID;
1698:
1699: l_do_submit varchar2(10) := 'FALSE';
1700: