DBA Data[Home] [Help]

APPS.ARP_CMERGE_MASTER dependencies on FND_INSTALLATION

Line 787: l_bool := fnd_installation.get_app_info('JTF',l_status,l_tmp,l_schema);

783: --we need to call and call them sequencially (order by execution order)
784:
785: BEGIN
786:
787: l_bool := fnd_installation.get_app_info('JTF',l_status,l_tmp,l_schema);
788:
789: SELECT 'Y' INTO l_exist
790: FROM sys.all_tables
791: WHERE table_name = 'JTF_HOOKS_DATA'