DBA Data[Home] [Help]

APPS.JTF_OBJECTS_PVT dependencies on FND_INSTALLATION

Line 77: l_return_status := FND_INSTALLATION.GET_APP_INFO(

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