DBA Data[Home] [Help]

APPS.WSM_WIP_LOT_TXN_PVT dependencies on WSM_SERIAL_SUPPORT_PVT

Line 1215: WSM_Serial_Support_PVT.WLT_serial_processor ( p_calling_mode => p_calling_mode ,

1211:
1212: end if;
1213:
1214: -- Invoke the WIP Lot Transaction Serial Processor...
1215: WSM_Serial_Support_PVT.WLT_serial_processor ( p_calling_mode => p_calling_mode ,
1216: p_wlt_txn_type => l_txn_header_rec.transaction_type_id ,
1217: p_organization_id => l_txn_header_rec.organization_id ,
1218: p_txn_id => l_txn_header_rec.transaction_id ,
1219: p_starting_jobs_tbl => l_starting_jobs_tbl ,

Line 1238: p_msg_text => 'Returned sucessfully from WSM_Serial_Support_PVT.WLT_serial_processor',

1234:
1235: if( g_log_level_statement >= l_log_level ) then
1236: l_msg_tokens.delete;
1237: WSM_log_PVT.logMessage(p_module_name => l_module ,
1238: p_msg_text => 'Returned sucessfully from WSM_Serial_Support_PVT.WLT_serial_processor',
1239: p_stmt_num => l_stmt_num ,
1240: p_msg_tokens => l_msg_tokens,
1241: p_fnd_log_level => g_log_level_statement,
1242: p_run_log_level => l_log_level