DBA Data[Home] [Help]

APPS.OKL_SSC_CONTRACTS dependencies on OKL_CONTRACT_PUB

Line 19: l_khrv_rec okl_contract_pub.khrv_rec_type;

15: l_return_status VARCHAR2(1);
16: l_msg_count NUMBER;
17: l_msg_data VARCHAR2(2000);
18: l_chrv_rec okl_okc_migration_pvt.chrv_rec_type;
19: l_khrv_rec okl_contract_pub.khrv_rec_type;
20: lx_chrv_rec okl_okc_migration_pvt.chrv_rec_type;
21: lx_khrv_rec okl_contract_pub.khrv_rec_type;
22: l_msg_index_out NUMBER;
23:

Line 21: lx_khrv_rec okl_contract_pub.khrv_rec_type;

17: l_msg_data VARCHAR2(2000);
18: l_chrv_rec okl_okc_migration_pvt.chrv_rec_type;
19: l_khrv_rec okl_contract_pub.khrv_rec_type;
20: lx_chrv_rec okl_okc_migration_pvt.chrv_rec_type;
21: lx_khrv_rec okl_contract_pub.khrv_rec_type;
22: l_msg_index_out NUMBER;
23:
24: error_accepting_asset EXCEPTION;
25:

Line 35: OKL_CONTRACT_PUB.update_contract_header(

31:
32: l_khrv_rec.AMD_CODE := 'SELF_SERVICE';
33:
34:
35: OKL_CONTRACT_PUB.update_contract_header(
36: p_api_version => l_api_version,
37: p_init_msg_list => OKL_API.G_FALSE,
38: x_return_status => l_return_status,
39: x_msg_count => l_msg_count,