DBA Data[Home] [Help]

APPS.ARP_QUEUE dependencies on FND_INSTALLATION

Line 126: executing fnd_installation call */

122:
123: arp_util.print_fcn_label('arp_queue.get_full_qname()+');
124:
125: /* Bug 2133254 - Check to see if global is null before
126: executing fnd_installation call */
127:
128: IF (g_full_qname IS NULL) THEN
129: IF (fnd_installation.get_app_info('AR', l_status, l_industry, l_schema)) THEN
130:

Line 129: IF (fnd_installation.get_app_info('AR', l_status, l_industry, l_schema)) THEN

125: /* Bug 2133254 - Check to see if global is null before
126: executing fnd_installation call */
127:
128: IF (g_full_qname IS NULL) THEN
129: IF (fnd_installation.get_app_info('AR', l_status, l_industry, l_schema)) THEN
130:
131: g_full_qname := l_schema||'.'|| p_qname;
132: ELSE
133: raise_application_error(-20000,