DBA Data[Home] [Help]

APPS.OKL_AR_EXTENSION_PVT dependencies on OKL_RXL_PVT

Line 7: SUBTYPE rxlv_rec_type IS okl_rxl_pvt.rxlv_rec_type;

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
10: SUBTYPE rxh_rec_type IS okl_rxh_pvt.rxh_rec_type;
11: SUBTYPE rxhl_tbl_type IS okl_rxh_pvt.rxhl_tbl_type;

Line 8: SUBTYPE rxlv_tbl_type IS okl_rxl_pvt.rxlv_tbl_type;

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
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:

Line 13: SUBTYPE rxl_rec_type IS okl_rxl_pvt.rxl_rec_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
16: ------------------------------------------------------------------------------
17: -- Global Variables

Line 14: SUBTYPE rxll_tbl_type IS okl_rxl_pvt.rxll_tbl_type;

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
16: ------------------------------------------------------------------------------
17: -- Global Variables
18: G_PKG_NAME CONSTANT VARCHAR2(200) := 'OKL_AR_EXTENSION_PVT';