DBA Data[Home] [Help]

APPS.OKL_ACCT_EVENT_PVT dependencies on OKL_AET_PVT

Line 4: SUBTYPE aetv_rec_type IS okl_aet_pvt.aetv_rec_type;

1: PACKAGE okl_acct_event_pvt AUTHID CURRENT_USER AS
2: /* $Header: OKLCAETS.pls 115.3 2002/02/05 11:48:37 pkm ship $ */
3:
4: SUBTYPE aetv_rec_type IS okl_aet_pvt.aetv_rec_type;
5: SUBTYPE aetv_tbl_type IS okl_aet_pvt.aetv_tbl_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;

Line 5: SUBTYPE aetv_tbl_type IS okl_aet_pvt.aetv_tbl_type;

1: PACKAGE okl_acct_event_pvt AUTHID CURRENT_USER AS
2: /* $Header: OKLCAETS.pls 115.3 2002/02/05 11:48:37 pkm ship $ */
3:
4: SUBTYPE aetv_rec_type IS okl_aet_pvt.aetv_rec_type;
5: SUBTYPE aetv_tbl_type IS okl_aet_pvt.aetv_tbl_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: