DBA Data[Home] [Help]

APPS.AP_WEB_UPGRADE_REPORT_DIST_PKG dependencies on FND_INSTALLATION

Line 66: l_retstatus := fnd_installation.get_app_info(

62:
63: --
64: -- get schema name of the table for ROWID range processing
65: --
66: l_retstatus := fnd_installation.get_app_info(
67: l_product, l_status, l_industry, l_table_owner);
68:
69: IF ((l_retstatus = FALSE) OR (l_table_owner is null)) THEN
70: raise_application_error(-20001, 'Cannot get schema name for product : '||l_product);