DBA Data[Home] [Help]

APPS.OKL_AM_QUOTES_WF dependencies on OKL_AM_SECURITIZATION_PVT

Line 7996: OKL_AM_SECURITIZATION_PVT.process_securitized_streams(

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

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

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