DBA Data[Home] [Help]

APPS.WSH_PICK_LIST dependencies on FND_CONC_GLOBAL

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

558:
559: IF l_debug_on THEN
560: WSH_DEBUG_SV.logmsg(l_module_name,'Setting Parent Request to pause');
561: END IF;
562: FND_CONC_GLOBAL.Set_Req_Globals ( Conc_Status => 'PAUSED', Request_Data => p_batch_id ||':'|| p_req_status
563: ||':'|| p_mode );
564:
565: IF l_debug_on THEN
566: WSH_DEBUG_SV.pop(l_module_name);

Line 4239: l_request_data := FND_CONC_GLOBAL.Request_Data;

4235: -- 2) PICK-SS : Resuming Parent Process after Child Processes for SMCs/Ship Sets have completed
4236: -- 3) PICK : Resuming Parent Process after Child Processes for Standard Items have completed
4237: -- 4) PS : Resuming Parent Process after Child Processes for Pack and Ship have completed
4238: -- Parent process will always be restarted after child processes complete
4239: l_request_data := FND_CONC_GLOBAL.Request_Data;
4240: l_mode := SUBSTR(l_request_data, INSTR(l_request_data,':',1,2)+1, LENGTH(l_request_data));
4241:
4242: -- Check for current request status from request_data
4243: -- Set the Backorder Flag to denote that Current Request Status need to be as Warning

Line 6772: l_request_data := FND_CONC_GLOBAL.Request_Data;

6768: -- 2) PICK-SS : Resuming Parent Process after Child Processes for SMCs/Ship Sets have completed
6769: -- 3) PICK : Resuming Parent Process after Child Processes for Standard Items have completed
6770: -- 4) PS : Resuming Parent Process after Child Processes for Pack and Ship have completed
6771: -- Parent process will always be restarted after child processes complete
6772: l_request_data := FND_CONC_GLOBAL.Request_Data;
6773: l_mode := SUBSTR(l_request_data, INSTR(l_request_data,':',1,2)+1, LENGTH(l_request_data));
6774:
6775: IF l_debug_on THEN
6776: WSH_DEBUG_SV.push(l_module_name);