DBA Data[Home] [Help]

APPS.BOM_DIAGUNITTEST_ECODATA dependencies on FND_INSTALLATION

Line 143: l_ret_status := fnd_installation.get_app_info ('ENG'

139: /* Get the application installation info. References to Data Dictionary Objects without schema name
140: included in WHERE predicate are not allowed (GSCC Check: file.sql.47). Schema name has to be passed
141: as an input parameter to JTF_DIAGNOSTIC_COREAPI.Column_Exists API. */
142:
143: l_ret_status := fnd_installation.get_app_info ('ENG'
144: , l_status
145: , l_industry
146: , l_oracle_schema
147: );

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

412:
413:
414: /* End of ECO Revised Items Details*/
415:
416: l_ret_status := fnd_installation.get_app_info ('BOM'
417: , l_status
418: , l_industry
419: , l_oracle_schema
420: );

Line 1625: l_ret_status := fnd_installation.get_app_info ('ENG'

1621: /* Get the application installation info. References to Data Dictionary Objects without schema name
1622: included in WHERE predicate are not allowed (GSCC Check: file.sql.47). Schema name has to be passed
1623: as an input parameter to JTF_DIAGNOSTIC_COREAPI.Column_Exists API. */
1624:
1625: l_ret_status := fnd_installation.get_app_info ('ENG'
1626: , l_status
1627: , l_industry
1628: , l_oracle_schema
1629: );