DBA Data[Home] [Help]

APPS.OKS_RENEW_UTIL_PVT dependencies on OKS_CONTRACT_HDR_PUB

Line 55: l_khdr_rec_in OKS_CONTRACT_HDR_PUB.khrv_rec_type;

51: l_return_status VARCHAR2(1);
52: l_msg_count NUMBER;
53: l_msg_data VARCHAR2(2000) := NULL;
54:
55: l_khdr_rec_in OKS_CONTRACT_HDR_PUB.khrv_rec_type;
56: l_khdr_rec_out OKS_CONTRACT_HDR_PUB.khrv_rec_type;
57:
58: l_okc_hdr_rec_in OKC_CONTRACT_PUB.chrv_rec_type;
59: l_okc_hdr_rec_out OKC_CONTRACT_PUB.chrv_rec_type;

Line 56: l_khdr_rec_out OKS_CONTRACT_HDR_PUB.khrv_rec_type;

52: l_msg_count NUMBER;
53: l_msg_data VARCHAR2(2000) := NULL;
54:
55: l_khdr_rec_in OKS_CONTRACT_HDR_PUB.khrv_rec_type;
56: l_khdr_rec_out OKS_CONTRACT_HDR_PUB.khrv_rec_type;
57:
58: l_okc_hdr_rec_in OKC_CONTRACT_PUB.chrv_rec_type;
59: l_okc_hdr_rec_out OKC_CONTRACT_PUB.chrv_rec_type;
60:

Line 70: oks_contract_hdr_pub.update_header(

66:
67: l_khdr_rec_in.chr_id := p_chr_id;
68: l_khdr_rec_in.renewal_status := p_renew_status;
69:
70: oks_contract_hdr_pub.update_header(
71: p_api_version => l_api_version,
72: p_init_msg_list => l_init_msg_list,
73: x_return_status => l_return_status,
74: x_msg_count => l_msg_count,