DBA Data[Home] [Help]

APPS.OKL_LA_SALES_TAX_PVT dependencies on FND_MSG_PUB

Line 2838: fnd_msg_pub.get (p_encoded => 'F',

2834: IF (G_IS_DEBUG_STATEMENT_ON = TRUE) THEN
2835: OKL_DEBUG_PUB.LOG_DEBUG(FND_LOG.LEVEL_STATEMENT, G_MODULE,'OKL: Create Fee Procedure: FINANCE segment: x_return_status '||x_return_status);
2836: END IF;
2837: FOR k in 1..x_msg_count LOOP
2838: fnd_msg_pub.get (p_encoded => 'F',
2839: p_data => x_msg_data,
2840: p_msg_index_out => x_msg_index_out
2841: );
2842: IF (G_IS_DEBUG_STATEMENT_ON = TRUE) THEN