DBA Data[Home] [Help]

APPS.OKC_QA_CHECK_LIST_PVT dependencies on OKC_QCL_PVT

Line 5: subtype qclv_rec_type is OKC_QCL_PVT.qclv_rec_type;

1: PACKAGE OKC_QA_CHECK_LIST_PVT AUTHID CURRENT_USER AS
2: /* $Header: OKCCQCLS.pls 120.0 2005/05/25 22:34:52 appldev noship $ */
3:
4: -- simple entity object subtype definitions
5: subtype qclv_rec_type is OKC_QCL_PVT.qclv_rec_type;
6: subtype qclv_tbl_type is OKC_QCL_PVT.qclv_tbl_type;
7: subtype qlpv_rec_type is OKC_QLP_PVT.qlpv_rec_type;
8: subtype qlpv_tbl_type is OKC_QLP_PVT.qlpv_tbl_type;
9: subtype qppv_rec_type is OKC_QPP_PVT.qppv_rec_type;

Line 6: subtype qclv_tbl_type is OKC_QCL_PVT.qclv_tbl_type;

2: /* $Header: OKCCQCLS.pls 120.0 2005/05/25 22:34:52 appldev noship $ */
3:
4: -- simple entity object subtype definitions
5: subtype qclv_rec_type is OKC_QCL_PVT.qclv_rec_type;
6: subtype qclv_tbl_type is OKC_QCL_PVT.qclv_tbl_type;
7: subtype qlpv_rec_type is OKC_QLP_PVT.qlpv_rec_type;
8: subtype qlpv_tbl_type is OKC_QLP_PVT.qlpv_tbl_type;
9: subtype qppv_rec_type is OKC_QPP_PVT.qppv_rec_type;
10: subtype qppv_tbl_type is OKC_QPP_PVT.qppv_tbl_type;