DBA Data[Home] [Help]

APPS.OKL_CURE_RFND_STAGE_PUB dependencies on OKL_CRS_PVT

Line 4: subtype crsv_rec_type is OKL_crs_pvt.crsv_rec_type;

1: PACKAGE OKL_cure_rfnd_stage_pub AUTHID CURRENT_USER as
2: /* $Header: OKLPCRSS.pls 115.1 2003/04/24 22:04:18 jsanju noship $ */
3:
4: subtype crsv_rec_type is OKL_crs_pvt.crsv_rec_type;
5: subtype crsv_tbl_type is OKL_crs_pvt.crsv_tbl_type;
6: ------------------------------------------------------------------------------
7: -- Global Variables
8: G_PKG_NAME CONSTANT VARCHAR2(200) := 'OKL_cure_rfnd_stage_pub';

Line 5: subtype crsv_tbl_type is OKL_crs_pvt.crsv_tbl_type;

1: PACKAGE OKL_cure_rfnd_stage_pub AUTHID CURRENT_USER as
2: /* $Header: OKLPCRSS.pls 115.1 2003/04/24 22:04:18 jsanju noship $ */
3:
4: subtype crsv_rec_type is OKL_crs_pvt.crsv_rec_type;
5: subtype crsv_tbl_type is OKL_crs_pvt.crsv_tbl_type;
6: ------------------------------------------------------------------------------
7: -- Global Variables
8: G_PKG_NAME CONSTANT VARCHAR2(200) := 'OKL_cure_rfnd_stage_pub';
9: G_APP_NAME CONSTANT VARCHAR2(3) := OKC_API.G_APP_NAME;