DBA Data[Home] [Help]

APPS.AD_ZD_ADOP dependencies on FND_GLOBAL

Line 151: FND_GLOBAL.Apps_Initialize(0, 20420, 1);

147: BEGIN
148:
149: -- This api would be called from adop which is outside of forms administration
150: -- Hence needs to call Apps_Initialize
151: FND_GLOBAL.Apps_Initialize(0, 20420, 1);
152:
153: /*
154: * Check is there any CP request already submitted
155: */

Line 209: FND_GLOBAL.Apps_Initialize(0, 20420, 1);

205: -- This api is called only when ICM is running
206:
207: -- This api would be called from adop which is outside of forms administration
208: -- Hence needs to call Apps_Initialize
209: FND_GLOBAL.Apps_Initialize(0, 20420, 1);
210:
211: log(l_mod_name, 'STATEMENT', 'Waiting for the ' ||
212: 'ADZDPATCH CP to start');
213:

Line 315: FND_GLOBAL.Apps_Initialize(0, 20420, 1);

311: BEGIN
312:
313: -- This api would be called from adop which is outside of forms administration
314: -- Hence needs to call Apps_Initialize
315: FND_GLOBAL.Apps_Initialize(0, 20420, 1);
316:
317: /*
318: * Check is there is any CP request already submitted
319: */

Line 640: FND_GLOBAL.Apps_Initialize(0, 20420, 1);

636: BEGIN
637:
638: -- This api would be called from adop which is outside of forms administration
639: -- Hence needs to call Apps_Initialize
640: FND_GLOBAL.Apps_Initialize(0, 20420, 1);
641:
642: c_reqid := REQID;
643: FND_CONC.DIAGNOSE(c_reqid, l_phase, l_status, l_diag);
644: