DBA Data[Home] [Help]

APPS.BOM_DIAGUNITTEST_ITMHLCHK dependencies on FND_INSTALLATION

Line 130: l_ret_status := fnd_installation.get_app_info ('INV'

126: /* Get the application installation info. References to Data Dictionary Objects without schema name
127: included in WHERE predicate are not allowed (GSCC Check: file.sql.47). Schema name has to be passed
128: as an input parameter to JTF_DIAGNOSTIC_COREAPI.Column_Exists API. */
129:
130: l_ret_status := fnd_installation.get_app_info ('INV'
131: , l_status
132: , l_industry
133: , l_oracle_schema
134: );

Line 209: l_ret_status := fnd_installation.get_app_info ('INV'

205: /* Get the application installation info. References to Data Dictionary Objects without schema name
206: included in WHERE predicate are not allowed (GSCC Check: file.sql.47). For accessing all_indexes
207: in cursor list_of_unique_indexes and all_ind_columns in the query below we need to pass the schema name*/
208:
209: l_ret_status := fnd_installation.get_app_info ('INV'
210: , l_status
211: , l_industry
212: , l_oracle_schema
213: );