DBA Data[Home] [Help]

APPS.OKL_QUE_PVT dependencies on OKL_INSURANCE_ESTIMATES_TL

Line 58: id okl_insurance_estimates_tl.id%TYPE

54: );
55:
56: -- Do not include WHO, LANGUAGE and SFWT_FLAG columns in the _TL record structure
57: TYPE quetl_rec_type IS RECORD (
58: id okl_insurance_estimates_tl.id%TYPE
59: ,short_description okl_insurance_estimates_tl.short_description%TYPE
60: ,description okl_insurance_estimates_tl.description%TYPE
61: ,comments okl_insurance_estimates_tl.comments%TYPE
62: );

Line 59: ,short_description okl_insurance_estimates_tl.short_description%TYPE

55:
56: -- Do not include WHO, LANGUAGE and SFWT_FLAG columns in the _TL record structure
57: TYPE quetl_rec_type IS RECORD (
58: id okl_insurance_estimates_tl.id%TYPE
59: ,short_description okl_insurance_estimates_tl.short_description%TYPE
60: ,description okl_insurance_estimates_tl.description%TYPE
61: ,comments okl_insurance_estimates_tl.comments%TYPE
62: );
63:

Line 60: ,description okl_insurance_estimates_tl.description%TYPE

56: -- Do not include WHO, LANGUAGE and SFWT_FLAG columns in the _TL record structure
57: TYPE quetl_rec_type IS RECORD (
58: id okl_insurance_estimates_tl.id%TYPE
59: ,short_description okl_insurance_estimates_tl.short_description%TYPE
60: ,description okl_insurance_estimates_tl.description%TYPE
61: ,comments okl_insurance_estimates_tl.comments%TYPE
62: );
63:
64: -- view record structure

Line 61: ,comments okl_insurance_estimates_tl.comments%TYPE

57: TYPE quetl_rec_type IS RECORD (
58: id okl_insurance_estimates_tl.id%TYPE
59: ,short_description okl_insurance_estimates_tl.short_description%TYPE
60: ,description okl_insurance_estimates_tl.description%TYPE
61: ,comments okl_insurance_estimates_tl.comments%TYPE
62: );
63:
64: -- view record structure
65: TYPE quev_rec_type IS RECORD (

Line 86: ,short_description okl_insurance_estimates_tl.short_description%TYPE

82: ,attribute14 okl_insurance_estimates_b.attribute14%TYPE
83: ,attribute15 okl_insurance_estimates_b.attribute15%TYPE
84: ,lease_quote_id okl_insurance_estimates_b.lease_quote_id%TYPE
85: ,policy_term okl_insurance_estimates_b.policy_term%TYPE
86: ,short_description okl_insurance_estimates_tl.short_description%TYPE
87: ,description okl_insurance_estimates_tl.description%TYPE
88: ,comments okl_insurance_estimates_tl.comments%TYPE
89: );
90:

Line 87: ,description okl_insurance_estimates_tl.description%TYPE

83: ,attribute15 okl_insurance_estimates_b.attribute15%TYPE
84: ,lease_quote_id okl_insurance_estimates_b.lease_quote_id%TYPE
85: ,policy_term okl_insurance_estimates_b.policy_term%TYPE
86: ,short_description okl_insurance_estimates_tl.short_description%TYPE
87: ,description okl_insurance_estimates_tl.description%TYPE
88: ,comments okl_insurance_estimates_tl.comments%TYPE
89: );
90:
91: TYPE quev_tbl_type IS TABLE OF quev_rec_type INDEX BY BINARY_INTEGER;

Line 88: ,comments okl_insurance_estimates_tl.comments%TYPE

84: ,lease_quote_id okl_insurance_estimates_b.lease_quote_id%TYPE
85: ,policy_term okl_insurance_estimates_b.policy_term%TYPE
86: ,short_description okl_insurance_estimates_tl.short_description%TYPE
87: ,description okl_insurance_estimates_tl.description%TYPE
88: ,comments okl_insurance_estimates_tl.comments%TYPE
89: );
90:
91: TYPE quev_tbl_type IS TABLE OF quev_rec_type INDEX BY BINARY_INTEGER;
92: