DBA Data[Home] [Help]

APPS.WSMPLOAD dependencies on WSMPJUPD

Line 409: p_msg_text => 'Calling WSMPJUPD.GET_JOB_CURR_OP_INFO',

405:
406: if( g_log_level_statement >= l_log_level ) then
407: l_msg_tokens.delete;
408: WSM_log_PVT.logMessage(p_module_name => l_module ,
409: p_msg_text => 'Calling WSMPJUPD.GET_JOB_CURR_OP_INFO',
410: p_stmt_num => l_stmt_num ,
411: p_msg_tokens => l_msg_tokens,
412: p_fnd_log_level => g_log_level_statement,
413: p_run_log_level => l_log_level

Line 417: WSMPJUPD.GET_JOB_CURR_OP_INFO

413: p_run_log_level => l_log_level
414: );
415: End if;
416:
417: WSMPJUPD.GET_JOB_CURR_OP_INFO
418: (p_wip_entity_id => c_inf_sch_par_rep_jobs_rec.wip_entity_id,
419: p_op_seq_num => l_job_op_seq_num,
420: p_op_seq_id => l_job_op_seq_id,
421: p_std_op_id => l_job_std_op_id,

Line 436: p_msg_text => 'WSMPJUPD.GET_JOB_CURR_OP_INFO returned error:'||l_error_code,

432: IF G_LOG_LEVEL_ERROR >= l_log_level OR FND_MSG_PUB.check_msg_level(g_msg_lvl_error) THEN
433:
434: l_msg_tokens.delete;
435: WSM_log_PVT.logMessage(p_module_name => l_module ,
436: p_msg_text => 'WSMPJUPD.GET_JOB_CURR_OP_INFO returned error:'||l_error_code,
437: p_stmt_num => l_stmt_num ,
438: p_msg_tokens => l_msg_tokens,
439: p_fnd_msg_level => G_MSG_LVL_ERROR ,
440: p_fnd_log_level => G_LOG_LEVEL_ERROR ,

Line 664: WSMPJUPD.g_copy_mode := 0; -- Dont make copies

660:
661: -- In case of option A no copies...
662: -- can replace the global with local ones.....
663: IF (l_profile_value = 2) THEN
664: WSMPJUPD.g_copy_mode := 0; -- Dont make copies
665: ELSE
666: WSMPJUPD.g_copy_mode := p_copy_flag; -- Make copies based on p_copy_flag
667: END IF;
668:

Line 666: WSMPJUPD.g_copy_mode := p_copy_flag; -- Make copies based on p_copy_flag

662: -- can replace the global with local ones.....
663: IF (l_profile_value = 2) THEN
664: WSMPJUPD.g_copy_mode := 0; -- Dont make copies
665: ELSE
666: WSMPJUPD.g_copy_mode := p_copy_flag; -- Make copies based on p_copy_flag
667: END IF;
668:
669: l_stmt_num := 10;
670: select wsm_sm_txn_int_group_s.nextval into l_internal_group_id from dual;

Line 1507: if (WSMPJUPD.g_copy_mode = 2) then

1503: END LOOP;
1504:
1505: l_stmt_num := 120;
1506: -- here the call to procedure which will do copy algorithm.....
1507: if (WSMPJUPD.g_copy_mode = 2) then
1508:
1509: l_return_code := 0;
1510: l_error_msg :=null;
1511:

Line 1551: if ( WSMPJUPD.g_osp_exists = 1) then

1547:
1548: end if;
1549: -- OSP FP I begin
1550: l_stmt_num := 130;
1551: if ( WSMPJUPD.g_osp_exists = 1) then
1552:
1553: /*Added Code to set MOAC parameter for bug 5485653 */
1554:
1555: select to_number(ORG_INFORMATION3) into l_ou_id