DBA Data[Home] [Help]

APPS.OKL_FA_EXTENSION_PVT dependencies on OKL_FXH_PVT

Line 4: SUBTYPE fxhv_rec_type IS okl_fxh_pvt.fxhv_rec_type;

1: PACKAGE OKL_FA_EXTENSION_PVT AS
2: /* $Header: OKLCFXHS.pls 120.1 2007/08/06 13:47:47 prasjain noship $ */
3:
4: SUBTYPE fxhv_rec_type IS okl_fxh_pvt.fxhv_rec_type;
5: SUBTYPE fxhv_tbl_type IS okl_fxh_pvt.fxhv_tbl_type;
6:
7: SUBTYPE fxlv_rec_type IS okl_fxl_pvt.fxlv_rec_type;
8: SUBTYPE fxlv_tbl_type IS okl_fxl_pvt.fxlv_tbl_type;

Line 5: SUBTYPE fxhv_tbl_type IS okl_fxh_pvt.fxhv_tbl_type;

1: PACKAGE OKL_FA_EXTENSION_PVT AS
2: /* $Header: OKLCFXHS.pls 120.1 2007/08/06 13:47:47 prasjain noship $ */
3:
4: SUBTYPE fxhv_rec_type IS okl_fxh_pvt.fxhv_rec_type;
5: SUBTYPE fxhv_tbl_type IS okl_fxh_pvt.fxhv_tbl_type;
6:
7: SUBTYPE fxlv_rec_type IS okl_fxl_pvt.fxlv_rec_type;
8: SUBTYPE fxlv_tbl_type IS okl_fxl_pvt.fxlv_tbl_type;
9: -- Start : Bug# 6268782 : PRASJAIN

Line 10: SUBTYPE fxh_rec_type IS okl_fxh_pvt.fxh_rec_type;

6:
7: SUBTYPE fxlv_rec_type IS okl_fxl_pvt.fxlv_rec_type;
8: SUBTYPE fxlv_tbl_type IS okl_fxl_pvt.fxlv_tbl_type;
9: -- Start : Bug# 6268782 : PRASJAIN
10: SUBTYPE fxh_rec_type IS okl_fxh_pvt.fxh_rec_type;
11: SUBTYPE fxhl_tbl_type IS okl_fxh_pvt.fxhl_tbl_type;
12:
13: SUBTYPE fxl_rec_type IS okl_fxl_pvt.fxl_rec_type;
14: SUBTYPE fxll_tbl_type IS okl_fxl_pvt.fxll_tbl_type;

Line 11: SUBTYPE fxhl_tbl_type IS okl_fxh_pvt.fxhl_tbl_type;

7: SUBTYPE fxlv_rec_type IS okl_fxl_pvt.fxlv_rec_type;
8: SUBTYPE fxlv_tbl_type IS okl_fxl_pvt.fxlv_tbl_type;
9: -- Start : Bug# 6268782 : PRASJAIN
10: SUBTYPE fxh_rec_type IS okl_fxh_pvt.fxh_rec_type;
11: SUBTYPE fxhl_tbl_type IS okl_fxh_pvt.fxhl_tbl_type;
12:
13: SUBTYPE fxl_rec_type IS okl_fxl_pvt.fxl_rec_type;
14: SUBTYPE fxll_tbl_type IS okl_fxl_pvt.fxll_tbl_type;
15: