DBA Data[Home] [Help]

APPS.OKL_LOP_PVT dependencies on OKL_LEASE_OPPORTUNITIES_TL

Line 92: id okl_lease_opportunities_tl.id%TYPE

88: );
89:
90: -- Do not include WHO, LANGUAGE and SFWT_FLAG columns in the _TL record structure
91: TYPE loptl_rec_type IS RECORD (
92: id okl_lease_opportunities_tl.id%TYPE
93: ,short_description okl_lease_opportunities_tl.short_description%TYPE
94: ,description okl_lease_opportunities_tl.description%TYPE
95: ,comments okl_lease_opportunities_tl.comments%TYPE
96: );

Line 93: ,short_description okl_lease_opportunities_tl.short_description%TYPE

89:
90: -- Do not include WHO, LANGUAGE and SFWT_FLAG columns in the _TL record structure
91: TYPE loptl_rec_type IS RECORD (
92: id okl_lease_opportunities_tl.id%TYPE
93: ,short_description okl_lease_opportunities_tl.short_description%TYPE
94: ,description okl_lease_opportunities_tl.description%TYPE
95: ,comments okl_lease_opportunities_tl.comments%TYPE
96: );
97:

Line 94: ,description okl_lease_opportunities_tl.description%TYPE

90: -- Do not include WHO, LANGUAGE and SFWT_FLAG columns in the _TL record structure
91: TYPE loptl_rec_type IS RECORD (
92: id okl_lease_opportunities_tl.id%TYPE
93: ,short_description okl_lease_opportunities_tl.short_description%TYPE
94: ,description okl_lease_opportunities_tl.description%TYPE
95: ,comments okl_lease_opportunities_tl.comments%TYPE
96: );
97:
98: -- view record structure

Line 95: ,comments okl_lease_opportunities_tl.comments%TYPE

91: TYPE loptl_rec_type IS RECORD (
92: id okl_lease_opportunities_tl.id%TYPE
93: ,short_description okl_lease_opportunities_tl.short_description%TYPE
94: ,description okl_lease_opportunities_tl.description%TYPE
95: ,comments okl_lease_opportunities_tl.comments%TYPE
96: );
97:
98: -- view record structure
99: TYPE lopv_rec_type IS RECORD (

Line 154: ,short_description okl_lease_opportunities_tl.short_description%TYPE := OKL_API.G_MISS_CHAR

150: --Fixed Bug#5647107 ssdeshpa start
151: -- Bug 5908845. eBTax Enhancement Project
152: ,line_intended_use okl_lease_opportunities_b.line_intended_use%TYPE := OKL_API.G_MISS_CHAR
153: -- End Bug 5908845. eBTax Enhancement Project
154: ,short_description okl_lease_opportunities_tl.short_description%TYPE := OKL_API.G_MISS_CHAR
155: ,description okl_lease_opportunities_tl.description%TYPE := OKL_API.G_MISS_CHAR
156: ,comments okl_lease_opportunities_tl.comments%TYPE := OKL_API.G_MISS_CHAR
157: );
158:

Line 155: ,description okl_lease_opportunities_tl.description%TYPE := OKL_API.G_MISS_CHAR

151: -- Bug 5908845. eBTax Enhancement Project
152: ,line_intended_use okl_lease_opportunities_b.line_intended_use%TYPE := OKL_API.G_MISS_CHAR
153: -- End Bug 5908845. eBTax Enhancement Project
154: ,short_description okl_lease_opportunities_tl.short_description%TYPE := OKL_API.G_MISS_CHAR
155: ,description okl_lease_opportunities_tl.description%TYPE := OKL_API.G_MISS_CHAR
156: ,comments okl_lease_opportunities_tl.comments%TYPE := OKL_API.G_MISS_CHAR
157: );
158:
159: TYPE lopv_tbl_type IS TABLE OF lopv_rec_type INDEX BY BINARY_INTEGER;

Line 156: ,comments okl_lease_opportunities_tl.comments%TYPE := OKL_API.G_MISS_CHAR

152: ,line_intended_use okl_lease_opportunities_b.line_intended_use%TYPE := OKL_API.G_MISS_CHAR
153: -- End Bug 5908845. eBTax Enhancement Project
154: ,short_description okl_lease_opportunities_tl.short_description%TYPE := OKL_API.G_MISS_CHAR
155: ,description okl_lease_opportunities_tl.description%TYPE := OKL_API.G_MISS_CHAR
156: ,comments okl_lease_opportunities_tl.comments%TYPE := OKL_API.G_MISS_CHAR
157: );
158:
159: TYPE lopv_tbl_type IS TABLE OF lopv_rec_type INDEX BY BINARY_INTEGER;
160: