DBA Data[Home] [Help]

APPS.OKL_CONTRACT_REBOOK_PUB dependencies on OKL_STREAMS_PUB

Line 12: subtype stmv_rec_type IS OKL_STREAMS_PUB.stmv_rec_type;

8: G_APP_NAME CONSTANT VARCHAR2(3) := OKL_API.G_APP_NAME;
9: G_API_TYPE CONSTANT VARCHAR2(4) := '_PUB';
10:
11: -- subtype tcnv_rec_type IS OKL_TRX_CONTRACTS_PVT.tcnv_rec_type;
12: subtype stmv_rec_type IS OKL_STREAMS_PUB.stmv_rec_type;
13: subtype selv_rec_type IS OKL_STREAMS_PUB.selv_rec_type;
14: subtype selv_tbl_type IS OKL_STREAMS_PUB.selv_tbl_type;
15: subtype khrv_rec_type IS OKL_CONTRACT_PUB.khrv_rec_type;
16: subtype chrv_rec_type IS OKL_OKC_MIGRATION_PVT.chrv_rec_type;

Line 13: subtype selv_rec_type IS OKL_STREAMS_PUB.selv_rec_type;

9: G_API_TYPE CONSTANT VARCHAR2(4) := '_PUB';
10:
11: -- subtype tcnv_rec_type IS OKL_TRX_CONTRACTS_PVT.tcnv_rec_type;
12: subtype stmv_rec_type IS OKL_STREAMS_PUB.stmv_rec_type;
13: subtype selv_rec_type IS OKL_STREAMS_PUB.selv_rec_type;
14: subtype selv_tbl_type IS OKL_STREAMS_PUB.selv_tbl_type;
15: subtype khrv_rec_type IS OKL_CONTRACT_PUB.khrv_rec_type;
16: subtype chrv_rec_type IS OKL_OKC_MIGRATION_PVT.chrv_rec_type;
17:

Line 14: subtype selv_tbl_type IS OKL_STREAMS_PUB.selv_tbl_type;

10:
11: -- subtype tcnv_rec_type IS OKL_TRX_CONTRACTS_PVT.tcnv_rec_type;
12: subtype stmv_rec_type IS OKL_STREAMS_PUB.stmv_rec_type;
13: subtype selv_rec_type IS OKL_STREAMS_PUB.selv_rec_type;
14: subtype selv_tbl_type IS OKL_STREAMS_PUB.selv_tbl_type;
15: subtype khrv_rec_type IS OKL_CONTRACT_PUB.khrv_rec_type;
16: subtype chrv_rec_type IS OKL_OKC_MIGRATION_PVT.chrv_rec_type;
17:
18: