DBA Data[Home] [Help]

APPS.PQH_WKS_BUDGET dependencies on FND_PRODUCT_INSTALLATIONS

Line 1790: fnd_product_installations a, fnd_application b

1786: Function PQH_CHECK_GMS_INSTALLED
1787: RETURN varchar2 IS
1788: cursor gms is select a.status, a.application_id, b.application_short_name
1789: from
1790: fnd_product_installations a, fnd_application b
1791: where
1792: a.application_id = b.application_id
1793: and
1794: b.application_short_name = 'GMS' and status = 'I';