DBA Data[Home] [Help]

APPS.OKL_SPLIT_ASSET_PVT dependencies on OKL_TXD_ASSETS_PUB

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

4074: ---Bug#2723498 : 11.5.9 Currency conversion
4075:
4076: --dbms_output.put_line('Creating trx detail for child asset');
4077: --dbms_output.put_line('Before Creating trx detail for child asset'||l_txdv_rec.description);
4078: OKL_TXD_ASSETS_PUB.create_txd_asset_def(p_api_version => p_api_version,
4079: p_init_msg_list => p_init_msg_list,
4080: x_return_status => x_return_status,
4081: x_msg_count => x_msg_count,
4082: x_msg_data => x_msg_data,

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

4125: l_txdv_rec.currency_conversion_date := p_txlv_rec.currency_conversion_date;
4126: ---Bug#2723498 : 11.5.9 Currency conversion
4127:
4128: --dbms_output.put_line('before Creating trx detail for parent asset'||x_return_status);
4129: OKL_TXD_ASSETS_PUB.create_txd_asset_def(p_api_version => p_api_version,
4130: p_init_msg_list => p_init_msg_list,
4131: x_return_status => x_return_status,
4132: x_msg_count => x_msg_count,
4133: x_msg_data => x_msg_data,

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

6567: END IF;
6568:
6569: ELSE
6570: -- delete transaction details and approprately create new transaction details
6571: OKL_TXD_ASSETS_PUB.delete_txd_asset_def(p_api_version => p_api_version,
6572: p_init_msg_list => p_init_msg_list,
6573: x_return_status => x_return_status,
6574: x_msg_count => x_msg_count,
6575: x_msg_data => x_msg_data,

Line 7186: OKL_TXD_ASSETS_PUB.update_txd_asset_def(

7182: IF (l_txdv_rec.id IS NULL) OR (l_txdv_rec.id = OKL_API.G_MISS_NUM) THEN
7183: EXIT;
7184: ELSE
7185:
7186: OKL_TXD_ASSETS_PUB.update_txd_asset_def(
7187: p_api_version => p_api_version,
7188: p_init_msg_list => p_init_msg_list,
7189: x_return_status => x_return_status,
7190: x_msg_count => x_msg_count,

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

9154: l_txdv_rec := p_txdv_rec;
9155: l_txdv_rec.target_kle_id := l_cle_id;
9156: --update txd record to indicate correct target_kle_id
9157: --dbms_output.put_line('before updating txd target kle_id :'||to_char(l_cle_id));
9158: OKL_TXD_ASSETS_PUB.update_txd_asset_def(p_api_version => p_api_version,
9159: p_init_msg_list => p_init_msg_list,
9160: x_return_status => x_return_status,
9161: x_msg_count => x_msg_count,
9162: x_msg_data => x_msg_data,