DBA Data[Home] [Help]

APPS.EGO_VS_BULKLOAD_PVT dependencies on FND_APPLICATION

Line 202: FROM fnd_application

198:
199: -- Get application id
200: SELECT application_id
201: INTO l_Application_Id
202: FROM fnd_application
203: WHERE application_short_name ='EGO';
204:
205: write_debug(G_PKG_Name,l_api_name,' End of API l_Application_Id = '||l_Application_Id);
206:

Line 5745: FROM fnd_application

5741:
5742: -- Get application id
5743: SELECT application_id
5744: INTO l_application_id
5745: FROM fnd_application
5746: WHERE application_short_name ='EGO';
5747:
5748:
5749: -- Get the owner from the session info