DBA Data[Home] [Help]

APPS.OKL_SUBSIDY_POOL_TRX_PVT dependencies on OKL_SIX_PVT

Line 158: OKL_SIX_PVT.validate_row(p_api_version => p_api_version

154: END IF;
155:
156: -- commenting this for there are no lookups as of now
157: -- call validations on the transaction record
158: OKL_SIX_PVT.validate_row(p_api_version => p_api_version
159: ,p_init_msg_list => p_init_msg_list
160: ,x_return_status => x_return_status
161: ,x_msg_count => x_msg_count
162: ,x_msg_data => x_msg_data

Line 169: 'OKL_SIX_PVT.validate_row returned with status '||x_return_status||' x_msg_data '||x_msg_data

165: -- write to log
166: IF(NVL(l_debug_enabled,'N')='Y' AND is_debug_statement_on) THEN
167: okl_debug_pub.log_debug(FND_LOG.LEVEL_STATEMENT,
168: l_module,
169: 'OKL_SIX_PVT.validate_row returned with status '||x_return_status||' x_msg_data '||x_msg_data
170: );
171: END IF; -- end of NVL(l_debug_enabled,'N')='Y'
172:
173: IF(x_return_status = OKL_API.G_RET_STS_UNEXP_ERROR)THEN

Line 256: OKL_SIX_PVT.insert_row(p_api_version => p_api_version

252: END IF; -- end of trx_type_code check
253:
254: l_sixv_rec.trx_date := trunc(sysdate);
255: -- call the TAPI insert_row to create a subsidy pool transaction
256: OKL_SIX_PVT.insert_row(p_api_version => p_api_version
257: ,p_init_msg_list => p_init_msg_list
258: ,x_return_status => x_return_status
259: ,x_msg_count => x_msg_count
260: ,x_msg_data => x_msg_data