DBA Data[Home] [Help]

APPS.AP_ETAX_SERVICES_PKG dependencies on FND_PRODUCT_INSTALLATIONS

Line 139: fnd_product_installations fpi

135:
136: Select fa.application_short_name
137: into l_application_short_name
138: from fnd_application fa,
139: fnd_product_installations fpi
140: Where fa.application_id = fpi.application_id
141: and fa.application_id = p_application_id
142: and nvl(fpi.status,'U') <> 'N'
143: and rownum = 1;