DBA Data[Home] [Help]

APPS.HR_GENERAL dependencies on FND_PRODUCT_INSTALLATIONS

Line 1633: from fnd_product_installations

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