DBA Data[Home] [Help]

APPS.OKL_CURE_FUNDS_SUMS_PUB dependencies on OKL_CFS_PVT

Line 6: subtype cfsv_rec_type is OKL_cfs_pvt.cfsv_rec_type;

2: /* $Header: OKLPCFSS.pls 115.2 2002/07/30 19:53:36 pdevaraj noship $ */
3:
4:
5:
6: subtype cfsv_rec_type is OKL_cfs_pvt.cfsv_rec_type;
7: subtype cfsv_tbl_type is OKL_cfs_pvt.cfsv_tbl_type;
8: ------------------------------------------------------------------------------
9: -- Global Variables
10: G_PKG_NAME CONSTANT VARCHAR2(200) := 'OKL_CURE_FUNDS_SUMS_PUB';

Line 7: subtype cfsv_tbl_type is OKL_cfs_pvt.cfsv_tbl_type;

3:
4:
5:
6: subtype cfsv_rec_type is OKL_cfs_pvt.cfsv_rec_type;
7: subtype cfsv_tbl_type is OKL_cfs_pvt.cfsv_tbl_type;
8: ------------------------------------------------------------------------------
9: -- Global Variables
10: G_PKG_NAME CONSTANT VARCHAR2(200) := 'OKL_CURE_FUNDS_SUMS_PUB';
11: G_APP_NAME CONSTANT VARCHAR2(3) := OKC_API.G_APP_NAME;