DBA Data[Home] [Help]

APPS.OKL_AM_ASSET_RELOCATION_PVT dependencies on FA_API_TYPES

Line 183: l_trans_rec FA_API_TYPES.trans_rec_type;

179:
180: SUBTYPE thpv_rec_type IS okl_trx_assets_pub.thpv_rec_type;
181: SUBTYPE tlpv_rec_type IS okl_txl_assets_pub.tlpv_rec_type;
182:
183: l_trans_rec FA_API_TYPES.trans_rec_type;
184: l_asset_hdr_rec FA_API_TYPES.asset_hdr_rec_type;
185: l_asset_dist_tbl FA_API_TYPES.asset_dist_tbl_type;
186:
187: l_return_status VARCHAR2(1) := OKC_API.G_RET_STS_SUCCESS;

Line 184: l_asset_hdr_rec FA_API_TYPES.asset_hdr_rec_type;

180: SUBTYPE thpv_rec_type IS okl_trx_assets_pub.thpv_rec_type;
181: SUBTYPE tlpv_rec_type IS okl_txl_assets_pub.tlpv_rec_type;
182:
183: l_trans_rec FA_API_TYPES.trans_rec_type;
184: l_asset_hdr_rec FA_API_TYPES.asset_hdr_rec_type;
185: l_asset_dist_tbl FA_API_TYPES.asset_dist_tbl_type;
186:
187: l_return_status VARCHAR2(1) := OKC_API.G_RET_STS_SUCCESS;
188: l_api_name CONSTANT VARCHAR2(30) := 'Change_FA_Location';

Line 185: l_asset_dist_tbl FA_API_TYPES.asset_dist_tbl_type;

181: SUBTYPE tlpv_rec_type IS okl_txl_assets_pub.tlpv_rec_type;
182:
183: l_trans_rec FA_API_TYPES.trans_rec_type;
184: l_asset_hdr_rec FA_API_TYPES.asset_hdr_rec_type;
185: l_asset_dist_tbl FA_API_TYPES.asset_dist_tbl_type;
186:
187: l_return_status VARCHAR2(1) := OKC_API.G_RET_STS_SUCCESS;
188: l_api_name CONSTANT VARCHAR2(30) := 'Change_FA_Location';
189: