DBA Data[Home] [Help]

APPS.OKL_CREDIT_REQUEST_PUB dependencies on OKL_CRQ_PVT

Line 6: subtype crqv_rec_type is okl_crq_pvt.crqv_rec_type;

2: /* $Header: OKLPCRQS.pls 115.0 2002/07/19 21:32:59 dkhandel noship $ */
3:
4:
5:
6: subtype crqv_rec_type is okl_crq_pvt.crqv_rec_type;
7: subtype crqv_tbl_type is okl_crq_pvt.crqv_tbl_type;
8: ------------------------------------------------------------------------------
9: -- Global Variables
10: G_PKG_NAME CONSTANT VARCHAR2(200) := 'OKL_CREDIT_REQUEST_PUB';

Line 7: subtype crqv_tbl_type is okl_crq_pvt.crqv_tbl_type;

3:
4:
5:
6: subtype crqv_rec_type is okl_crq_pvt.crqv_rec_type;
7: subtype crqv_tbl_type is okl_crq_pvt.crqv_tbl_type;
8: ------------------------------------------------------------------------------
9: -- Global Variables
10: G_PKG_NAME CONSTANT VARCHAR2(200) := 'OKL_CREDIT_REQUEST_PUB';
11: G_APP_NAME CONSTANT VARCHAR2(3) := OKC_API.G_APP_NAME;