DBA Data[Home] [Help]

APPS.OKC_CONTRACT_SEQ_PVT dependencies on OKC_LSQ_PVT

Line 6: subtype lsqv_rec_type is okc_lsq_pvt.lsqv_rec_type;

2: /* $Header: OKCCKSQS.pls 120.0 2005/05/25 18:04:57 appldev noship $ */
3:
4: subtype ksqv_rec_type is okc_ksq_pvt.ksqv_rec_type;
5: subtype ksqv_tbl_type is okc_ksq_pvt.ksqv_tbl_type;
6: subtype lsqv_rec_type is okc_lsq_pvt.lsqv_rec_type;
7: subtype lsqv_tbl_type is okc_lsq_pvt.lsqv_tbl_type;
8:
9: G_EXCEPTION_HALT_VALIDATION EXCEPTION;
10: G_COL_NAME_TOKEN CONSTANT VARCHAR2(200) := OKC_API.G_COL_NAME_TOKEN;

Line 7: subtype lsqv_tbl_type is okc_lsq_pvt.lsqv_tbl_type;

3:
4: subtype ksqv_rec_type is okc_ksq_pvt.ksqv_rec_type;
5: subtype ksqv_tbl_type is okc_ksq_pvt.ksqv_tbl_type;
6: subtype lsqv_rec_type is okc_lsq_pvt.lsqv_rec_type;
7: subtype lsqv_tbl_type is okc_lsq_pvt.lsqv_tbl_type;
8:
9: G_EXCEPTION_HALT_VALIDATION EXCEPTION;
10: G_COL_NAME_TOKEN CONSTANT VARCHAR2(200) := OKC_API.G_COL_NAME_TOKEN;
11: G_PARENT_TABLE_TOKEN CONSTANT VARCHAR2(200) := OKC_API.G_PARENT_TABLE_TOKEN;