DBA Data[Home] [Help]

APPS.OKL_CURE_VNDR_RFND_PUB dependencies on OKL_CURE_VNDR_RFND_PVT

Line 4: subtype cure_rfnd_rec_type is OKL_CURE_VNDR_RFND_PVT.cure_rfnd_rec_type;

1: PACKAGE OKL_CURE_VNDR_RFND_PUB AUTHID CURRENT_USER AS
2: /* $Header: OKLPRFSS.pls 115.0 2003/04/25 04:15:04 smereddy noship $ */
3:
4: subtype cure_rfnd_rec_type is OKL_CURE_VNDR_RFND_PVT.cure_rfnd_rec_type;
5: subtype cure_rfnd_tbl_type is OKL_CURE_VNDR_RFND_PVT.cure_rfnd_tbl_type;
6:
7: -- GLOBAL VARIABLES
8: G_PKG_NAME CONSTANT VARCHAR2(200) := 'OKL_CURE_VNDR_RFND_PUB';

Line 5: subtype cure_rfnd_tbl_type is OKL_CURE_VNDR_RFND_PVT.cure_rfnd_tbl_type;

1: PACKAGE OKL_CURE_VNDR_RFND_PUB AUTHID CURRENT_USER AS
2: /* $Header: OKLPRFSS.pls 115.0 2003/04/25 04:15:04 smereddy noship $ */
3:
4: subtype cure_rfnd_rec_type is OKL_CURE_VNDR_RFND_PVT.cure_rfnd_rec_type;
5: subtype cure_rfnd_tbl_type is OKL_CURE_VNDR_RFND_PVT.cure_rfnd_tbl_type;
6:
7: -- GLOBAL VARIABLES
8: G_PKG_NAME CONSTANT VARCHAR2(200) := 'OKL_CURE_VNDR_RFND_PUB';
9: G_APP_NAME CONSTANT VARCHAR2(3) := OKL_API.G_APP_NAME;