DBA Data[Home] [Help]

APPS.CE_CASH_FCST dependencies on FND_PROFILE

Line 253: fnd_profile.get('CONC_REQUEST_ID', reqid);

249: BEGIN
250: --
251: -- Get original request id
252: --
253: fnd_profile.get('CONC_REQUEST_ID', reqid);
254: request_id := to_number(reqid);
255: --
256: -- Get print options
257: --

Line 328: fnd_profile.get('CONC_REQUEST_ID', reqid);

324: BEGIN
325: --
326: -- Get original request id
327: --
328: fnd_profile.get('CONC_REQUEST_ID', reqid);
329: request_id := to_number(reqid);
330: --
331: -- Get print options
332: --

Line 1238: fnd_profile.get('CONC_REQUEST_ID', l_reqid);

1234: BEGIN
1235: --
1236: -- Get original request id
1237: --
1238: fnd_profile.get('CONC_REQUEST_ID', l_reqid);
1239: l_request_id := to_number(l_reqid);
1240:
1241: IF (G_rp_forecast_runname IS NULL) THEN
1242: G_rp_forecast_runname:= G_forecast_name||'/'||to_char(sysdate,'YYYY/MM/DD HH24:MI:SS');