2477: l_result := -1;
2478: END IF;
2479: ELSE
2480: l_result :=
2481: inv_lpn_trx_pub.process_lpn_trx (p_trx_hdr_id => l_header_id
2482: , p_commit => p_commit
2483: , x_proc_msg => l_msg_data
2484: , p_proc_mode => 1
2485: , p_process_trx => fnd_api.g_true
4677: ELSE
4678: --Bug #4338316
4679: --Pass the p_commit value to the TM
4680: l_result :=
4681: inv_lpn_trx_pub.process_lpn_trx (p_trx_hdr_id => l_header_id
4682: , p_commit => p_commit
4683: , x_proc_msg => l_msg_data
4684: , p_proc_mode => 1
4685: , p_process_trx => fnd_api.g_true