DBA Data[Home] [Help]

APPS.OKL_TMPT_SET_PVT dependencies on OKL_ATL_PVT

Line 10: SUBTYPE atlv_rec_type IS okl_atl_pvt.atlv_rec_type;

6:
7: SUBTYPE avlv_rec_type IS okl_avl_pvt.avlv_rec_type;
8: SUBTYPE avlv_tbl_type IS okl_avl_pvt.avlv_tbl_type;
9:
10: SUBTYPE atlv_rec_type IS okl_atl_pvt.atlv_rec_type;
11: SUBTYPE atlv_tbl_type IS okl_atl_pvt.atlv_tbl_type;
12:
13: ------------------------------------------------------------------------------
14: -- Global Variables

Line 11: SUBTYPE atlv_tbl_type IS okl_atl_pvt.atlv_tbl_type;

7: SUBTYPE avlv_rec_type IS okl_avl_pvt.avlv_rec_type;
8: SUBTYPE avlv_tbl_type IS okl_avl_pvt.avlv_tbl_type;
9:
10: SUBTYPE atlv_rec_type IS okl_atl_pvt.atlv_rec_type;
11: SUBTYPE atlv_tbl_type IS okl_atl_pvt.atlv_tbl_type;
12:
13: ------------------------------------------------------------------------------
14: -- Global Variables
15: G_PKG_NAME CONSTANT VARCHAR2(200) := 'okl_template';