DBA Data[Home] [Help]

APPS.OKL_COPY_CONTRACT_PVT dependencies on OKL_OKC_MIGRATION_PVT

Line 4: subtype clev_rec_type is okl_okc_migration_pvt.clev_rec_type;

1: Package okl_copy_contract_pvt as
2: /* $Header: OKLRCOPS.pls 120.3 2005/10/14 19:36:16 apaul noship $ */
3:
4: subtype clev_rec_type is okl_okc_migration_pvt.clev_rec_type;
5: subtype clev_tbl_type is okl_okc_migration_pvt.clev_tbl_type;
6: subtype chrv_rec_type is okl_okc_migration_pvt.chrv_rec_type;
7: subtype chrv_tbl_type is okl_okc_migration_pvt.chrv_tbl_type;
8: subtype klev_rec_type is OKL_CONTRACT_PUB.klev_rec_type;

Line 5: subtype clev_tbl_type is okl_okc_migration_pvt.clev_tbl_type;

1: Package okl_copy_contract_pvt as
2: /* $Header: OKLRCOPS.pls 120.3 2005/10/14 19:36:16 apaul noship $ */
3:
4: subtype clev_rec_type is okl_okc_migration_pvt.clev_rec_type;
5: subtype clev_tbl_type is okl_okc_migration_pvt.clev_tbl_type;
6: subtype chrv_rec_type is okl_okc_migration_pvt.chrv_rec_type;
7: subtype chrv_tbl_type is okl_okc_migration_pvt.chrv_tbl_type;
8: subtype klev_rec_type is OKL_CONTRACT_PUB.klev_rec_type;
9: subtype khrv_rec_type is OKL_CONTRACT_PUB.khrv_rec_type;

Line 6: subtype chrv_rec_type is okl_okc_migration_pvt.chrv_rec_type;

2: /* $Header: OKLRCOPS.pls 120.3 2005/10/14 19:36:16 apaul noship $ */
3:
4: subtype clev_rec_type is okl_okc_migration_pvt.clev_rec_type;
5: subtype clev_tbl_type is okl_okc_migration_pvt.clev_tbl_type;
6: subtype chrv_rec_type is okl_okc_migration_pvt.chrv_rec_type;
7: subtype chrv_tbl_type is okl_okc_migration_pvt.chrv_tbl_type;
8: subtype klev_rec_type is OKL_CONTRACT_PUB.klev_rec_type;
9: subtype khrv_rec_type is OKL_CONTRACT_PUB.khrv_rec_type;
10: subtype khrv_tbl_type is OKL_CONTRACT_PUB.khrv_tbl_type;

Line 7: subtype chrv_tbl_type is okl_okc_migration_pvt.chrv_tbl_type;

3:
4: subtype clev_rec_type is okl_okc_migration_pvt.clev_rec_type;
5: subtype clev_tbl_type is okl_okc_migration_pvt.clev_tbl_type;
6: subtype chrv_rec_type is okl_okc_migration_pvt.chrv_rec_type;
7: subtype chrv_tbl_type is okl_okc_migration_pvt.chrv_tbl_type;
8: subtype klev_rec_type is OKL_CONTRACT_PUB.klev_rec_type;
9: subtype khrv_rec_type is OKL_CONTRACT_PUB.khrv_rec_type;
10: subtype khrv_tbl_type is OKL_CONTRACT_PUB.khrv_tbl_type;
11: subtype klev_tbl_type is OKL_CONTRACT_PUB.klev_tbl_type;