DBA Data[Home] [Help]

APPS.PQH_WKS_BUDGET dependencies on FND_APPLICATION

Line 1785: fnd_product_installations a, fnd_application b

1781: Function PQH_CHECK_GMS_INSTALLED
1782: RETURN varchar2 IS
1783: cursor gms is select a.status, a.application_id, b.application_short_name
1784: from
1785: fnd_product_installations a, fnd_application b
1786: where
1787: a.application_id = b.application_id
1788: and
1789: b.application_short_name = 'GMS' and status = 'I';