DBA Data[Home] [Help]

APPS.OKL_VP_CHANGE_REQUEST_PVT dependencies on OKL_VRR_PVT

Line 5: SUBTYPE vrrv_rec_type IS okl_vrr_pvt.vrrv_rec_type;

1: PACKAGE okl_vp_change_request_pvt AS
2: /* $Header: OKLRVCRS.pls 120.1 2005/09/19 07:31:20 sjalasut noship $ */
3:
4: SUBTYPE vcrv_rec_type IS okl_vcr_pvt.vcrv_rec_type;
5: SUBTYPE vrrv_rec_type IS okl_vrr_pvt.vrrv_rec_type;
6: SUBTYPE vrrv_tbl_type IS okl_vrr_pvt.vrrv_tbl_type;
7:
8: ---------------------------------------------------------------------------
9: -- GLOBAL EXCEPTIONS

Line 6: SUBTYPE vrrv_tbl_type IS okl_vrr_pvt.vrrv_tbl_type;

2: /* $Header: OKLRVCRS.pls 120.1 2005/09/19 07:31:20 sjalasut noship $ */
3:
4: SUBTYPE vcrv_rec_type IS okl_vcr_pvt.vcrv_rec_type;
5: SUBTYPE vrrv_rec_type IS okl_vrr_pvt.vrrv_rec_type;
6: SUBTYPE vrrv_tbl_type IS okl_vrr_pvt.vrrv_tbl_type;
7:
8: ---------------------------------------------------------------------------
9: -- GLOBAL EXCEPTIONS
10: ---------------------------------------------------------------------------