DBA Data[Home] [Help]

APPS.OKL_CS_PRINCIPAL_PAYDOWN_PVT dependencies on OKL_K_LINES_V

Line 42: ID OKL_K_LINES_V.ID%TYPE

38:
39: subtype khrv_rec_type IS OKL_CONTRACT_PUB.khrv_rec_type;
40: subtype chrv_rec_type IS OKL_OKC_MIGRATION_PVT.chrv_rec_type;
41: TYPE kle_rec_type IS RECORD (
42: ID OKL_K_LINES_V.ID%TYPE
43: );
44:
45: TYPE kle_tbl_type IS TABLE OF kle_rec_type INDEX BY BINARY_INTEGER;
46: SUBTYPE selv_tbl_type IS Okl_Streams_Pvt.selv_tbl_type;