DBA Data[Home] [Help]

APPS.OKL_CURE_REQ_AMT_PUB dependencies on OKL_CURE_REQ_AMT_PVT

Line 4: subtype cure_req_rec_type is OKL_CURE_REQ_AMT_PVT.cure_req_rec_type;

1: PACKAGE OKL_CURE_REQ_AMT_PUB AUTHID CURRENT_USER AS
2: /* $Header: OKLPCRKS.pls 115.0 2003/04/25 04:15:33 smereddy noship $ */
3:
4: subtype cure_req_rec_type is OKL_CURE_REQ_AMT_PVT.cure_req_rec_type;
5: subtype cure_req_tbl_type is OKL_CURE_REQ_AMT_PVT.cure_req_tbl_type;
6:
7: -- GLOBAL VARIABLES
8:

Line 5: subtype cure_req_tbl_type is OKL_CURE_REQ_AMT_PVT.cure_req_tbl_type;

1: PACKAGE OKL_CURE_REQ_AMT_PUB AUTHID CURRENT_USER AS
2: /* $Header: OKLPCRKS.pls 115.0 2003/04/25 04:15:33 smereddy noship $ */
3:
4: subtype cure_req_rec_type is OKL_CURE_REQ_AMT_PVT.cure_req_rec_type;
5: subtype cure_req_tbl_type is OKL_CURE_REQ_AMT_PVT.cure_req_tbl_type;
6:
7: -- GLOBAL VARIABLES
8:
9: G_PKG_NAME CONSTANT VARCHAR2(200) := 'OKL_CURE_REQ_AMT_PUB';