DBA Data[Home] [Help]

APPS.WSH_PICK_LIST dependencies on FND_CONC_GLOBAL

Line 556: FND_CONC_GLOBAL.Set_Req_Globals ( Conc_Status => 'PAUSED', Request_Data => p_batch_id ||':'|| p_req_status

552:
553: IF l_debug_on THEN
554: WSH_DEBUG_SV.logmsg(l_module_name,'Setting Parent Request to pause');
555: END IF;
556: FND_CONC_GLOBAL.Set_Req_Globals ( Conc_Status => 'PAUSED', Request_Data => p_batch_id ||':'|| p_req_status
557: ||':'|| p_mode );
558:
559: IF l_debug_on THEN
560: WSH_DEBUG_SV.pop(l_module_name);

Line 4147: l_request_data := FND_CONC_GLOBAL.Request_Data;

4143: -- 2) PICK-SS : Resuming Parent Process after Child Processes for SMCs/Ship Sets have completed
4144: -- 3) PICK : Resuming Parent Process after Child Processes for Standard Items have completed
4145: -- 4) PS : Resuming Parent Process after Child Processes for Pack and Ship have completed
4146: -- Parent process will always be restarted after child processes complete
4147: l_request_data := FND_CONC_GLOBAL.Request_Data;
4148: l_mode := SUBSTR(l_request_data, INSTR(l_request_data,':',1,2)+1, LENGTH(l_request_data));
4149:
4150: -- Check for current request status from request_data
4151: -- Set the Backorder Flag to denote that Current Request Status need to be as Warning

Line 6633: l_request_data := FND_CONC_GLOBAL.Request_Data;

6629: -- 2) PICK-SS : Resuming Parent Process after Child Processes for SMCs/Ship Sets have completed
6630: -- 3) PICK : Resuming Parent Process after Child Processes for Standard Items have completed
6631: -- 4) PS : Resuming Parent Process after Child Processes for Pack and Ship have completed
6632: -- Parent process will always be restarted after child processes complete
6633: l_request_data := FND_CONC_GLOBAL.Request_Data;
6634: l_mode := SUBSTR(l_request_data, INSTR(l_request_data,':',1,2)+1, LENGTH(l_request_data));
6635:
6636: IF l_debug_on THEN
6637: WSH_DEBUG_SV.push(l_module_name);