DBA Data[Home] [Help]

APPS.OKL_OPTION_RULES_PVT dependencies on OKL_ORL_PVT

Line 4: SUBTYPE orlv_rec_type IS okl_orl_pvt.orlv_rec_type;

1: PACKAGE OKL_OPTION_RULES_PVT AUTHID CURRENT_USER AS
2: /* $Header: OKLCORLS.pls 115.2 2002/02/05 11:49:48 pkm ship $ */
3:
4: SUBTYPE orlv_rec_type IS okl_orl_pvt.orlv_rec_type;
5: SUBTYPE orlv_tbl_type IS okl_orl_pvt.orlv_tbl_type;
6:
7: SUBTYPE ovdv_rec_type IS okl_ovd_pvt.ovdv_rec_type;
8: SUBTYPE ovdv_tbl_type IS okl_ovd_pvt.ovdv_tbl_type;

Line 5: SUBTYPE orlv_tbl_type IS okl_orl_pvt.orlv_tbl_type;

1: PACKAGE OKL_OPTION_RULES_PVT AUTHID CURRENT_USER AS
2: /* $Header: OKLCORLS.pls 115.2 2002/02/05 11:49:48 pkm ship $ */
3:
4: SUBTYPE orlv_rec_type IS okl_orl_pvt.orlv_rec_type;
5: SUBTYPE orlv_tbl_type IS okl_orl_pvt.orlv_tbl_type;
6:
7: SUBTYPE ovdv_rec_type IS okl_ovd_pvt.ovdv_rec_type;
8: SUBTYPE ovdv_tbl_type IS okl_ovd_pvt.ovdv_tbl_type;
9: ------------------------------------------------------------------------------