DBA Data[Home] [Help]

APPS.OKL_MAINTAIN_CONTRACT_PVT dependencies on OKL_TXL_ASSETS_PUB

Line 130: l_tlpv_rec OKL_TXL_ASSETS_PUB.tlpv_rec_type;

126:
127: l_txd_id OKL_TXD_ASSETS_V.ID%TYPE;
128: l_txd_asset_number OKL_TXD_ASSETS_V.ASSET_NUMBER%TYPE;
129:
130: l_tlpv_rec OKL_TXL_ASSETS_PUB.tlpv_rec_type;
131: lx_tlpv_rec OKL_TXL_ASSETS_PUB.tlpv_rec_type;
132:
133: l_tlpv_temp_rec OKL_TXL_ASSETS_PUB.tlpv_rec_type;
134: lx_tlpv_temp_rec OKL_TXL_ASSETS_PUB.tlpv_rec_type;

Line 131: lx_tlpv_rec OKL_TXL_ASSETS_PUB.tlpv_rec_type;

127: l_txd_id OKL_TXD_ASSETS_V.ID%TYPE;
128: l_txd_asset_number OKL_TXD_ASSETS_V.ASSET_NUMBER%TYPE;
129:
130: l_tlpv_rec OKL_TXL_ASSETS_PUB.tlpv_rec_type;
131: lx_tlpv_rec OKL_TXL_ASSETS_PUB.tlpv_rec_type;
132:
133: l_tlpv_temp_rec OKL_TXL_ASSETS_PUB.tlpv_rec_type;
134: lx_tlpv_temp_rec OKL_TXL_ASSETS_PUB.tlpv_rec_type;
135:

Line 133: l_tlpv_temp_rec OKL_TXL_ASSETS_PUB.tlpv_rec_type;

129:
130: l_tlpv_rec OKL_TXL_ASSETS_PUB.tlpv_rec_type;
131: lx_tlpv_rec OKL_TXL_ASSETS_PUB.tlpv_rec_type;
132:
133: l_tlpv_temp_rec OKL_TXL_ASSETS_PUB.tlpv_rec_type;
134: lx_tlpv_temp_rec OKL_TXL_ASSETS_PUB.tlpv_rec_type;
135:
136: l_adpv_rec OKL_TXD_ASSETS_PUB.adpv_rec_type;
137: lx_adpv_rec OKL_TXD_ASSETS_PUB.adpv_rec_type;

Line 134: lx_tlpv_temp_rec OKL_TXL_ASSETS_PUB.tlpv_rec_type;

130: l_tlpv_rec OKL_TXL_ASSETS_PUB.tlpv_rec_type;
131: lx_tlpv_rec OKL_TXL_ASSETS_PUB.tlpv_rec_type;
132:
133: l_tlpv_temp_rec OKL_TXL_ASSETS_PUB.tlpv_rec_type;
134: lx_tlpv_temp_rec OKL_TXL_ASSETS_PUB.tlpv_rec_type;
135:
136: l_adpv_rec OKL_TXD_ASSETS_PUB.adpv_rec_type;
137: lx_adpv_rec OKL_TXD_ASSETS_PUB.adpv_rec_type;
138:

Line 230: okl_txl_assets_pub.update_txl_asset_Def(

226: l_tlpv_rec :=l_tlpv_temp_rec;
227: lx_tlpv_rec :=lx_tlpv_temp_rec;
228: l_tlpv_rec.id := l_txl_id;
229: l_tlpv_rec.asset_number := l_asset_new_number; --15 character
230: okl_txl_assets_pub.update_txl_asset_Def(
231: p_api_version => p_api_version,
232: p_init_msg_list => p_init_msg_list,
233: x_return_status => x_return_status,
234: x_msg_count => x_msg_count,