DBA Data[Home] [Help]

APPS.OKL_DEAL_TERMS_PVT dependencies on OKL_CONTRACT_PUB

Line 79: lp_khrv_rec OKL_CONTRACT_PUB.khrv_rec_type;

75:
76: lp_chrv_rec OKL_OKC_MIGRATION_PVT.chrv_rec_type;
77: lx_chrv_rec OKL_OKC_MIGRATION_PVT.chrv_rec_type;
78:
79: lp_khrv_rec OKL_CONTRACT_PUB.khrv_rec_type;
80: lx_khrv_rec OKL_CONTRACT_PUB.khrv_rec_type;
81: l_msg_data VARCHAR2(4000);
82: l_msg_index_out number;
83:

Line 80: lx_khrv_rec OKL_CONTRACT_PUB.khrv_rec_type;

76: lp_chrv_rec OKL_OKC_MIGRATION_PVT.chrv_rec_type;
77: lx_chrv_rec OKL_OKC_MIGRATION_PVT.chrv_rec_type;
78:
79: lp_khrv_rec OKL_CONTRACT_PUB.khrv_rec_type;
80: lx_khrv_rec OKL_CONTRACT_PUB.khrv_rec_type;
81: l_msg_data VARCHAR2(4000);
82: l_msg_index_out number;
83:
84: BEGIN

Line 162: OKL_CONTRACT_PUB.update_contract_header(

158: lp_chrv_rec.id := p_rgpv_rec.chr_id;
159: lp_khrv_rec.id := p_rgpv_rec.chr_id;
160: lp_chrv_rec.bill_to_site_use_id := p_rgpv_rec.bill_to_site_use_id;
161:
162: OKL_CONTRACT_PUB.update_contract_header(
163: p_api_version => p_api_version,
164: p_init_msg_list => p_init_msg_list,
165: x_return_status => x_return_status,
166: x_msg_count => x_msg_count,