DBA Data[Home] [Help]

APPS.JTF_FM_HISTORY_UTIL_PVT dependencies on FND_INSTALLATION

Line 523: l_restatus := fnd_installation.get_app_info ( l_product, l_status, l_industry, l_table_owner );

519: --
520: --Get schema name of the table for ROWID range processing
521: --
522:
523: l_restatus := fnd_installation.get_app_info ( l_product, l_status, l_industry, l_table_owner );
524:
525: IF (( l_restatus = FALSE ) OR
526: ( l_table_owner IS NULL))
527: THEN