DBA Data[Home] [Help]

APPS.OKL_OPEN_INTERFACE_PVT dependencies on OKL_TXL_ASSETS_PUB

Line 703: SUBTYPE tlpv_rec_type IS okl_txl_assets_pub.tlpv_rec_type;

699: ,ST_TAX_SCHEDULE_APPLIES_FLAG OKL_HEADER_INTERFACE.ST_TAX_SCHEDULE_APPLIES_FLAG%TYPE
700: );
701:
702: SUBTYPE fee_types_rec_type IS OKL_MAINTAIN_FEE_PVT.fee_types_rec_type;
703: SUBTYPE tlpv_rec_type IS okl_txl_assets_pub.tlpv_rec_type;
704:
705: TYPE intf_party_rec_type IS RECORD (
706: CONTRACT_NUMBER OKL_HEADER_INTERFACE.CONTRACT_NUMBER_OLD%TYPE
707: ,LINE_NUMBER OKL_LINES_INTERFACE.LINE_NUMBER%TYPE

Line 30591: okl_txl_assets_pub.update_txl_asset_def(

30587: l_talv_rec.id := txl_rec.id;
30588: l_talv_rec.depreciation_cost := okl_line_rec.depreciation_cost;
30589: END LOOP;
30590:
30591: okl_txl_assets_pub.update_txl_asset_def(
30592: p_api_version => 1.0,
30593: p_init_msg_list => OKL_API.G_FALSE,
30594: x_return_status => x_return_status,
30595: x_msg_count => x_msg_count,