2630: IF (G_IS_DEBUG_STATEMENT_ON = TRUE) THEN
2631: OKL_DEBUG_PUB.LOG_DEBUG(FND_LOG.LEVEL_STATEMENT, G_MODULE,'OKL: Create Fee Procedure: FINANCE segment: x_return_status '||x_return_status);
2632: END IF;
2633: FOR k in 1..x_msg_count LOOP
2634: fnd_msg_pub.get (p_encoded => 'F',
2635: p_data => x_msg_data,
2636: p_msg_index_out => x_msg_index_out
2637: );
2638: IF (G_IS_DEBUG_STATEMENT_ON = TRUE) THEN