DBA Data[Home] [Help]

APPS.OKL_SPLIT_ASSET_PVT dependencies on OKL_TXD_ASSETS_PUB

Line 4050: OKL_TXD_ASSETS_PUB.create_txd_asset_def(p_api_version => p_api_version,

4046: ---Bug#2723498 : 11.5.9 Currency conversion
4047:
4048: --dbms_output.put_line('Creating trx detail for child asset');
4049: --dbms_output.put_line('Before Creating trx detail for child asset'||l_txdv_rec.description);
4050: OKL_TXD_ASSETS_PUB.create_txd_asset_def(p_api_version => p_api_version,
4051: p_init_msg_list => p_init_msg_list,
4052: x_return_status => x_return_status,
4053: x_msg_count => x_msg_count,
4054: x_msg_data => x_msg_data,

Line 4101: OKL_TXD_ASSETS_PUB.create_txd_asset_def(p_api_version => p_api_version,

4097: l_txdv_rec.currency_conversion_date := p_txlv_rec.currency_conversion_date;
4098: ---Bug#2723498 : 11.5.9 Currency conversion
4099:
4100: --dbms_output.put_line('before Creating trx detail for parent asset'||x_return_status);
4101: OKL_TXD_ASSETS_PUB.create_txd_asset_def(p_api_version => p_api_version,
4102: p_init_msg_list => p_init_msg_list,
4103: x_return_status => x_return_status,
4104: x_msg_count => x_msg_count,
4105: x_msg_data => x_msg_data,

Line 6518: OKL_TXD_ASSETS_PUB.delete_txd_asset_def(p_api_version => p_api_version,

6514: END IF;
6515:
6516: ELSE
6517: -- delete transaction details and approprately create new transaction details
6518: OKL_TXD_ASSETS_PUB.delete_txd_asset_def(p_api_version => p_api_version,
6519: p_init_msg_list => p_init_msg_list,
6520: x_return_status => x_return_status,
6521: x_msg_count => x_msg_count,
6522: x_msg_data => x_msg_data,

Line 7133: OKL_TXD_ASSETS_PUB.update_txd_asset_def(

7129: IF (l_txdv_rec.id IS NULL) OR (l_txdv_rec.id = OKL_API.G_MISS_NUM) THEN
7130: EXIT;
7131: ELSE
7132:
7133: OKL_TXD_ASSETS_PUB.update_txd_asset_def(
7134: p_api_version => p_api_version,
7135: p_init_msg_list => p_init_msg_list,
7136: x_return_status => x_return_status,
7137: x_msg_count => x_msg_count,

Line 9105: OKL_TXD_ASSETS_PUB.update_txd_asset_def(p_api_version => p_api_version,

9101: l_txdv_rec := p_txdv_rec;
9102: l_txdv_rec.target_kle_id := l_cle_id;
9103: --update txd record to indicate correct target_kle_id
9104: --dbms_output.put_line('before updating txd target kle_id :'||to_char(l_cle_id));
9105: OKL_TXD_ASSETS_PUB.update_txd_asset_def(p_api_version => p_api_version,
9106: p_init_msg_list => p_init_msg_list,
9107: x_return_status => x_return_status,
9108: x_msg_count => x_msg_count,
9109: x_msg_data => x_msg_data,