DBA Data[Home] [Help]

APPS.OKL_AM_PROCESS_ASSET_TRX_PVT dependencies on OKL_TXL_ASSETS_PUB

Line 187: SUBTYPE tlpv_rec_type IS okl_txl_assets_pub.tlpv_rec_type;

183: l_total_count NUMBER;
184: l_sysdate DATE;
185:
186: --SECHAWLA 17-DEC-04 Bug # 4028371
187: SUBTYPE tlpv_rec_type IS okl_txl_assets_pub.tlpv_rec_type;
188:
189: lp_tlpv_rec tlpv_rec_type;
190: lx_tlpv_rec tlpv_rec_type;
191:

Line 1192: OKL_TXL_ASSETS_PUB.update_txl_asset_Def(

1188: -- update date on the trx line
1189: lp_tlpv_rec.id := l_assettrx_rec.line_id;
1190: lp_tlpv_rec.FA_TRX_DATE := l_fa_trx_date;
1191:
1192: OKL_TXL_ASSETS_PUB.update_txl_asset_Def(
1193: p_api_version => p_api_version,
1194: p_init_msg_list => OKC_API.G_FALSE,
1195: x_return_status => l_return_status,
1196: x_msg_count => x_msg_count,