DBA Data[Home] [Help]

APPS.AMS_CTD_UTIL_PKG dependencies on FND_INSTALLATION

Line 116: l_return_status := FND_INSTALLATION.GET_APP_INFO

112:
113: BEGIN
114:
115: -- Get the schema owner
116: l_return_status := FND_INSTALLATION.GET_APP_INFO
117: ( application_short_name => 'IES',
118: status => l_status,
119: industry => l_industry,
120: oracle_schema =>l_table_owner);