DBA Data[Home] [Help]

APPS.OKS_RENEW_UTIL_PVT dependencies on OKC_CONTRACT_PUB

Line 58: l_okc_hdr_rec_in OKC_CONTRACT_PUB.chrv_rec_type;

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:
61: e_error EXCEPTION;
62:

Line 59: l_okc_hdr_rec_out OKC_CONTRACT_PUB.chrv_rec_type;

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:
61: e_error EXCEPTION;
62:
63: BEGIN

Line 88: okc_contract_pub.update_contract_header(

84:
85: l_okc_hdr_rec_in.id := p_chr_id;
86: l_okc_hdr_rec_in.sts_code := p_chr_status;
87:
88: okc_contract_pub.update_contract_header(
89: p_api_version => l_api_version,
90: p_init_msg_list => l_init_msg_list,
91: x_return_status => l_return_status,
92: x_msg_count => l_msg_count,