DBA Data[Home] [Help]

APPS.OKL_XTD_SELL_INVS_PUB dependencies on OKL_ESD_PVT

Line 6: subtype esdv_rec_type is okl_esd_pvt.esdv_rec_type;

2: /* $Header: OKLPESDS.pls 115.2 2002/02/05 12:05:27 pkm ship $ */
3:
4:
5:
6: subtype esdv_rec_type is okl_esd_pvt.esdv_rec_type;
7: subtype esdv_tbl_type is okl_esd_pvt.esdv_tbl_type;
8: ------------------------------------------------------------------------------
9: -- Global Variables
10: G_PKG_NAME CONSTANT VARCHAR2(200) := 'OKL_XTD_SELL_INVS_PUB';

Line 7: subtype esdv_tbl_type is okl_esd_pvt.esdv_tbl_type;

3:
4:
5:
6: subtype esdv_rec_type is okl_esd_pvt.esdv_rec_type;
7: subtype esdv_tbl_type is okl_esd_pvt.esdv_tbl_type;
8: ------------------------------------------------------------------------------
9: -- Global Variables
10: G_PKG_NAME CONSTANT VARCHAR2(200) := 'OKL_XTD_SELL_INVS_PUB';
11: G_APP_NAME CONSTANT VARCHAR2(3) := OKC_API.G_APP_NAME;