DBA Data[Home] [Help]

APPS.OKL_ACC_GROUP_PVT dependencies on OKL_AGB_PVT

Line 7: subtype agbv_rec_type is okl_agb_pvt.agbv_rec_type;

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: ------------------------------------------------------------------------------
10: -- Global Variables
11: G_PKG_NAME CONSTANT VARCHAR2(200) := 'OKL_ACC_GROUP_PVT';

Line 8: subtype agbv_tbl_type is okl_agb_pvt.agbv_tbl_type;

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: ------------------------------------------------------------------------------
10: -- Global Variables
11: G_PKG_NAME CONSTANT VARCHAR2(200) := 'OKL_ACC_GROUP_PVT';
12: G_APP_NAME CONSTANT VARCHAR2(3) := OKC_API.G_APP_NAME;