DBA Data[Home] [Help]

APPS.OKL_PROPERTY_TAX_PUB dependencies on OKL_PTC_PVT

Line 6: subtype ptcv_rec_type is okl_ptc_pvt.ptcv_rec_type;

2: /* $Header: OKLPPTCS.pls 115.2 2002/07/18 18:39:21 rvaduri noship $ */
3:
4:
5:
6: subtype ptcv_rec_type is okl_ptc_pvt.ptcv_rec_type;
7: subtype ptcv_tbl_type is okl_ptc_pvt.ptcv_tbl_type;
8: ------------------------------------------------------------------------------
9: -- Global Variables
10: G_PKG_NAME CONSTANT VARCHAR2(200) := 'OKL_PROPERTY_TAX_PUB';

Line 7: subtype ptcv_tbl_type is okl_ptc_pvt.ptcv_tbl_type;

3:
4:
5:
6: subtype ptcv_rec_type is okl_ptc_pvt.ptcv_rec_type;
7: subtype ptcv_tbl_type is okl_ptc_pvt.ptcv_tbl_type;
8: ------------------------------------------------------------------------------
9: -- Global Variables
10: G_PKG_NAME CONSTANT VARCHAR2(200) := 'OKL_PROPERTY_TAX_PUB';
11: G_APP_NAME CONSTANT VARCHAR2(3) := OKL_API.G_APP_NAME;