DBA Data[Home] [Help]

APPS.WSH_PICK_LIST dependencies on WSH_CUSTOM_PUB

Line 2474: WSH_PR_CRITERIA.g_credit_check_option := WSH_CUSTOM_PUB.Credit_Check_Details_Option;

2470:
2471: -- Clear Demand Table
2472: g_demand_table.delete;
2473:
2474: WSH_PR_CRITERIA.g_credit_check_option := WSH_CUSTOM_PUB.Credit_Check_Details_Option;
2475:
2476: -- Determine Pick Release Batch Size based on Profile
2477: --Bug 5137504 Handling if Batch size is set to value less than 1 or is aphanumeric
2478: BEGIN

Line 4705: WSH_DEBUG_SV.log(l_module_name,'Run Ship Sets / SMCs in Parallel ',WSH_CUSTOM_PUB.Run_PR_SMC_SS_Parallel);

4701: IF l_debug_on THEN
4702: WSH_DEBUG_SV.log(l_module_name,'l_tot_worker_records ',l_tot_worker_records);
4703: WSH_DEBUG_SV.log(l_module_name,'l_tot_smc_records ',l_tot_smc_records);
4704: WSH_DEBUG_SV.log(l_module_name,'l_tot_dd_records ',l_tot_dd_records);
4705: WSH_DEBUG_SV.log(l_module_name,'Run Ship Sets / SMCs in Parallel ',WSH_CUSTOM_PUB.Run_PR_SMC_SS_Parallel);
4706: END IF;
4707: END IF; --}
4708:
4709: -- 100. Calculate Actual number of worker requests to be spawned

Line 4711: IF (l_mode is NULL) AND (l_tot_smc_records >= 1) AND (WSH_CUSTOM_PUB.Run_PR_SMC_SS_Parallel = 'N')

4707: END IF; --}
4708:
4709: -- 100. Calculate Actual number of worker requests to be spawned
4710: -- For SMCs/Ship Sets not running in Parallel
4711: IF (l_mode is NULL) AND (l_tot_smc_records >= 1) AND (WSH_CUSTOM_PUB.Run_PR_SMC_SS_Parallel = 'N')
4712: THEN --{
4713: -- Number of Child processes
4714: l_num_workers := LEAST(l_tot_smc_records, NVL(g_num_workers,1));
4715:

Line 4787: IF l_mode IS NULL AND (WSH_CUSTOM_PUB.Run_PR_SMC_SS_Parallel = 'N')

4783:
4784: -- For all Regular Items and Ship Sets/SMCs in Parallel
4785: IF ((l_mode is NULL) OR (l_mode = 'PICK-SS')) AND (l_tot_worker_records >= 1) THEN
4786: --{
4787: IF l_mode IS NULL AND (WSH_CUSTOM_PUB.Run_PR_SMC_SS_Parallel = 'N')
4788: THEN
4789: l_tot_worker_records := l_tot_worker_records - NVL(l_tot_smc_records,0);
4790: END IF;
4791: