DBA Data[Home] [Help]

APPS.BOM_DIAGUNITTEST_IBRDATA dependencies on FND_INSTALLATION

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

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

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

1541: /* Get the application installation info. References to Data Dictionary Objects without schema name
1542: included in WHERE predicate are not allowed (GSCC Check: file.sql.47). Schema name has to be passed
1543: as an input parameter to JTF_DIAGNOSTIC_COREAPI.Column_Exists API. */
1544:
1545: l_ret_status := fnd_installation.get_app_info ('BOM'
1546: , l_status
1547: , l_industry
1548: , l_oracle_schema
1549: );