DBA Data[Home] [Help]

APPS.OKL_ACCT_EVENT_PUB dependencies on OKL_ACCT_EVENT_PVT

Line 6: SUBTYPE aetv_rec_type IS OKL_ACCT_EVENT_PVT.aetv_rec_type;

2: /* $Header: OKLPAETS.pls 115.7 2002/02/18 22:40:12 pkm ship $ */
3:
4:
5:
6: SUBTYPE aetv_rec_type IS OKL_ACCT_EVENT_PVT.aetv_rec_type;
7:
8: SUBTYPE aetv_tbl_type IS OKL_ACCT_EVENT_PVT.aetv_tbl_type;
9:
10:

Line 8: SUBTYPE aetv_tbl_type IS OKL_ACCT_EVENT_PVT.aetv_tbl_type;

4:
5:
6: SUBTYPE aetv_rec_type IS OKL_ACCT_EVENT_PVT.aetv_rec_type;
7:
8: SUBTYPE aetv_tbl_type IS OKL_ACCT_EVENT_PVT.aetv_tbl_type;
9:
10:
11:
12: SUBTYPE aehv_rec_type IS OKL_ACCT_EVENT_PVT.aehv_rec_type;

Line 12: SUBTYPE aehv_rec_type IS OKL_ACCT_EVENT_PVT.aehv_rec_type;

8: SUBTYPE aetv_tbl_type IS OKL_ACCT_EVENT_PVT.aetv_tbl_type;
9:
10:
11:
12: SUBTYPE aehv_rec_type IS OKL_ACCT_EVENT_PVT.aehv_rec_type;
13:
14: SUBTYPE aehv_tbl_type IS OKL_ACCT_EVENT_PVT.aehv_tbl_type;
15:
16:

Line 14: SUBTYPE aehv_tbl_type IS OKL_ACCT_EVENT_PVT.aehv_tbl_type;

10:
11:
12: SUBTYPE aehv_rec_type IS OKL_ACCT_EVENT_PVT.aehv_rec_type;
13:
14: SUBTYPE aehv_tbl_type IS OKL_ACCT_EVENT_PVT.aehv_tbl_type;
15:
16:
17:
18: SUBTYPE aelv_rec_type IS OKL_ACCT_EVENT_PVT.aelv_rec_type;

Line 18: SUBTYPE aelv_rec_type IS OKL_ACCT_EVENT_PVT.aelv_rec_type;

14: SUBTYPE aehv_tbl_type IS OKL_ACCT_EVENT_PVT.aehv_tbl_type;
15:
16:
17:
18: SUBTYPE aelv_rec_type IS OKL_ACCT_EVENT_PVT.aelv_rec_type;
19:
20: SUBTYPE aelv_tbl_type IS OKL_ACCT_EVENT_PVT.aelv_tbl_type;
21:
22: -- GLOBAL MESSAGE CONSTANTS

Line 20: SUBTYPE aelv_tbl_type IS OKL_ACCT_EVENT_PVT.aelv_tbl_type;

16:
17:
18: SUBTYPE aelv_rec_type IS OKL_ACCT_EVENT_PVT.aelv_rec_type;
19:
20: SUBTYPE aelv_tbl_type IS OKL_ACCT_EVENT_PVT.aelv_tbl_type;
21:
22: -- GLOBAL MESSAGE CONSTANTS
23:
24: ---------------------------------------------------------------------------------