DBA Data[Home] [Help]

APPS.OKL_OPEN_INT_PUB dependencies on OKL_OIN_PVT

Line 6: subtype oinv_rec_type is okl_oin_pvt.oinv_rec_type;

2: /* $Header: OKLPOINS.pls 115.2 2002/07/30 03:42:07 pjgomes noship $ */
3:
4:
5:
6: subtype oinv_rec_type is okl_oin_pvt.oinv_rec_type;
7: subtype oinv_tbl_type is okl_oin_pvt.oinv_tbl_type;
8: ------------------------------------------------------------------------------
9: -- Global Variables
10: G_PKG_NAME CONSTANT VARCHAR2(200) := 'OKL_OPEN_INT_PUB';

Line 7: subtype oinv_tbl_type is okl_oin_pvt.oinv_tbl_type;

3:
4:
5:
6: subtype oinv_rec_type is okl_oin_pvt.oinv_rec_type;
7: subtype oinv_tbl_type is okl_oin_pvt.oinv_tbl_type;
8: ------------------------------------------------------------------------------
9: -- Global Variables
10: G_PKG_NAME CONSTANT VARCHAR2(200) := 'OKL_OPEN_INT_PUB';
11: G_APP_NAME CONSTANT VARCHAR2(3) := OKC_API.G_APP_NAME;