DBA Data[Home] [Help]

APPS.JTF_OBJECTS_PVT dependencies on FND_INSTALLATION

Line 78: l_return_status := FND_INSTALLATION.GET_APP_INFO(

74: l_FromTable := l_JTFObject.from_table;
75: l_WhereClause := l_JTFObject.where_clause;
76: END LOOP;
77:
78: l_return_status := FND_INSTALLATION.GET_APP_INFO(
79: application_short_name => 'JTF',
80: status => l_status,
81: industry => l_industry,
82: oracle_schema => l_oracle_schema);