DBA Data[Home] [Help]

APPS.OKL_CONTRACT_PROD_OPTNS_PVT dependencies on OKL_CSP_PVT

Line 4: subtype cspv_rec_type is okl_csp_pvt.cspv_rec_type;

1: PACKAGE OKL_CONTRACT_PROD_OPTNS_PVT AUTHID CURRENT_USER AS
2: /* $Header: OKLCCSPS.pls 115.2 2002/02/25 10:12:12 pkm ship $ */
3:
4: subtype cspv_rec_type is okl_csp_pvt.cspv_rec_type;
5: subtype cspv_tbl_type is okl_csp_pvt.cspv_tbl_type;
6:
7: G_EXCEPTION_HALT_VALIDATION EXCEPTION;
8: G_COL_NAME_TOKEN CONSTANT VARCHAR2(200) := OKC_API.G_COL_NAME_TOKEN;

Line 5: subtype cspv_tbl_type is okl_csp_pvt.cspv_tbl_type;

1: PACKAGE OKL_CONTRACT_PROD_OPTNS_PVT AUTHID CURRENT_USER AS
2: /* $Header: OKLCCSPS.pls 115.2 2002/02/25 10:12:12 pkm ship $ */
3:
4: subtype cspv_rec_type is okl_csp_pvt.cspv_rec_type;
5: subtype cspv_tbl_type is okl_csp_pvt.cspv_tbl_type;
6:
7: G_EXCEPTION_HALT_VALIDATION EXCEPTION;
8: G_COL_NAME_TOKEN CONSTANT VARCHAR2(200) := OKC_API.G_COL_NAME_TOKEN;
9: G_PARENT_TABLE_TOKEN CONSTANT VARCHAR2(200) := OKC_API.G_PARENT_TABLE_TOKEN;