DBA Data[Home] [Help]

APPS.WIP_PICKING_PVT dependencies on MFG_LOOKUPS

Line 2329: from mfg_lookups

2325:
2326:
2327: select meaning
2328: into l_outBuffer
2329: from mfg_lookups
2330: where lookup_type = 'SYS_YES_NO'
2331: and lookup_code = p_use_pickset_indicator;
2332:
2333: fnd_message.set_name('WIP', 'WIP_PICKING_USE_PICKSETS');

Line 2338: from mfg_lookups

2334: fnd_file.put_line(which => fnd_file.output, buff => ' ' || fnd_message.get || ' ' || l_outBuffer);
2335: /* Added as part of Enhancement#2578514*/
2336: select meaning
2337: into l_outBuffer
2338: from mfg_lookups
2339: where lookup_type = 'SYS_YES_NO'
2340: and lookup_code = p_print_pickslips;
2341:
2342: fnd_message.set_name('WIP', 'WIP_PICKING_PRINT_PICKSLIPS');

Line 2358: from mfg_lookups

2354:
2355: /* Added as part of Enhancement#2578514*/
2356: select meaning
2357: into l_outBuffer
2358: from mfg_lookups
2359: where lookup_type = 'SYS_YES_NO'
2360: and lookup_code = p_plan_tasks;
2361:
2362: fnd_message.set_name('WIP', 'WIP_PICKING_PLAN_TASKS');

Line 2379: from mfg_lookups

2375: fnd_file.put_line(which => fnd_file.output, buff => ' ' || fnd_message.get || ' ' || p_days_forward);
2376:
2377: select meaning
2378: into l_outBuffer
2379: from mfg_lookups
2380: where lookup_type = 'WIP_ENTITY'
2381: and lookup_code = p_wip_entity_type;
2382:
2383: fnd_message.set_name('WIP', 'WIP_PICKING_MFG_MODE');

Line 2391: from mfg_lookups

2387: if(p_wip_entity_type = wip_constants.discrete) then
2388: /*Start - Bug 5932126 (FP of 5880558): Added following code to print new parameter for job type*/
2389: select meaning
2390: into l_outBuffer
2391: from mfg_lookups
2392: where lookup_type = 'WIP_ENTITIES'
2393: and lookup_code = p_job_type ;
2394:
2395: fnd_message.set_name('WIP', 'WIP_PICKING_JOB_TYPE');