DBA Data[Home] [Help]

APPS.ARP_XLA_EVENTS dependencies on FND_INSTALLATION

Line 119: IF fnd_installation.get_app_info(

115: l_schema VARCHAR2(30);
116: l_res BOOLEAN;
117: BEGIN
118: IF g_xla_user IS NULL THEN
119: IF fnd_installation.get_app_info(
120: application_short_name=>'XLA'
121: , status => l_status
122: , industry => l_industry
123: , oracle_schema => l_schema)