DBA Data[Home] [Help]

APPS.OKL_SECURITIZATION_PVT dependencies on OKL_CONTRACT_PUB

Line 3383: lp_khrv_rec Okl_Contract_Pub.khrv_rec_type;

3379: lx_poxv_rec poxv_rec_type;
3380:
3381: lp_chrv_rec Okl_Okc_Migration_Pvt.chrv_rec_type;
3382: lx_chrv_rec Okl_Okc_Migration_Pvt.chrv_rec_type;
3383: lp_khrv_rec Okl_Contract_Pub.khrv_rec_type;
3384: lx_khrv_rec Okl_Contract_Pub.khrv_rec_type;
3385:
3386: l_api_name CONSTANT VARCHAR2(30) := 'buyback_streams';
3387: l_api_version CONSTANT NUMBER := 1.0;

Line 3384: lx_khrv_rec Okl_Contract_Pub.khrv_rec_type;

3380:
3381: lp_chrv_rec Okl_Okc_Migration_Pvt.chrv_rec_type;
3382: lx_chrv_rec Okl_Okc_Migration_Pvt.chrv_rec_type;
3383: lp_khrv_rec Okl_Contract_Pub.khrv_rec_type;
3384: lx_khrv_rec Okl_Contract_Pub.khrv_rec_type;
3385:
3386: l_api_name CONSTANT VARCHAR2(30) := 'buyback_streams';
3387: l_api_version CONSTANT NUMBER := 1.0;
3388: l_return_status VARCHAR2(1) := Okl_Api.G_RET_STS_SUCCESS;

Line 3540: Okl_Contract_Pub.update_contract_header(

3536: lp_chrv_rec.id := p_khr_id;
3537: lp_khrv_rec.id := p_khr_id;
3538: lp_khrv_rec.securitized_code := G_SECURITIZED_CODE_N;
3539:
3540: Okl_Contract_Pub.update_contract_header(
3541: p_api_version => p_api_version,
3542: p_init_msg_list => p_init_msg_list,
3543: x_return_status => l_return_status,
3544: x_msg_count => x_msg_count,