DBA Data[Home] [Help]

APPS.OKL_TXL_ASSETS_PUB dependencies on OKL_TXL_ASSETS_PVT

Line 44: OKL_TXL_ASSETS_PVT.create_txl_asset_Def(p_api_version => p_api_version,

40: -- Verticle industry pre- processing section
41: -- Business API call section
42: l_tlpv_rec.id := p_tlpv_rec.id;
43: l_tlpv_rec.object_version_number := p_tlpv_rec.object_version_number;
44: OKL_TXL_ASSETS_PVT.create_txl_asset_Def(p_api_version => p_api_version,
45: p_init_msg_list => p_init_msg_list,
46: x_return_status => l_return_status,
47: x_msg_count => x_msg_count,
48: x_msg_data => x_msg_data,

Line 188: OKL_TXL_ASSETS_PVT.update_txl_asset_Def(p_api_version => p_api_version,

184: -- Verticle industry pre- processing section
185: -- Business API call section
186: l_tlpv_rec.id := p_tlpv_rec.id;
187: l_tlpv_rec.object_version_number := p_tlpv_rec.object_version_number;
188: OKL_TXL_ASSETS_PVT.update_txl_asset_Def(p_api_version => p_api_version,
189: p_init_msg_list => p_init_msg_list,
190: x_return_status => l_return_status,
191: x_msg_count => x_msg_count,
192: x_msg_data => x_msg_data,

Line 332: OKL_TXL_ASSETS_PVT.delete_txl_asset_def(p_api_version => p_api_version,

328: -- Verticle industry pre- processing section
329: -- Business API call section
330: l_tlpv_rec.id := p_tlpv_rec.id;
331: l_tlpv_rec.object_version_number := p_tlpv_rec.object_version_number;
332: OKL_TXL_ASSETS_PVT.delete_txl_asset_def(p_api_version => p_api_version,
333: p_init_msg_list => p_init_msg_list,
334: x_return_status => l_return_status,
335: x_msg_count => x_msg_count,
336: x_msg_data => x_msg_data,

Line 472: OKL_TXL_ASSETS_PVT.validate_txl_asset_def(p_api_version => p_api_version,

468: -- Verticle industry pre- processing section
469: -- Business API call section
470: l_tlpv_rec.id := p_tlpv_rec.id;
471: l_tlpv_rec.object_version_number := p_tlpv_rec.object_version_number;
472: OKL_TXL_ASSETS_PVT.validate_txl_asset_def(p_api_version => p_api_version,
473: p_init_msg_list => p_init_msg_list,
474: x_return_status => l_return_status,
475: x_msg_count => x_msg_count,
476: x_msg_data => x_msg_data,

Line 608: OKL_TXL_ASSETS_PVT.lock_txl_asset_def(p_api_version => p_api_version,

604: END IF;
605: -- Business API call section
606: l_tlpv_rec.id := p_tlpv_rec.id;
607: l_tlpv_rec.object_version_number := p_tlpv_rec.object_version_number;
608: OKL_TXL_ASSETS_PVT.lock_txl_asset_def(p_api_version => p_api_version,
609: p_init_msg_list => p_init_msg_list,
610: x_return_status => l_return_status,
611: x_msg_count => x_msg_count,
612: x_msg_data => x_msg_data,