DBA Data[Home] [Help]

APPS.BOM_DIAGUNITTEST_EXPDATA dependencies on FND_INSTALLATION

Line 87: l_ret_status := fnd_installation.get_app_info ('BOM'

83: /* Get the application installation info. References to Data Dictionary Objects without schema name
84: included in WHERE predicate are not allowed (GSCC Check: file.sql.47). Schema name has to be passed
85: as an input parameter to JTF_DIAGNOSTIC_COREAPI.Column_Exists API. */
86:
87: l_ret_status := fnd_installation.get_app_info ('BOM'
88: , l_status
89: , l_industry
90: , l_oracle_schema
91: );