DBA Data[Home] [Help]

APPS.CST_SLA_UPDATE_PKG dependencies on FND_GLOBAL

Line 6: gUserId number := nvl(fnd_global.user_id, -888);

2: /* $Header: CSTPUPGB.pls 120.28 2008/05/16 22:10:30 anjha ship $ */
3:
4: G_PKG_NAME CONSTANT VARCHAR2(30) := 'CST_SLA_UPDATE_PKG';
5: G_LOG_LEVEL CONSTANT NUMBER := fnd_log.G_CURRENT_RUNTIME_LEVEL;
6: gUserId number := nvl(fnd_global.user_id, -888);
7: gLoginId number := nvl(fnd_global.login_id, -888);
8: gUpdateDate DATE := sysdate;
9:
10: g_mrc_enabled boolean := TRUE;

Line 7: gLoginId number := nvl(fnd_global.login_id, -888);

3:
4: G_PKG_NAME CONSTANT VARCHAR2(30) := 'CST_SLA_UPDATE_PKG';
5: G_LOG_LEVEL CONSTANT NUMBER := fnd_log.G_CURRENT_RUNTIME_LEVEL;
6: gUserId number := nvl(fnd_global.user_id, -888);
7: gLoginId number := nvl(fnd_global.login_id, -888);
8: gUpdateDate DATE := sysdate;
9:
10: g_mrc_enabled boolean := TRUE;
11:

Line 117: if (nvl(fnd_global.conc_request_id, -1) < 0) then

113: 'X_Argument10 = '||X_Argument10
114: );
115: END IF;
116:
117: if (nvl(fnd_global.conc_request_id, -1) < 0) then
118: raise_application_error(-20001, 'SUBMIT_SUBREQUESTS() must be called from a concurrent request');
119: end if;
120:
121: /* can not run two costing upgrade requests at the same time */

Line 137: if (l_reqid_count<>nvl(fnd_global.conc_request_id, -1)) then

133: AND fcr.concurrent_program_id = fcp.concurrent_program_id
134: AND fcr.program_application_id = fcp.application_id
135: AND fcr.phase_code IN ('I','P','R');
136:
137: if (l_reqid_count<>nvl(fnd_global.conc_request_id, -1)) then
138: raise CST_UPGRADE_RUNNING;
139: end if;
140:
141: -- Standard call to check for call compatibility

Line 222: fnd_global.conc_request_id);

218: -- restart case
219: --
220:
221: l_sub_reqtab := fnd_concurrent.get_sub_requests(
222: fnd_global.conc_request_id);
223:
224: x_retcode := FND_API.G_RET_STS_SUCCESS;
225:
226: for i IN 1..l_sub_reqtab.COUNT()

Line 444: if (nvl(fnd_global.conc_request_id, -1) < 0) then

440: 'X_Argument10 = '||X_Argument10
441: );
442: END IF;
443:
444: if (nvl(fnd_global.conc_request_id, -1) < 0) then
445: raise_application_error(-20001, 'SUBMIT_SUBREQUESTS() must be called from a concurrent request');
446: end if;
447:
448: -- Standard call to check for call compatibility

Line 667: if (nvl(fnd_global.conc_request_id, -1) < 0) then

663: 'X_Argument10 = '||X_Argument10
664: );
665: END IF;
666:
667: if (nvl(fnd_global.conc_request_id, -1) < 0) then
668: raise_application_error(-20001, 'SUBMIT_SUBREQUESTS() must be called from a concurrent request');
669: end if;
670:
671: -- Standard call to check for call compatibility

Line 889: if (nvl(fnd_global.conc_request_id, -1) < 0) then

885: 'X_Argument10 = '||X_Argument10
886: );
887: END IF;
888:
889: if (nvl(fnd_global.conc_request_id, -1) < 0) then
890: raise_application_error(-20001, 'SUBMIT_SUBREQUESTS() must be called from a concurrent request');
891: end if;
892:
893: -- Standard call to check for call compatibility