DBA Data[Home] [Help]

APPS.OKL_INVOICE_FORMATS_PUB dependencies on OKL_INF_PVT

Line 6: subtype infv_rec_type is okl_inf_pvt.infv_rec_type;

2: /* $Header: OKLPINFS.pls 120.2 2008/05/06 11:30:55 gboomina ship $ */
3:
4:
5:
6: subtype infv_rec_type is okl_inf_pvt.infv_rec_type;
7: subtype infv_tbl_type is okl_inf_pvt.infv_tbl_type;
8: ------------------------------------------------------------------------------
9: -- Global Variables
10: G_PKG_NAME CONSTANT VARCHAR2(200) := 'OKL_INVOICE_FORMATS_PUB';

Line 7: subtype infv_tbl_type is okl_inf_pvt.infv_tbl_type;

3:
4:
5:
6: subtype infv_rec_type is okl_inf_pvt.infv_rec_type;
7: subtype infv_tbl_type is okl_inf_pvt.infv_tbl_type;
8: ------------------------------------------------------------------------------
9: -- Global Variables
10: G_PKG_NAME CONSTANT VARCHAR2(200) := 'OKL_INVOICE_FORMATS_PUB';
11: G_APP_NAME CONSTANT VARCHAR2(3) := OKL_API.G_APP_NAME;