DBA Data[Home] [Help]

APPS.CE_CASH_FCST dependencies on FND_PROFILE

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

235: BEGIN
236: --
237: -- Get original request id
238: --
239: fnd_profile.get('CONC_REQUEST_ID', reqid);
240: request_id := to_number(reqid);
241: --
242: -- Get print options
243: --

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

310: BEGIN
311: --
312: -- Get original request id
313: --
314: fnd_profile.get('CONC_REQUEST_ID', reqid);
315: request_id := to_number(reqid);
316: --
317: -- Get print options
318: --

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

1220: BEGIN
1221: --
1222: -- Get original request id
1223: --
1224: fnd_profile.get('CONC_REQUEST_ID', l_reqid);
1225: l_request_id := to_number(l_reqid);
1226:
1227: IF (G_rp_forecast_runname IS NULL) THEN
1228: G_rp_forecast_runname:= G_forecast_name||'/'||to_char(sysdate,'YYYY/MM/DD HH24:MI:SS');