DBA Data[Home] [Help]

APPS.HR_GENERAL dependencies on FND_PRODUCT_INSTALLATIONS

Line 1631: from fnd_product_installations

1627: l_installed varchar2(10);
1628: --
1629: cursor csr_install is
1630: select 'X'
1631: from fnd_product_installations
1632: where application_id = p_application_id
1633: and status = 'I';
1634: --
1635: begin