DBA Data[Home] [Help]

APPS.OKL_OPEN_INTERFACE_PVT dependencies on OKL_TXD_ASSETS_PUB

Line 26521: okl_txd_assets_pub.update_txd_asset_def(

26517: IF (p_tax_life_in_mnth IS NOT NULL) THEN
26518: l_adpv_rec.life_in_months_tax := p_tax_life_in_mnth;
26519: END IF;
26520:
26521: okl_txd_assets_pub.update_txd_asset_def(
26522: p_api_version => 1.0,
26523: p_init_msg_list => OKL_API.G_FALSE,
26524: x_return_status => x_return_status,
26525: x_msg_count => x_msg_count,

Line 29318: okl_txd_assets_pub.update_txd_asset_def(

29314: IF (okl_line_rec.life_in_months_tax IS NOT NULL) THEN
29315: l_adpv_rec.life_in_months_tax := okl_line_rec.life_in_months_tax;
29316: END IF;
29317:
29318: okl_txd_assets_pub.update_txd_asset_def(
29319: p_api_version => 1.0,
29320: p_init_msg_list => OKL_API.G_FALSE,
29321: x_return_status => x_return_status,
29322: x_msg_count => x_msg_count,

Line 29469: okl_txd_assets_pub.create_txd_asset_def(

29465: l_adpv_rec.CURRENCY_CONVERSION_TYPE := okl_header_rec.currency_conversion_type;
29466: l_adpv_rec.CURRENCY_CONVERSION_RATE := okl_header_rec.currency_conversion_rate;
29467: l_adpv_rec.CURRENCY_CONVERSION_DATE := okl_header_rec.currency_conversion_date;
29468:
29469: okl_txd_assets_pub.create_txd_asset_def(
29470: p_api_version => 1.0,
29471: p_init_msg_list => OKL_API.G_FALSE,
29472: x_return_status => x_return_status,
29473: x_msg_count => x_msg_count,

Line 30274: okl_txd_assets_pub.create_txd_asset_def(

30270: l_adpv_rec.CURRENCY_CONVERSION_TYPE := okl_header_rec.currency_conversion_type;
30271: l_adpv_rec.CURRENCY_CONVERSION_RATE := okl_header_rec.currency_conversion_rate;
30272: l_adpv_rec.CURRENCY_CONVERSION_DATE := okl_header_rec.currency_conversion_date;
30273:
30274: okl_txd_assets_pub.create_txd_asset_def(
30275: p_api_version => 1.0,
30276: p_init_msg_list => OKL_API.G_FALSE,
30277: x_return_status => x_return_status,
30278: x_msg_count => x_msg_count,