DBA Data[Home] [Help]

APPS.OKL_CS_LEASE_RENEWAL_PVT dependencies on OKL_CONTRACT_PUB

Line 31: subtype khrv_rec_type IS OKL_CONTRACT_PUB.khrv_rec_type;

27: -----------------------------------------------------------------------------------
28: G_PKG_NAME CONSTANT VARCHAR2(200) := 'OKL_CS_LEASE_RENEWAL';
29: G_APP_NAME CONSTANT VARCHAR2(3) := OKL_API.G_APP_NAME;
30:
31: subtype khrv_rec_type IS OKL_CONTRACT_PUB.khrv_rec_type;
32: subtype chrv_rec_type IS OKL_OKC_MIGRATION_PVT.chrv_rec_type;
33: TYPE kle_rec_type IS RECORD (
34: ID OKL_K_LINES_V.ID%TYPE
35: );

Line 601: okl_contract_pub.update_contract_header(

597: l_khrv_rec.id := x_chr_id;
598: l_chrv_rec.id := x_chr_id;
599: l_chrv_rec.sts_code := 'NEW';
600:
601: okl_contract_pub.update_contract_header(
602: p_api_version => 1.0,
603: p_init_msg_list => p_init_msg_list,
604: x_return_status => x_return_status,
605: x_msg_count => x_msg_count,

Line 701: okl_contract_pub.update_contract_header(

697:
698: l_chrv_rec.start_date := p_start_date;
699: l_chrv_rec.end_date := p_end_date;
700:
701: okl_contract_pub.update_contract_header(
702: p_api_version => 1.0,
703: p_init_msg_list => OKC_API.G_FALSE,
704: x_return_status => x_return_status,
705: x_msg_count => x_msg_count,

Line 803: okl_contract_pub.update_contract_line(

799: l_klev_tbl(i).residual_value := l_new_rv;
800:
801: END LOOP;
802:
803: okl_contract_pub.update_contract_line(
804: p_api_version => 1.0,
805: p_init_msg_list => OKC_API.G_FALSE,
806: x_return_status => x_return_status,
807: x_msg_count => x_msg_count,