DBA Data[Home] [Help]

APPS.OKL_TMPT_SET_PVT dependencies on OKL_AES_PVT

Line 4: SUBTYPE aesv_rec_type IS okl_aes_pvt.aesv_rec_type;

1: PACKAGE okl_tmpt_set_pvt AUTHID CURRENT_USER AS
2: /* $Header: OKLCAESS.pls 115.2 2002/02/05 11:48:34 pkm ship $ */
3:
4: SUBTYPE aesv_rec_type IS okl_aes_pvt.aesv_rec_type;
5: SUBTYPE aesv_tbl_type IS okl_aes_pvt.aesv_tbl_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;

Line 5: SUBTYPE aesv_tbl_type IS okl_aes_pvt.aesv_tbl_type;

1: PACKAGE okl_tmpt_set_pvt AUTHID CURRENT_USER AS
2: /* $Header: OKLCAESS.pls 115.2 2002/02/05 11:48:34 pkm ship $ */
3:
4: SUBTYPE aesv_rec_type IS okl_aes_pvt.aesv_rec_type;
5: SUBTYPE aesv_tbl_type IS okl_aes_pvt.aesv_tbl_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: