DBA Data[Home] [Help]

APPS.OKL_ACCOUNTING_PROCESS_PVT dependencies on OKL_TRNS_ACC_DSTRS_PUB

Line 4: SUBTYPE tabv_rec_type IS OKL_TRNS_ACC_DSTRS_PUB.tabv_rec_type;

1: PACKAGE OKL_ACCOUNTING_PROCESS_PVT AUTHID CURRENT_USER AS
2: /* $Header: OKLRAECS.pls 120.2 2005/10/14 06:46:37 gboomina noship $ */
3:
4: SUBTYPE tabv_rec_type IS OKL_TRNS_ACC_DSTRS_PUB.tabv_rec_type;
5: SUBTYPE tabv_tbl_type IS OKL_TRNS_ACC_DSTRS_PUB.tabv_tbl_type;
6:
7: SUBTYPE aetv_rec_type IS OKL_ACCT_EVENT_PUB.aetv_rec_type;
8: SUBTYPE aehv_rec_type IS OKL_ACCT_EVENT_PUB.aehv_rec_type;

Line 5: SUBTYPE tabv_tbl_type IS OKL_TRNS_ACC_DSTRS_PUB.tabv_tbl_type;

1: PACKAGE OKL_ACCOUNTING_PROCESS_PVT AUTHID CURRENT_USER AS
2: /* $Header: OKLRAECS.pls 120.2 2005/10/14 06:46:37 gboomina noship $ */
3:
4: SUBTYPE tabv_rec_type IS OKL_TRNS_ACC_DSTRS_PUB.tabv_rec_type;
5: SUBTYPE tabv_tbl_type IS OKL_TRNS_ACC_DSTRS_PUB.tabv_tbl_type;
6:
7: SUBTYPE aetv_rec_type IS OKL_ACCT_EVENT_PUB.aetv_rec_type;
8: SUBTYPE aehv_rec_type IS OKL_ACCT_EVENT_PUB.aehv_rec_type;
9: SUBTYPE aelv_tbl_type IS OKL_ACCT_EVENT_PUB.aelv_tbl_type;