DBA Data[Home] [Help]

APPS.WSH_PICK_LIST dependencies on WSH_CUSTOM_PUB

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

2532:
2533: -- Clear Demand Table
2534: g_demand_table.delete;
2535:
2536: WSH_PR_CRITERIA.g_credit_check_option := WSH_CUSTOM_PUB.Credit_Check_Details_Option;
2537:
2538: -- Determine Pick Release Batch Size based on Profile
2539: --Bug 5137504 Handling if Batch size is set to value less than 1 or is aphanumeric
2540: BEGIN

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

4796: IF l_debug_on THEN
4797: WSH_DEBUG_SV.log(l_module_name,'l_tot_worker_records ',l_tot_worker_records);
4798: WSH_DEBUG_SV.log(l_module_name,'l_tot_smc_records ',l_tot_smc_records);
4799: WSH_DEBUG_SV.log(l_module_name,'l_tot_dd_records ',l_tot_dd_records);
4800: WSH_DEBUG_SV.log(l_module_name,'Run Ship Sets / SMCs in Parallel ',WSH_CUSTOM_PUB.Run_PR_SMC_SS_Parallel);
4801: END IF;
4802: END IF; --}
4803:
4804: -- 100. Calculate Actual number of worker requests to be spawned

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

4802: END IF; --}
4803:
4804: -- 100. Calculate Actual number of worker requests to be spawned
4805: -- For SMCs/Ship Sets not running in Parallel
4806: IF (l_mode is NULL) AND (l_tot_smc_records >= 1) AND (WSH_CUSTOM_PUB.Run_PR_SMC_SS_Parallel = 'N')
4807: THEN --{
4808: -- Number of Child processes
4809: l_num_workers := LEAST(l_tot_smc_records, NVL(g_num_workers,1));
4810:

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

4878:
4879: -- For all Regular Items and Ship Sets/SMCs in Parallel
4880: IF ((l_mode is NULL) OR (l_mode = 'PICK-SS')) AND (l_tot_worker_records >= 1) THEN
4881: --{
4882: IF l_mode IS NULL AND (WSH_CUSTOM_PUB.Run_PR_SMC_SS_Parallel = 'N')
4883: THEN
4884: l_tot_worker_records := l_tot_worker_records - NVL(l_tot_smc_records,0);
4885: END IF;
4886: