DBA Data[Home] [Help]

APPS.WIP_BATCH_MOVE dependencies on WIP_WS_UTIL

Line 304: wip_logger.log('current responsiblity key: '||WIP_WS_UTIL.GET_CURRENT_RESP_KEY,l_return_status);

300: /*Bug 12960152: Enhance express move to support ez completion
301: Whenever to_op_seq is the last operation and to_intraoperation_step_type is TOMOVE,
302: we will complete the quantity based on MES preference value
303: */
304: wip_logger.log('current responsiblity key: '||WIP_WS_UTIL.GET_CURRENT_RESP_KEY,l_return_status);
305: l_express_cmp := wip_ws_util.get_preference_value_code(p_pref_id => 44, --Express Move and Complete at Last Operation
306: p_resp_key => WIP_WS_UTIL.get_current_resp_key,
307: p_org_id => p_org_id,
308: p_dept_id => l_move_info.to_dept_id);

Line 305: l_express_cmp := wip_ws_util.get_preference_value_code(p_pref_id => 44, --Express Move and Complete at Last Operation

301: Whenever to_op_seq is the last operation and to_intraoperation_step_type is TOMOVE,
302: we will complete the quantity based on MES preference value
303: */
304: wip_logger.log('current responsiblity key: '||WIP_WS_UTIL.GET_CURRENT_RESP_KEY,l_return_status);
305: l_express_cmp := wip_ws_util.get_preference_value_code(p_pref_id => 44, --Express Move and Complete at Last Operation
306: p_resp_key => WIP_WS_UTIL.get_current_resp_key,
307: p_org_id => p_org_id,
308: p_dept_id => l_move_info.to_dept_id);
309: wip_logger.log('l_express_cmp: '||l_express_cmp,l_return_status);

Line 306: p_resp_key => WIP_WS_UTIL.get_current_resp_key,

302: we will complete the quantity based on MES preference value
303: */
304: wip_logger.log('current responsiblity key: '||WIP_WS_UTIL.GET_CURRENT_RESP_KEY,l_return_status);
305: l_express_cmp := wip_ws_util.get_preference_value_code(p_pref_id => 44, --Express Move and Complete at Last Operation
306: p_resp_key => WIP_WS_UTIL.get_current_resp_key,
307: p_org_id => p_org_id,
308: p_dept_id => l_move_info.to_dept_id);
309: wip_logger.log('l_express_cmp: '||l_express_cmp,l_return_status);
310:

Line 501: l_level_id := wip_ws_util.get_preference_level_id(

497: l_scrap_record.to_department_id := l_scrap_info.to_dept_id;
498: l_scrap_record.to_department_code := l_scrap_info.to_dept_code;
499: IF(p_require_scrap_acct = WIP_CONSTANTS.YES) THEN
500: l_process_phase := '3';
501: l_level_id := wip_ws_util.get_preference_level_id(
502: p_pref_id => 10, -- Default Scrap Account
503: p_resp_key => p_resp_key,
504: p_org_id => p_org_id,
505: p_dept_id => l_scrap_info.to_dept_id);

Line 507: l_default_scrap_acct_id := wip_ws_util.get_preference_value_code(

503: p_resp_key => p_resp_key,
504: p_org_id => p_org_id,
505: p_dept_id => l_scrap_info.to_dept_id);
506: l_process_phase := '4';
507: l_default_scrap_acct_id := wip_ws_util.get_preference_value_code(
508: p_pref_id => 10, -- Default Scrap Account
509: p_level_id => l_level_id);
510: l_process_phase := '5';
511: IF(l_default_scrap_acct_id IS NULL) THEN

Line 739: l_level_id := wip_ws_util.get_preference_level_id(

735: p_params => l_params,
736: x_returnStatus => l_return_status);
737: END IF;
738: l_process_phase := '2';
739: l_level_id := wip_ws_util.get_preference_level_id(
740: p_pref_id => 9, -- Default Intra Op Step
741: p_resp_key => p_resp_key,
742: p_org_id => p_org_id,
743: p_dept_id => p_dept_id);

Line 745: l_default_step_type := wip_ws_util.get_preference_value_code(

741: p_resp_key => p_resp_key,
742: p_org_id => p_org_id,
743: p_dept_id => p_dept_id);
744: l_process_phase := '3';
745: l_default_step_type := wip_ws_util.get_preference_value_code(
746: p_pref_id => 9, -- Default Intra Op Step
747: p_level_id => l_level_id);
748: l_process_phase := '4';
749: x_default_step_type := to_number(l_default_step_type);

Line 751: l_level_id := wip_ws_util.get_preference_level_id(

747: p_level_id => l_level_id);
748: l_process_phase := '4';
749: x_default_step_type := to_number(l_default_step_type);
750: l_process_phase := '5';
751: l_level_id := wip_ws_util.get_preference_level_id(
752: p_pref_id => 10, -- Default Scrap Account
753: p_resp_key => p_resp_key,
754: p_org_id => p_org_id,
755: p_dept_id => p_dept_id);

Line 757: l_default_scrap_acct_id := wip_ws_util.get_preference_value_code(

753: p_resp_key => p_resp_key,
754: p_org_id => p_org_id,
755: p_dept_id => p_dept_id);
756: l_process_phase := '6';
757: l_default_scrap_acct_id := wip_ws_util.get_preference_value_code(
758: p_pref_id => 10, -- Default Scrap Account
759: p_level_id => l_level_id);
760: l_process_phase := '7';
761: x_default_scrap_acct_id := to_number(l_default_scrap_acct_id);