DBA Data[Home] [Help]

APPS.OKL_VERSION_FA_PVT dependencies on OKL_VFA_PVT

Line 4: subtype vfa_rec_type is okl_vfa_pvt.vfa_rec_type;

1: package OKL_VERSION_FA_PVT AUTHID CURRENT_USER as
2: /* $Header: OKLCVFAS.pls 115.0 2002/02/05 15:12:40 pkm ship $ */
3:
4: subtype vfa_rec_type is okl_vfa_pvt.vfa_rec_type;
5: subtype vfa_tbl_type is okl_vfa_pvt.vfa_tbl_type;
6: subtype vfav_rec_type is okl_vfa_pvt.vfav_rec_type;
7: subtype vfav_tbl_type is okl_vfa_pvt.vfav_tbl_type;
8: ---------------------------------------------------------------------------

Line 5: subtype vfa_tbl_type is okl_vfa_pvt.vfa_tbl_type;

1: package OKL_VERSION_FA_PVT AUTHID CURRENT_USER as
2: /* $Header: OKLCVFAS.pls 115.0 2002/02/05 15:12:40 pkm ship $ */
3:
4: subtype vfa_rec_type is okl_vfa_pvt.vfa_rec_type;
5: subtype vfa_tbl_type is okl_vfa_pvt.vfa_tbl_type;
6: subtype vfav_rec_type is okl_vfa_pvt.vfav_rec_type;
7: subtype vfav_tbl_type is okl_vfa_pvt.vfav_tbl_type;
8: ---------------------------------------------------------------------------
9: -- GLOBAL MESSAGE CONSTANTS , VARIABLES

Line 6: subtype vfav_rec_type is okl_vfa_pvt.vfav_rec_type;

2: /* $Header: OKLCVFAS.pls 115.0 2002/02/05 15:12:40 pkm ship $ */
3:
4: subtype vfa_rec_type is okl_vfa_pvt.vfa_rec_type;
5: subtype vfa_tbl_type is okl_vfa_pvt.vfa_tbl_type;
6: subtype vfav_rec_type is okl_vfa_pvt.vfav_rec_type;
7: subtype vfav_tbl_type is okl_vfa_pvt.vfav_tbl_type;
8: ---------------------------------------------------------------------------
9: -- GLOBAL MESSAGE CONSTANTS , VARIABLES
10: ---------------------------------------------------------------------------

Line 7: subtype vfav_tbl_type is okl_vfa_pvt.vfav_tbl_type;

3:
4: subtype vfa_rec_type is okl_vfa_pvt.vfa_rec_type;
5: subtype vfa_tbl_type is okl_vfa_pvt.vfa_tbl_type;
6: subtype vfav_rec_type is okl_vfa_pvt.vfav_rec_type;
7: subtype vfav_tbl_type is okl_vfa_pvt.vfav_tbl_type;
8: ---------------------------------------------------------------------------
9: -- GLOBAL MESSAGE CONSTANTS , VARIABLES
10: ---------------------------------------------------------------------------
11: G_PKG_NAME CONSTANT VARCHAR2(200) := 'OKL_VERSION_FA_PVT';