DBA Data[Home] [Help]

APPS.OKL_AR_EXTENSION_PVT dependencies on OKL_RXH_PVT

Line 4: SUBTYPE rxhv_rec_type IS okl_rxh_pvt.rxhv_rec_type;

1: PACKAGE OKL_AR_EXTENSION_PVT AUTHID CURRENT_USER AS
2: /* $Header: OKLCRXHS.pls 120.1 2007/08/06 13:49:55 prasjain noship $ */
3:
4: SUBTYPE rxhv_rec_type IS okl_rxh_pvt.rxhv_rec_type;
5: SUBTYPE rxhv_tbl_type IS okl_rxh_pvt.rxhv_tbl_type;
6:
7: SUBTYPE rxlv_rec_type IS okl_rxl_pvt.rxlv_rec_type;
8: SUBTYPE rxlv_tbl_type IS okl_rxl_pvt.rxlv_tbl_type;

Line 5: SUBTYPE rxhv_tbl_type IS okl_rxh_pvt.rxhv_tbl_type;

1: PACKAGE OKL_AR_EXTENSION_PVT AUTHID CURRENT_USER AS
2: /* $Header: OKLCRXHS.pls 120.1 2007/08/06 13:49:55 prasjain noship $ */
3:
4: SUBTYPE rxhv_rec_type IS okl_rxh_pvt.rxhv_rec_type;
5: SUBTYPE rxhv_tbl_type IS okl_rxh_pvt.rxhv_tbl_type;
6:
7: SUBTYPE rxlv_rec_type IS okl_rxl_pvt.rxlv_rec_type;
8: SUBTYPE rxlv_tbl_type IS okl_rxl_pvt.rxlv_tbl_type;
9: -- Start : PRASJAIN : Bug# 6268782

Line 10: SUBTYPE rxh_rec_type IS okl_rxh_pvt.rxh_rec_type;

6:
7: SUBTYPE rxlv_rec_type IS okl_rxl_pvt.rxlv_rec_type;
8: SUBTYPE rxlv_tbl_type IS okl_rxl_pvt.rxlv_tbl_type;
9: -- Start : PRASJAIN : Bug# 6268782
10: SUBTYPE rxh_rec_type IS okl_rxh_pvt.rxh_rec_type;
11: SUBTYPE rxhl_tbl_type IS okl_rxh_pvt.rxhl_tbl_type;
12:
13: SUBTYPE rxl_rec_type IS okl_rxl_pvt.rxl_rec_type;
14: SUBTYPE rxll_tbl_type IS okl_rxl_pvt.rxll_tbl_type;

Line 11: SUBTYPE rxhl_tbl_type IS okl_rxh_pvt.rxhl_tbl_type;

7: SUBTYPE rxlv_rec_type IS okl_rxl_pvt.rxlv_rec_type;
8: SUBTYPE rxlv_tbl_type IS okl_rxl_pvt.rxlv_tbl_type;
9: -- Start : PRASJAIN : Bug# 6268782
10: SUBTYPE rxh_rec_type IS okl_rxh_pvt.rxh_rec_type;
11: SUBTYPE rxhl_tbl_type IS okl_rxh_pvt.rxhl_tbl_type;
12:
13: SUBTYPE rxl_rec_type IS okl_rxl_pvt.rxl_rec_type;
14: SUBTYPE rxll_tbl_type IS okl_rxl_pvt.rxll_tbl_type;
15: -- End : PRASJAIN : Bug# 6268782