DBA Data[Home] [Help]

APPS.OKL_CURE_RECON_PVT dependencies on OKL_SECURITIZATION_PVT

Line 2329: AddfailMsg( p_object => 'OKL_SECURITIZATION_PVT.Check_Khr_ia_associated ',

2325:
2326: --set error message,so this will be prefixed before the
2327: --actual message, so it makes more sense than displaying an
2328: -- OKL message.
2329: AddfailMsg( p_object => 'OKL_SECURITIZATION_PVT.Check_Khr_ia_associated ',
2330: p_operation => 'CREATE' );
2331:
2332: --Bug# 4622198 :For special accounting treatment - START
2333: OKL_SECURITIZATION_PVT.Check_Khr_ia_associated(

Line 2333: OKL_SECURITIZATION_PVT.Check_Khr_ia_associated(

2329: AddfailMsg( p_object => 'OKL_SECURITIZATION_PVT.Check_Khr_ia_associated ',
2330: p_operation => 'CREATE' );
2331:
2332: --Bug# 4622198 :For special accounting treatment - START
2333: OKL_SECURITIZATION_PVT.Check_Khr_ia_associated(
2334: p_api_version => 1.0,
2335: p_init_msg_list => OKL_API.G_FALSE,
2336: x_return_status => x_return_status,
2337: x_msg_count => x_msg_count,

Line 2347: okl_debug_pub.logmessage('OKL_CURE_RECON_PVT : CREATE_ACCOUNTING : OKL_SECURITIZATION_PVT.Check_Khr_ia_associated : '||x_return_status);

2343: x_fact_synd_code => l_fact_synd_code,
2344: x_inv_acct_code => l_inv_acct_code
2345: );
2346:
2347: okl_debug_pub.logmessage('OKL_CURE_RECON_PVT : CREATE_ACCOUNTING : OKL_SECURITIZATION_PVT.Check_Khr_ia_associated : '||x_return_status);
2348:
2349: IF (x_return_status = OKL_API.G_RET_STS_UNEXP_ERROR)
2350: THEN
2351: RAISE OKL_API.G_EXCEPTION_UNEXPECTED_ERROR;