DBA Data[Home] [Help]

APPS.OKC_SALES_CREDIT_PUB dependencies on OKC_SALES_CREDIT_PVT

Line 4: subtype scrv_rec_type is okc_Sales_credit_pvt.scrv_rec_type;

1: PACKAGE OKC_SALES_credit_PUB AUTHID CURRENT_USER AS
2: /* $Header: OKCPSCRS.pls 120.0 2005/05/25 19:46:59 appldev noship $ */
3:
4: subtype scrv_rec_type is okc_Sales_credit_pvt.scrv_rec_type;
5: subtype scrv_tbl_type is okc_Sales_credit_pvt.scrv_tbl_type;
6:
7: ---------------------------------------------------------------------------
8: -- Procedures and Functions

Line 5: subtype scrv_tbl_type is okc_Sales_credit_pvt.scrv_tbl_type;

1: PACKAGE OKC_SALES_credit_PUB AUTHID CURRENT_USER AS
2: /* $Header: OKCPSCRS.pls 120.0 2005/05/25 19:46:59 appldev noship $ */
3:
4: subtype scrv_rec_type is okc_Sales_credit_pvt.scrv_rec_type;
5: subtype scrv_tbl_type is okc_Sales_credit_pvt.scrv_tbl_type;
6:
7: ---------------------------------------------------------------------------
8: -- Procedures and Functions
9: ---------------------------------------------------------------------------