DBA Data[Home] [Help]

APPS.OKL_INS_RATES_PUB dependencies on OKL_INR_PVT

Line 5: subtype inrv_rec_type is okl_inr_pvt.inrv_rec_type;

1: PACKAGE okl_ins_rates_pub AUTHID CURRENT_USER AS
2: /* $Header: OKLPINRS.pls 115.3 2002/02/05 12:06:28 pkm ship $ */
3:
4:
5: subtype inrv_rec_type is okl_inr_pvt.inrv_rec_type;
6: subtype inrv_tbl_type is okl_inr_pvt.inrv_tbl_type;
7: ------------------------------------------------------------------------------
8: -- Global Variables
9: G_PKG_NAME CONSTANT VARCHAR2(200) := 'OKL_INS_RATES_PUB';

Line 6: subtype inrv_tbl_type is okl_inr_pvt.inrv_tbl_type;

2: /* $Header: OKLPINRS.pls 115.3 2002/02/05 12:06:28 pkm ship $ */
3:
4:
5: subtype inrv_rec_type is okl_inr_pvt.inrv_rec_type;
6: subtype inrv_tbl_type is okl_inr_pvt.inrv_tbl_type;
7: ------------------------------------------------------------------------------
8: -- Global Variables
9: G_PKG_NAME CONSTANT VARCHAR2(200) := 'OKL_INS_RATES_PUB';
10: G_APP_NAME CONSTANT VARCHAR2(3) := 'OKL';