DBA Data[Home] [Help]

APPS.OKL_PRTFL_CONTRACTS_PUB dependencies on OKL_PFC_PVT

Line 6: subtype pfcv_rec_type is okl_pfc_pvt.pfcv_rec_type;

2: /* $Header: OKLPPFCS.pls 115.0 2002/04/16 19:33:23 pkm ship $ */
3:
4:
5:
6: subtype pfcv_rec_type is okl_pfc_pvt.pfcv_rec_type;
7: subtype pfcv_tbl_type is okl_pfc_pvt.pfcv_tbl_type;
8: ------------------------------------------------------------------------------
9: -- Global Variables
10: G_PKG_NAME CONSTANT VARCHAR2(200) := 'OKL_PRTFL_CONTRACTS_PUB';

Line 7: subtype pfcv_tbl_type is okl_pfc_pvt.pfcv_tbl_type;

3:
4:
5:
6: subtype pfcv_rec_type is okl_pfc_pvt.pfcv_rec_type;
7: subtype pfcv_tbl_type is okl_pfc_pvt.pfcv_tbl_type;
8: ------------------------------------------------------------------------------
9: -- Global Variables
10: G_PKG_NAME CONSTANT VARCHAR2(200) := 'OKL_PRTFL_CONTRACTS_PUB';
11: G_APP_NAME CONSTANT VARCHAR2(3) := OKC_API.G_APP_NAME;