DBA Data[Home] [Help]

APPS.OKL_CONTRACT_LINE_ITEM_PVT dependencies on OKL_OKC_MIGRATION_PVT

Line 6: subtype clev_rec_type is okl_okc_migration_pvt.clev_rec_type;

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

Line 7: subtype clev_tbl_type is okl_okc_migration_pvt.clev_tbl_type;

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;
10:
11: TYPE link_ast_rec_type is record (id1 OKC_K_ITEMS_V.OBJECT1_ID1%TYPE := OKL_API.G_MISS_CHAR,

Line 8: subtype cimv_rec_type is okl_okc_migration_pvt.cimv_rec_type;

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;
10:
11: TYPE link_ast_rec_type is record (id1 OKC_K_ITEMS_V.OBJECT1_ID1%TYPE := OKL_API.G_MISS_CHAR,
12: id2 OKC_K_ITEMS_V.OBJECT1_ID2%TYPE := OKL_API.G_MISS_CHAR,

Line 9: subtype cimv_tbl_type is okl_okc_migration_pvt.cimv_tbl_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;
10:
11: TYPE link_ast_rec_type is record (id1 OKC_K_ITEMS_V.OBJECT1_ID1%TYPE := OKL_API.G_MISS_CHAR,
12: id2 OKC_K_ITEMS_V.OBJECT1_ID2%TYPE := OKL_API.G_MISS_CHAR,
13: name VARCHAR2(250) := OKL_API.G_MISS_CHAR,