DBA Data[Home] [Help]

APPS.OKL_GENERATE_ACCRUALS_PUB dependencies on OKL_GENERATE_ACCRUALS_PVT

Line 4: SUBTYPE accrual_rec_type IS OKL_GENERATE_ACCRUALS_PVT.accrual_rec_type;

1: PACKAGE OKL_GENERATE_ACCRUALS_PUB AS
2: /* $Header: OKLPACRS.pls 120.5.12010000.3 2008/10/20 19:40:45 apaul ship $ */
3:
4: SUBTYPE accrual_rec_type IS OKL_GENERATE_ACCRUALS_PVT.accrual_rec_type;
5: SUBTYPE acceleration_rec_type IS OKL_GENERATE_ACCRUALS_PVT.acceleration_rec_type;
6:
7: ---------------------------------------------------------------------------
8: -- GLOBAL VARIABLES

Line 5: SUBTYPE acceleration_rec_type IS OKL_GENERATE_ACCRUALS_PVT.acceleration_rec_type;

1: PACKAGE OKL_GENERATE_ACCRUALS_PUB AS
2: /* $Header: OKLPACRS.pls 120.5.12010000.3 2008/10/20 19:40:45 apaul ship $ */
3:
4: SUBTYPE accrual_rec_type IS OKL_GENERATE_ACCRUALS_PVT.accrual_rec_type;
5: SUBTYPE acceleration_rec_type IS OKL_GENERATE_ACCRUALS_PVT.acceleration_rec_type;
6:
7: ---------------------------------------------------------------------------
8: -- GLOBAL VARIABLES
9: ---------------------------------------------------------------------------