DBA Data[Home] [Help]

APPS.OKL_SECURITIZATION_PVT dependencies on OKL_CONTRACT_PUB

Line 3328: lp_khrv_rec Okl_Contract_Pub.khrv_rec_type;

3324: lx_poxv_rec poxv_rec_type;
3325:
3326: lp_chrv_rec Okl_Okc_Migration_Pvt.chrv_rec_type;
3327: lx_chrv_rec Okl_Okc_Migration_Pvt.chrv_rec_type;
3328: lp_khrv_rec Okl_Contract_Pub.khrv_rec_type;
3329: lx_khrv_rec Okl_Contract_Pub.khrv_rec_type;
3330:
3331: l_api_name CONSTANT VARCHAR2(30) := 'buyback_streams';
3332: l_api_version CONSTANT NUMBER := 1.0;

Line 3329: lx_khrv_rec Okl_Contract_Pub.khrv_rec_type;

3325:
3326: lp_chrv_rec Okl_Okc_Migration_Pvt.chrv_rec_type;
3327: lx_chrv_rec Okl_Okc_Migration_Pvt.chrv_rec_type;
3328: lp_khrv_rec Okl_Contract_Pub.khrv_rec_type;
3329: lx_khrv_rec Okl_Contract_Pub.khrv_rec_type;
3330:
3331: l_api_name CONSTANT VARCHAR2(30) := 'buyback_streams';
3332: l_api_version CONSTANT NUMBER := 1.0;
3333: l_return_status VARCHAR2(1) := Okl_Api.G_RET_STS_SUCCESS;

Line 3485: Okl_Contract_Pub.update_contract_header(

3481: lp_chrv_rec.id := p_khr_id;
3482: lp_khrv_rec.id := p_khr_id;
3483: lp_khrv_rec.securitized_code := G_SECURITIZED_CODE_N;
3484:
3485: Okl_Contract_Pub.update_contract_header(
3486: p_api_version => p_api_version,
3487: p_init_msg_list => p_init_msg_list,
3488: x_return_status => l_return_status,
3489: x_msg_count => x_msg_count,