DBA Data[Home] [Help]

APPS.OKL_CS_LEASE_RENEWAL_PVT dependencies on OKL_K_LINES_V

Line 34: ID OKL_K_LINES_V.ID%TYPE

30:
31: subtype khrv_rec_type IS OKL_CONTRACT_PUB.khrv_rec_type;
32: subtype chrv_rec_type IS OKL_OKC_MIGRATION_PVT.chrv_rec_type;
33: TYPE kle_rec_type IS RECORD (
34: ID OKL_K_LINES_V.ID%TYPE
35: );
36:
37: TYPE kle_tbl_type IS TABLE OF kle_rec_type INDEX BY BINARY_INTEGER;
38: