DBA Data[Home] [Help]

APPS.OKC_QA_CHECK_LIST_PVT dependencies on OKC_QLP_PVT

Line 7: subtype qlpv_rec_type is OKC_QLP_PVT.qlpv_rec_type;

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;
11:

Line 8: subtype qlpv_tbl_type is OKC_QLP_PVT.qlpv_tbl_type;

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;
11:
12: ---------------------------------------------------------------------------