DBA Data[Home] [Help]

APPS.IBE_UTIL dependencies on FND_INSTALLATION

Line 16: | get_install_info - Calls FND_INSTALLATION.get() to determine if an |

12: | Requires file patch (directory), THIS SHOULD BE |
13: | DEFINED IN INIT.ORA PARAMETER 'UTIL_FILE_DIR', |
14: | file name (Any valid OS file name). |
15: | disable_file_debug - Stops writing into the file. |
16: | get_install_info - Calls FND_INSTALLATION.get() to determine if an |
17: | application is installed. |
18: | |
19: | DESCRIPTION |
20: | Generate standard debug information for PL/SQL apis by sending it to |

Line 276: l_installed := fnd_installation.get( appl_id => p_appl_id,

272: IS
273: l_installed BOOLEAN;
274:
275: BEGIN
276: l_installed := fnd_installation.get( appl_id => p_appl_id,
277: dep_appl_id => p_dep_appl_id,
278: status => x_status,
279: industry => x_industry );
280: IF (l_installed) THEN