DBA Data[Home] [Help]

APPS.OKL_INS_CLAIM_ASSET_PVT dependencies on OKL_CLM_PVT

Line 5: subtype clmv_tbl_type is okl_clm_pvt.clmv_tbl_type;

1: PACKAGE OKL_INS_CLAIM_ASSET_PVT AUTHID CURRENT_USER AS
2: /* $Header: OKLRCLAS.pls 120.2 2005/10/30 03:38:51 appldev noship $ */
3: subtype acdv_tbl_type is okl_acd_pvt.acdv_tbl_type;
4: subtype acnv_tbl_type is okl_acn_pvt.acnv_tbl_type;
5: subtype clmv_tbl_type is okl_clm_pvt.clmv_tbl_type;
6:
7: TYPE stmid_rec_type IS RECORD (
8: ID NUMBER := OKL_API.G_MISS_NUM,
9: STATUS VARCHAR2(30) := OKL_API.G_MISS_CHAR