DBA Data[Home] [Help]

APPS.AMS_CTD_UTIL_PKG dependencies on FND_INSTALLATION

Line 106: l_return_status := FND_INSTALLATION.GET_APP_INFO

102:
103: BEGIN
104:
105: -- Get the schema owner
106: l_return_status := FND_INSTALLATION.GET_APP_INFO
107: ( application_short_name => 'IES',
108: status => l_status,
109: industry => l_industry,
110: oracle_schema =>l_table_owner);