DBA Data[Home] [Help]

APPS.OKL_ACC_GROUP_PVT dependencies on OKL_AGC_PVT

Line 4: subtype agcv_rec_type is okl_agc_pvt.agcv_rec_type;

1: package OKL_ACC_GROUP_PVT AUTHID CURRENT_USER as
2: /* $Header: OKLCAGCS.pls 115.1 2002/02/05 11:48:41 pkm ship $ */
3:
4: subtype agcv_rec_type is okl_agc_pvt.agcv_rec_type;
5: subtype agcv_tbl_type is okl_agc_pvt.agcv_tbl_type;
6:
7: subtype agbv_rec_type is okl_agb_pvt.agbv_rec_type;
8: subtype agbv_tbl_type is okl_agb_pvt.agbv_tbl_type;

Line 5: subtype agcv_tbl_type is okl_agc_pvt.agcv_tbl_type;

1: package OKL_ACC_GROUP_PVT AUTHID CURRENT_USER as
2: /* $Header: OKLCAGCS.pls 115.1 2002/02/05 11:48:41 pkm ship $ */
3:
4: subtype agcv_rec_type is okl_agc_pvt.agcv_rec_type;
5: subtype agcv_tbl_type is okl_agc_pvt.agcv_tbl_type;
6:
7: subtype agbv_rec_type is okl_agb_pvt.agbv_rec_type;
8: subtype agbv_tbl_type is okl_agb_pvt.agbv_tbl_type;
9: ------------------------------------------------------------------------------