DBA Data[Home] [Help]

APPS.OKL_CONTRACT_LINE_ITEM_PVT dependencies on OKL_KLE_PVT

Line 4: subtype klev_rec_type is okl_kle_pvt.klev_rec_type;

1: PACKAGE okl_contract_line_item_pvt AUTHID CURRENT_USER AS
2: /* $Header: OKLRCLIS.pls 115.4 2003/09/23 14:20:31 kthiruva noship $ */
3:
4: subtype klev_rec_type is okl_kle_pvt.klev_rec_type;
5: subtype klev_tbl_type is okl_kle_pvt.klev_tbl_type;
6: subtype clev_rec_type is okl_okc_migration_pvt.clev_rec_type;
7: subtype clev_tbl_type is okl_okc_migration_pvt.clev_tbl_type;
8: subtype cimv_rec_type is okl_okc_migration_pvt.cimv_rec_type;

Line 5: subtype klev_tbl_type is okl_kle_pvt.klev_tbl_type;

1: PACKAGE okl_contract_line_item_pvt AUTHID CURRENT_USER AS
2: /* $Header: OKLRCLIS.pls 115.4 2003/09/23 14:20:31 kthiruva noship $ */
3:
4: subtype klev_rec_type is okl_kle_pvt.klev_rec_type;
5: subtype klev_tbl_type is okl_kle_pvt.klev_tbl_type;
6: subtype clev_rec_type is okl_okc_migration_pvt.clev_rec_type;
7: subtype clev_tbl_type is okl_okc_migration_pvt.clev_tbl_type;
8: subtype cimv_rec_type is okl_okc_migration_pvt.cimv_rec_type;
9: subtype cimv_tbl_type is okl_okc_migration_pvt.cimv_tbl_type;