DBA Data[Home] [Help]

APPS.IEO_QUEUE dependencies on FND_INSTALLATION

Line 9: IF (fnd_installation.get_app_info('IEO',l_status, l_industry, l_schema))

5: l_status varchar2(1);
6: l_industry varchar2(1);
7:
8: BEGIN
9: IF (fnd_installation.get_app_info('IEO',l_status, l_industry, l_schema))
10: THEN
11: IEO_QUEUE.queue_name_1 := l_schema||'.'||'IEO_ICSM_QUEUE_1';
12: IEO_QUEUE.queue_name_2 := l_schema||'.'||'IEO_ICSM_QUEUE_2';
13: ELSE