DBA Data[Home] [Help]

APPS.BOM_DIAGUNITTEST_INTFDATA dependencies on FND_INSTALLATION

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

68: /* Get the application installation info. References to Data Dictionary Objects without schema name
69: included in WHERE predicate are not allowed (GSCC Check: file.sql.47). Schema name has to be passed
70: as an input parameter to JTF_DIAGNOSTIC_COREAPI.Column_Exists API. */
71:
72: l_ret_status := fnd_installation.get_app_info ('INV'
73: , l_status
74: , l_industry
75: , l_oracle_schema
76: );

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

733: /* Get the application installation info. References to Data Dictionary Objects without schema name
734: included in WHERE predicate are not allowed (GSCC Check: file.sql.47). Schema name has to be passed
735: as an input parameter to JTF_DIAGNOSTIC_COREAPI.Column_Exists API. */
736:
737: l_ret_status := fnd_installation.get_app_info ('BOM'
738: , l_status
739: , l_industry
740: , l_oracle_schema
741: );

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

840: /* Get the application installation info. References to Data Dictionary Objects without schema name
841: included in WHERE predicate are not allowed (GSCC Check: file.sql.47). Schema name has to be passed
842: as an input parameter to JTF_DIAGNOSTIC_COREAPI.Column_Exists API. */
843:
844: l_ret_status := fnd_installation.get_app_info ('BOM'
845: , l_status
846: , l_industry
847: , l_oracle_schema
848: );

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

1261: /* Get the application installation info. References to Data Dictionary Objects without schema name
1262: included in WHERE predicate are not allowed (GSCC Check: file.sql.47). Schema name has to be passed
1263: as an input parameter to JTF_DIAGNOSTIC_COREAPI.Column_Exists API. */
1264:
1265: l_ret_status := fnd_installation.get_app_info ('BOM'
1266: , l_status
1267: , l_industry
1268: , l_oracle_schema
1269: );

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

1686: /* Get the application installation info. References to Data Dictionary Objects without schema name
1687: included in WHERE predicate are not allowed (GSCC Check: file.sql.47). Schema name has to be passed
1688: as an input parameter to JTF_DIAGNOSTIC_COREAPI.Column_Exists API. */
1689:
1690: l_ret_status := fnd_installation.get_app_info ('BOM'
1691: , l_status
1692: , l_industry
1693: , l_oracle_schema
1694: );