DBA Data[Home] [Help]

APPS.BOM_DIAGUNITTEST_TSDATA dependencies on FND_INSTALLATION

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

159: /* Get the application installation info. References to Data Dictionary Objects without schema name
160: included in WHERE predicate are not allowed (GSCC Check: file.sql.47). For accessing all_tab_columns
161: in cursor c_varchar_cols_cur we need to pass the schema name*/
162:
163: l_ret_status := fnd_installation.get_app_info ('INV'
164: , l_status
165: , l_industry
166: , l_oracle_schema
167: );

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

788: /* Get the application installation info. References to Data Dictionary Objects without schema name
789: included in WHERE predicate are not allowed (GSCC Check: file.sql.47). For accessing all_tab_columns
790: in cursor c_varchar_cols_cur we need to pass the schema name*/
791:
792: l_ret_status := fnd_installation.get_app_info ('BOM'
793: , l_status
794: , l_industry
795: , l_oracle_schema
796: );