DBA Data[Home] [Help]

APPS.FEM_DIS_HIER_PKG dependencies on FND_CONC_GLOBAL

Line 2717: Individual execution does not use FND_CONC_GLOBAL

2713:
2714: IF p_dimension_varchar_label <> 'ALL' THEN
2715:
2716: /***********************************************************************
2717: Individual execution does not use FND_CONC_GLOBAL
2718: ************************************************************************/
2719:
2720: -- Run Transformation
2721: v_completion_status :=

Line 2727: Batch execution uses FND_CONC_GLOBAL

2723:
2724: ELSE
2725:
2726: /***********************************************************************
2727: Batch execution uses FND_CONC_GLOBAL
2728:
2729: Read the value from REQUEST_DATA. If this is the first run of
2730: the program, then this value will be NULL. Thus, submitting
2731: child requests. Otherwise,the program is reawaken and REQUEST_DATA

Line 2744: v_request_data := FND_CONC_GLOBAL.Request_Data;

2740: 3. WSHDDSHB.pls
2741: 4. cefcshfb.pls
2742: ************************************************************************/
2743:
2744: v_request_data := FND_CONC_GLOBAL.Request_Data;
2745:
2746: IF v_request_data IS NULL THEN
2747:
2748: /**********************************************************************

Line 2809: FND_CONC_GLOBAL.Set_Req_Globals(

2805: --
2806: -- Put the program into the PAUSED status and indicate the end of
2807: -- initial execution
2808: --
2809: FND_CONC_GLOBAL.Set_Req_Globals(
2810: conc_status => 'PAUSED',
2811: request_data => 'SUBMITTED'
2812: );
2813: