DBA Data[Home] [Help]

APPS.OKC_PROCESS_PVT dependencies on OKC_PDP_PVT

Line 6: subtype pdpv_rec_type is okc_pdp_pvt.pdpv_rec_type;

2: /* $Header: OKCCPDFS.pls 120.0 2005/05/26 09:30:45 appldev noship $ */
3:
4: subtype pdfv_rec_type is okc_pdf_pvt.pdfv_rec_type;
5: subtype pdfv_tbl_type is okc_pdf_pvt.pdfv_tbl_type;
6: subtype pdpv_rec_type is okc_pdp_pvt.pdpv_rec_type;
7: subtype pdpv_tbl_type is okc_pdp_pvt.pdpv_tbl_type;
8:
9: ----------------------------------------------------------------------------------
10: -- Global Variables

Line 7: subtype pdpv_tbl_type is okc_pdp_pvt.pdpv_tbl_type;

3:
4: subtype pdfv_rec_type is okc_pdf_pvt.pdfv_rec_type;
5: subtype pdfv_tbl_type is okc_pdf_pvt.pdfv_tbl_type;
6: subtype pdpv_rec_type is okc_pdp_pvt.pdpv_rec_type;
7: subtype pdpv_tbl_type is okc_pdp_pvt.pdpv_tbl_type;
8:
9: ----------------------------------------------------------------------------------
10: -- Global Variables
11: G_PKG_NAME CONSTANT VARCHAR2(200) := 'OKC_PROCESS_PVT';