DBA Data[Home] [Help]

APPS.OKL_AM_QUOTES_WF dependencies on OKL_AM_SECURITIZATION_PVT

Line 7998: OKL_AM_SECURITIZATION_PVT.process_securitized_streams(

7994: CLOSE get_quote_values_csr;
7995:
7996: -- call the securitization API to check for securitized components
7997: -- on the quote. If found create investor disbursements
7998: OKL_AM_SECURITIZATION_PVT.process_securitized_streams(
7999: p_api_version => l_api_version,
8000: p_init_msg_list => l_init_msg_list,
8001: x_return_status => l_return_status,
8002: x_msg_count => l_msg_count,

Line 8011: 'after call to OKL_AM_SECURITIZATION_PVT.process_securitized_streams :'||l_return_status);

8007: p_call_origin => OKL_SECURITIZATION_PVT.G_TRX_REASON_EARLY_TERMINATION);
8008:
8009: IF (is_debug_statement_on) THEN
8010: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,L_MODULE_NAME,
8011: 'after call to OKL_AM_SECURITIZATION_PVT.process_securitized_streams :'||l_return_status);
8012: END IF;
8013:
8014: IF l_return_status <> OKL_API.G_RET_STS_SUCCESS THEN
8015: RAISE API_ERROR;