DBA Data[Home] [Help]

APPS.OKL_ACTIVATE_ASSET_PVT dependencies on OKL_CONTRACT_PUB

Line 3203: l_khrv_rec okl_contract_pub.khrv_rec_type;

3199: l_Multi_GAAP_YN Varchar2(1);
3200: l_rep_pdt_bk_done Varchar2(1) default 'N';
3201:
3202: l_chrv_rec okl_okc_migration_pvt.chrv_rec_type;
3203: l_khrv_rec okl_contract_pub.khrv_rec_type;
3204: x_chrv_rec okl_okc_migration_pvt.chrv_rec_type;
3205: x_khrv_rec okl_contract_pub.khrv_rec_type;
3206:
3207: l_bk_dfs_rec bk_dfs_csr%ROWTYPE;

Line 3205: x_khrv_rec okl_contract_pub.khrv_rec_type;

3201:
3202: l_chrv_rec okl_okc_migration_pvt.chrv_rec_type;
3203: l_khrv_rec okl_contract_pub.khrv_rec_type;
3204: x_chrv_rec okl_okc_migration_pvt.chrv_rec_type;
3205: x_khrv_rec okl_contract_pub.khrv_rec_type;
3206:
3207: l_bk_dfs_rec bk_dfs_csr%ROWTYPE;
3208:
3209: l_func_curr_code OKL_K_HEADERS_FULL_V.CURRENCY_CODE%TYPE;

Line 4419: okl_contract_pub.update_contract_header(

4415: l_chrv_rec.id := p_chrv_id;
4416: l_khrv_rec.id := p_chrv_id;
4417: l_khrv_rec.multi_gaap_yn := 'Y';
4418:
4419: okl_contract_pub.update_contract_header(
4420: p_api_version => p_api_version,
4421: p_init_msg_list => p_init_msg_list,
4422: x_return_status => x_return_status,
4423: x_msg_count => x_msg_count,