DBA Data[Home] [Help]

APPS.CS_SR_UTIL_PKG dependencies on FND_APPLICATION

Line 69: , fnd_application a

65: cursor c_app
66: is
67: select max(i.product_version)
68: from fnd_product_installations i
69: , fnd_application a
70: where i.application_id = a.application_id
71: and a.application_short_name = 'CSR'
72: and i.status = 'I';
73: BEGIN