DBA Data[Home] [Help]

APPS.WSMPLOAD dependencies on WSM_SERIAL_SUPPORT_PVT

Line 1113: p_msg_text => 'Invoking WSM_Serial_Support_PVT.WLT_serial_intf_proc',

1109:
1110: if( g_log_level_statement >= l_log_level ) then
1111: l_msg_tokens.delete;
1112: WSM_log_PVT.logMessage(p_module_name => l_module ,
1113: p_msg_text => 'Invoking WSM_Serial_Support_PVT.WLT_serial_intf_proc',
1114: p_stmt_num => l_stmt_num ,
1115: p_msg_tokens => l_msg_tokens,
1116: p_fnd_log_level => g_log_level_statement,
1117: p_run_log_level => l_log_level

Line 1121: WSM_Serial_Support_PVT.WLT_serial_intf_proc ( p_header_id => l_wsm_wtxn_hdr_tbl(l_txn_counter).header_id ,

1117: p_run_log_level => l_log_level
1118: );
1119: End if;
1120:
1121: WSM_Serial_Support_PVT.WLT_serial_intf_proc ( p_header_id => l_wsm_wtxn_hdr_tbl(l_txn_counter).header_id ,
1122: p_wip_entity_id => l_starting_jobs_tbl(l_starting_jobs_tbl.first).wip_entity_id ,
1123: p_wip_entity_name => l_starting_jobs_tbl(l_starting_jobs_tbl.first).wip_entity_name,
1124: p_wlt_txn_type => l_wsm_wtxn_hdr_tbl(l_txn_counter).transaction_type_id ,
1125: p_organization_id => l_wsm_wtxn_hdr_tbl(l_txn_counter).organization_id ,

Line 1139: p_msg_text => 'WSM_Serial_Support_PVT.WLT_serial_intf_proc Failed',

1135: IF G_LOG_LEVEL_ERROR >= l_log_level OR FND_MSG_PUB.check_msg_level(g_msg_lvl_error) THEN
1136:
1137: l_msg_tokens.delete;
1138: WSM_log_PVT.logMessage(p_module_name => l_module ,
1139: p_msg_text => 'WSM_Serial_Support_PVT.WLT_serial_intf_proc Failed',
1140: p_stmt_num => l_stmt_num ,
1141: p_msg_tokens => l_msg_tokens,
1142: p_fnd_msg_level => G_MSG_LVL_ERROR ,
1143: p_fnd_log_level => G_LOG_LEVEL_ERROR ,