DBA Data[Home] [Help]

APPS.OKL_ACCT_EVENT_PVT dependencies on OKL_AEL_PVT

Line 10: SUBTYPE aelv_rec_type IS okl_ael_pvt.aelv_rec_type;

6:
7: SUBTYPE aehv_rec_type IS okl_aeh_pvt.aehv_rec_type;
8: SUBTYPE aehv_tbl_type IS okl_aeh_pvt.aehv_tbl_type;
9:
10: SUBTYPE aelv_rec_type IS okl_ael_pvt.aelv_rec_type;
11: SUBTYPE aelv_tbl_type IS okl_ael_pvt.aelv_tbl_type;
12:
13: ------------------------------------------------------------------------------
14: -- Global Variables

Line 11: SUBTYPE aelv_tbl_type IS okl_ael_pvt.aelv_tbl_type;

7: SUBTYPE aehv_rec_type IS okl_aeh_pvt.aehv_rec_type;
8: SUBTYPE aehv_tbl_type IS okl_aeh_pvt.aehv_tbl_type;
9:
10: SUBTYPE aelv_rec_type IS okl_ael_pvt.aelv_rec_type;
11: SUBTYPE aelv_tbl_type IS okl_ael_pvt.aelv_tbl_type;
12:
13: ------------------------------------------------------------------------------
14: -- Global Variables
15: G_PKG_NAME CONSTANT VARCHAR2(200) := 'OKL_ACCT_EVENT_PVT';