DBA Data[Home] [Help]

APPS.BOM_DIAGUNITTEST_TSDATA dependencies on FND_INSTALLATION

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

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

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

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