DBA Data[Home] [Help]

APPS.OKL_CONTRACT_STATUS_PVT dependencies on OKL_CONTRACT_PUB

Line 379: p_khrv_rec okl_contract_pub.khrv_rec_type;

375: l_api_version CONSTANT NUMBER := 1;
376: l_return_status VARCHAR2(1) := OKL_API.G_RET_STS_SUCCESS;
377:
378: p_chrv_rec okl_okc_migration_pvt.chrv_rec_type;
379: p_khrv_rec okl_contract_pub.khrv_rec_type;
380: x_chrv_rec okl_okc_migration_pvt.chrv_rec_type;
381: x_khrv_rec okl_contract_pub.khrv_rec_type;
382:
383:

Line 381: x_khrv_rec okl_contract_pub.khrv_rec_type;

377:
378: p_chrv_rec okl_okc_migration_pvt.chrv_rec_type;
379: p_khrv_rec okl_contract_pub.khrv_rec_type;
380: x_chrv_rec okl_okc_migration_pvt.chrv_rec_type;
381: x_khrv_rec okl_contract_pub.khrv_rec_type;
382:
383:
384: BEGIN
385:

Line 409: okl_contract_pub.update_contract_header(

405:
406: p_khrv_rec.id := p_chr_id;
407:
408: /*
409: okl_contract_pub.update_contract_header(
410: p_api_version,
411: p_init_msg_list,
412: x_return_status,
413: x_msg_count,