DBA Data[Home] [Help]

APPS.IGIDOSL dependencies on FND_GLOBAL

Line 166: FND_GLOBAL.apps_initialize(l_user_id,l_resp_id,l_appl_id);

162: ' Setting apps context with userid, respid, applid as '
163: ||l_user_id ||' '|| l_resp_id ||' '|| l_appl_id );
164:
165:
166: FND_GLOBAL.apps_initialize(l_user_id,l_resp_id,l_appl_id);
167:
168: resultout := 'COMPLETE';
169: ELSE
170: resultout := 'COMPLETE';

Line 1783: l_list := l_list || fnd_global.local_chr(10) || I.user_name;

1779:
1780: FOR I IN c_user_list
1781: LOOP
1782: l_user_count := l_user_count + 1;
1783: l_list := l_list || fnd_global.local_chr(10) || I.user_name;
1784: l_user_name := I.user_name;
1785:
1786: /* =============== START DEBUG LOG ================ */
1787: DEBUG_LOG_STRING (l_proc_level, 'CreateList.Msg4',