DBA Data[Home] [Help]

APPS.FEM_BI_DIMENSION_UTILS_PKG dependencies on FND_CONC_GLOBAL

Line 251: Individual execution does not use FND_CONC_GLOBAL

247: ----------------------
248: if (p_dimension_varchar_label <> 'ALL') then
249:
250: /***********************************************************************
251: Individual execution does not use FND_CONC_GLOBAL
252: ************************************************************************/
253:
254: -- Call Transformation
255: l_completion_status := Transformation (

Line 263: Batch execution uses FND_CONC_GLOBAL

259:
260: else
261:
262: /***********************************************************************
263: Batch execution uses FND_CONC_GLOBAL
264:
265: Read the value from REQUEST_DATA. If this is the first run of
266: the program, then this value will be NULL. Thus, submitting
267: child requests. Otherwise,the program is reawaken and REQUEST_DATA

Line 280: l_request_data := FND_CONC_GLOBAL.Request_Data;

276: 3. WSHDDSHB.pls
277: 4. cefcshfb.pls
278: ************************************************************************/
279:
280: l_request_data := FND_CONC_GLOBAL.Request_Data;
281:
282: if l_request_data is null then
283:
284: /**********************************************************************

Line 361: FND_CONC_GLOBAL.Set_Req_Globals (

357: --
358: -- Put the program into the PAUSED status and indicate the end of
359: -- initial execution
360: --
361: FND_CONC_GLOBAL.Set_Req_Globals (
362: conc_status => 'PAUSED'
363: ,request_data => 'SUBMITTED'
364: );
365: