DBA Data[Home] [Help]

APPS.OKL_LA_TRADEIN_PVT dependencies on OKC_K_LINES_TL

Line 29: asset_number OKC_K_LINES_TL.name%type,

25: TYPE tradein_rec_type is record
26: (
27: id okc_k_lines_b.id%type,
28: asset_id okc_k_lines_b.id%type,
29: asset_number OKC_K_LINES_TL.name%type,
30: tradein_amount okl_k_lines.tradein_amount%type
31: );
32: TYPE tradein_tbl_type is table of tradein_rec_type INDEX BY BINARY_INTEGER;
33: