DBA Data[Home] [Help]

APPS.OKL_AM_AMORTIZE_PVT dependencies on OKL_TRX_ASSETS

Line 4: SUBTYPE thpv_rec_type IS okl_trx_assets_pub.thpv_rec_type;

1: PACKAGE OKL_AM_AMORTIZE_PVT AS
2: /* $Header: OKLRTATS.pls 120.6 2006/07/11 10:03:57 dkagrawa noship $ */
3:
4: SUBTYPE thpv_rec_type IS okl_trx_assets_pub.thpv_rec_type;
5: SUBTYPE tlpv_rec_type IS okl_txl_assets_pub.tlpv_rec_type;
6:
7: SUBTYPE thpv_tbl_type IS okl_trx_assets_pub.thpv_tbl_type;
8: SUBTYPE tlpv_tbl_type IS okl_txl_assets_pub.tlpv_tbl_type;

Line 7: SUBTYPE thpv_tbl_type IS okl_trx_assets_pub.thpv_tbl_type;

3:
4: SUBTYPE thpv_rec_type IS okl_trx_assets_pub.thpv_rec_type;
5: SUBTYPE tlpv_rec_type IS okl_txl_assets_pub.tlpv_rec_type;
6:
7: SUBTYPE thpv_tbl_type IS okl_trx_assets_pub.thpv_tbl_type;
8: SUBTYPE tlpv_tbl_type IS okl_txl_assets_pub.tlpv_tbl_type;
9:
10: ---------------------------------------------------------------------------
11: -- GLOBAL CONSTANTS

Line 69: p_tas_id OKL_TRX_ASSETS.id%TYPE,

65:
66: -- RMUNJULU 3608615
67: -- new rec type for depreciation info
68: TYPE deprn_rec_type IS RECORD (
69: p_tas_id OKL_TRX_ASSETS.id%TYPE,
70: p_tal_id OKL_TXL_ASSETS_V.id%TYPE,
71: p_dep_method OKL_TXL_ASSETS_V.deprn_method%TYPE,
72: p_life_in_months OKL_TXL_ASSETS_V.life_in_months%TYPE,
73: --SECHAWLA 28-MAY-04 3645574 : Added deprn_rate

Line 75: p_date_trns_occured OKL_TRX_ASSETS.date_trans_occurred%TYPE,

71: p_dep_method OKL_TXL_ASSETS_V.deprn_method%TYPE,
72: p_life_in_months OKL_TXL_ASSETS_V.life_in_months%TYPE,
73: --SECHAWLA 28-MAY-04 3645574 : Added deprn_rate
74: p_deprn_rate_percent OKL_TXL_ASSETS_V.deprn_rate%TYPE, -- SECHAWLA 03-JUN-04 3657624 : changed p_deprn_rate to p_deprn_rate_percent
75: p_date_trns_occured OKL_TRX_ASSETS.date_trans_occurred%TYPE,
76: p_salvage_value OKL_TXL_ASSETS_V.salvage_value%TYPE);
77:
78: -- RMUNJULU 3608615
79: -- update off-lease transaction