DBA Data[Home] [Help]

APPS.OKL_PDT_QUALITYS_PVT dependencies on OKL_PQY_PVT

Line 4: SUBTYPE pqyv_rec_type IS okl_pqy_pvt.pqyv_rec_type;

1: PACKAGE OKL_PDT_QUALITYS_PVT AUTHID CURRENT_USER AS
2: /* $Header: OKLCPQYS.pls 115.3 2002/02/05 11:49:56 pkm ship $ */
3:
4: SUBTYPE pqyv_rec_type IS okl_pqy_pvt.pqyv_rec_type;
5: SUBTYPE pqyv_tbl_type IS okl_pqy_pvt.pqyv_tbl_type;
6:
7: SUBTYPE qvev_rec_type IS okl_qve_pvt.qvev_rec_type;
8: SUBTYPE qvev_tbl_type IS okl_qve_pvt.qvev_tbl_type;

Line 5: SUBTYPE pqyv_tbl_type IS okl_pqy_pvt.pqyv_tbl_type;

1: PACKAGE OKL_PDT_QUALITYS_PVT AUTHID CURRENT_USER AS
2: /* $Header: OKLCPQYS.pls 115.3 2002/02/05 11:49:56 pkm ship $ */
3:
4: SUBTYPE pqyv_rec_type IS okl_pqy_pvt.pqyv_rec_type;
5: SUBTYPE pqyv_tbl_type IS okl_pqy_pvt.pqyv_tbl_type;
6:
7: SUBTYPE qvev_rec_type IS okl_qve_pvt.qvev_rec_type;
8: SUBTYPE qvev_tbl_type IS okl_qve_pvt.qvev_tbl_type;
9: ------------------------------------------------------------------------------