DBA Data[Home] [Help]

APPS.JTF_FM_HISTORY_UTIL_PVT dependencies on FND_INSTALLATION

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

527: --
528: --Get schema name of the table for ROWID range processing
529: --
530:
531: l_restatus := fnd_installation.get_app_info ( l_product, l_status, l_industry, l_table_owner );
532:
533: IF (( l_restatus = FALSE ) OR
534: ( l_table_owner IS NULL))
535: THEN