DBA Data[Home] [Help]

APPS.OKS_SALES_CREDIT_PUB dependencies on OKS_SALES_CREDIT_PVT

Line 4: subtype scrv_rec_type is oks_Sales_credit_pvt.scrv_rec_type;

1: PACKAGE OKS_SALES_credit_PUB AUTHID CURRENT_USER AS
2: /* $Header: OKSPSCRS.pls 120.0 2005/05/25 18:04:05 appldev noship $ */
3:
4: subtype scrv_rec_type is oks_Sales_credit_pvt.scrv_rec_type;
5: subtype scrv_tbl_type is oks_Sales_credit_pvt.scrv_tbl_type;
6:
7: ---------------------------------------------------------------------------
8: -- Procedures and Functions

Line 5: subtype scrv_tbl_type is oks_Sales_credit_pvt.scrv_tbl_type;

1: PACKAGE OKS_SALES_credit_PUB AUTHID CURRENT_USER AS
2: /* $Header: OKSPSCRS.pls 120.0 2005/05/25 18:04:05 appldev noship $ */
3:
4: subtype scrv_rec_type is oks_Sales_credit_pvt.scrv_rec_type;
5: subtype scrv_tbl_type is oks_Sales_credit_pvt.scrv_tbl_type;
6:
7: ---------------------------------------------------------------------------
8: -- Procedures and Functions
9: ---------------------------------------------------------------------------