DBA Data[Home] [Help]

APPS.OKL_COPY_ASSET_PVT dependencies on OKL_CONTRACT_PUB

Line 82: subtype klev_rec_type is OKL_CONTRACT_PUB.klev_rec_type;

78: -- COMPOSITE GLOBAL VARIABLES
79: -------------------------------------------------------------------------------------------------
80: subtype cimv_rec_type is OKL_OKC_MIGRATION_PVT.cimv_rec_type;
81: subtype clev_rec_type is OKL_OKC_MIGRATION_PVT.clev_rec_type;
82: subtype klev_rec_type is OKL_CONTRACT_PUB.klev_rec_type;
83: subtype trxv_rec_type is OKL_TRX_ASSETS_PUB.thpv_rec_type;
84: subtype trxv_tbl_type is OKL_TRX_ASSETS_PUB.thpv_tbl_type;
85: subtype talv_rec_type is OKL_TXL_ASSETS_PUB.tlpv_rec_type;
86: subtype talv_tbl_type is OKL_TXL_ASSETS_PUB.tlpv_tbl_type;

Line 3933: l_klev_rec okl_contract_pub.klev_rec_type;

3929: and msi.inventory_item_id = p_inv_item_id;
3930:
3931: l_asset_category_id mtl_system_items.asset_category_id%TYPE default NULL;
3932: l_clev_rec okl_okc_migration_pvt.clev_rec_type;
3933: l_klev_rec okl_contract_pub.klev_rec_type;
3934: lx_clev_rec okl_okc_migration_pvt.clev_rec_type;
3935: lx_klev_rec okl_contract_pub.klev_rec_type;
3936:
3937: l_inv_item_id number;

Line 3935: lx_klev_rec okl_contract_pub.klev_rec_type;

3931: l_asset_category_id mtl_system_items.asset_category_id%TYPE default NULL;
3932: l_clev_rec okl_okc_migration_pvt.clev_rec_type;
3933: l_klev_rec okl_contract_pub.klev_rec_type;
3934: lx_clev_rec okl_okc_migration_pvt.clev_rec_type;
3935: lx_klev_rec okl_contract_pub.klev_rec_type;
3936:
3937: l_inv_item_id number;
3938: l_inv_org_id number;
3939:

Line 3991: okl_contract_pub.update_contract_line(

3987: l_clev_rec.id := p_cle_id;
3988: l_klev_rec.id := p_cle_id;
3989: l_klev_rec.item_insurance_category := l_asset_category_id;
3990:
3991: okl_contract_pub.update_contract_line(
3992: p_api_version => p_api_version,
3993: p_init_msg_list => p_init_msg_list,
3994: x_return_status => x_return_status,
3995: x_msg_count => x_msg_count,

Line 4338: l_fin_klev_rec okl_contract_pub.klev_rec_type;

4334: --Bug# 3621663
4335:
4336: --Bug# 3877032
4337: l_fin_clev_rec okl_okc_migration_pvt.clev_rec_type;
4338: l_fin_klev_rec okl_contract_pub.klev_rec_type;
4339: lx_fin_clev_rec okl_okc_migration_pvt.clev_rec_type;
4340: lx_fin_klev_rec okl_contract_pub.klev_rec_type;
4341:
4342: BEGIN

Line 4340: lx_fin_klev_rec okl_contract_pub.klev_rec_type;

4336: --Bug# 3877032
4337: l_fin_clev_rec okl_okc_migration_pvt.clev_rec_type;
4338: l_fin_klev_rec okl_contract_pub.klev_rec_type;
4339: lx_fin_clev_rec okl_okc_migration_pvt.clev_rec_type;
4340: lx_fin_klev_rec okl_contract_pub.klev_rec_type;
4341:
4342: BEGIN
4343: x_return_status := OKL_API.G_RET_STS_SUCCESS;
4344: -- Call start_activity to create savepoint, check compatibility

Line 4980: OKL_CONTRACT_PUB.update_contract_line(p_api_version => p_api_version,

4976: p_msg_name => G_LINE_RECORD);
4977: RAISE G_EXCEPTION_HALT_VALIDATION;
4978: END IF;
4979: l_clev_rec.name := lv_gen_asset_number;
4980: OKL_CONTRACT_PUB.update_contract_line(p_api_version => p_api_version,
4981: p_init_msg_list => p_init_msg_list,
4982: x_return_status => x_return_status,
4983: x_msg_count => x_msg_count,
4984: x_msg_data => x_msg_data,

Line 5329: okl_contract_pub.update_contract_line(p_api_version => p_api_version,

5325:
5326: l_fin_klev_rec.id := x_cle_id;
5327: l_fin_clev_rec.id := x_cle_id;
5328:
5329: okl_contract_pub.update_contract_line(p_api_version => p_api_version,
5330: p_init_msg_list => p_init_msg_list,
5331: x_return_status => x_return_status,
5332: x_msg_count => x_msg_count,
5333: x_msg_data => x_msg_data,

Line 5642: l_fin_klev_rec okl_contract_pub.klev_rec_type;

5638: and fin_ast_cleb.dnz_chr_id = cov_ast_cim.dnz_chr_id);
5639:
5640:
5641: l_fin_clev_rec okl_okc_migration_pvt.clev_rec_type;
5642: l_fin_klev_rec okl_contract_pub.klev_rec_type;
5643: lx_fin_clev_rec okl_okc_migration_pvt.clev_rec_type;
5644: lx_fin_klev_rec okl_contract_pub.klev_rec_type;
5645:
5646: BEGIN

Line 5644: lx_fin_klev_rec okl_contract_pub.klev_rec_type;

5640:
5641: l_fin_clev_rec okl_okc_migration_pvt.clev_rec_type;
5642: l_fin_klev_rec okl_contract_pub.klev_rec_type;
5643: lx_fin_clev_rec okl_okc_migration_pvt.clev_rec_type;
5644: lx_fin_klev_rec okl_contract_pub.klev_rec_type;
5645:
5646: BEGIN
5647: x_return_status := OKL_API.G_RET_STS_SUCCESS;
5648: l_new_lnk_cim_id := p_new_lnk_cim_id;

Line 5708: okl_contract_pub.update_contract_line(p_api_version => p_api_version,

5704: raise OKC_API.G_EXCEPTION_ERROR;
5705: End If;
5706:
5707:
5708: okl_contract_pub.update_contract_line(p_api_version => p_api_version,
5709: p_init_msg_list => p_init_msg_list,
5710: x_return_status => x_return_status,
5711: x_msg_count => x_msg_count,
5712: x_msg_data => x_msg_data,