DBA Data[Home] [Help]

APPS.OKL_QQH_PVT dependencies on OKL_QUICK_QUOTES_TL

Line 91: id okl_quick_quotes_tl.id%TYPE

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

Line 92: ,short_description okl_quick_quotes_tl.short_description%TYPE

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

Line 93: ,description okl_quick_quotes_tl.description%TYPE

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

Line 94: ,comments okl_quick_quotes_tl.comments%TYPE

90: TYPE qqhtl_rec_type IS RECORD (
91: id okl_quick_quotes_tl.id%TYPE
92: ,short_description okl_quick_quotes_tl.short_description%TYPE
93: ,description okl_quick_quotes_tl.description%TYPE
94: ,comments okl_quick_quotes_tl.comments%TYPE
95: );
96:
97: -- view record structure
98: TYPE qqhv_rec_type IS RECORD (

Line 149: ,short_description okl_quick_quotes_tl.short_description%TYPE

145: ,pirr okl_quick_quotes_b.pirr%TYPE
146: ,sub_pirr okl_quick_quotes_b.sub_pirr%TYPE
147: ,airr okl_quick_quotes_b.airr%TYPE
148: ,sub_airr okl_quick_quotes_b.sub_airr%TYPE
149: ,short_description okl_quick_quotes_tl.short_description%TYPE
150: ,description okl_quick_quotes_tl.description%TYPE
151: ,comments okl_quick_quotes_tl.comments%TYPE
152: -- abhsaxen - added - start
153: ,sts_code okl_quick_quotes_b.sts_code%TYPE

Line 150: ,description okl_quick_quotes_tl.description%TYPE

146: ,sub_pirr okl_quick_quotes_b.sub_pirr%TYPE
147: ,airr okl_quick_quotes_b.airr%TYPE
148: ,sub_airr okl_quick_quotes_b.sub_airr%TYPE
149: ,short_description okl_quick_quotes_tl.short_description%TYPE
150: ,description okl_quick_quotes_tl.description%TYPE
151: ,comments okl_quick_quotes_tl.comments%TYPE
152: -- abhsaxen - added - start
153: ,sts_code okl_quick_quotes_b.sts_code%TYPE
154: -- abhsaxen - added - end

Line 151: ,comments okl_quick_quotes_tl.comments%TYPE

147: ,airr okl_quick_quotes_b.airr%TYPE
148: ,sub_airr okl_quick_quotes_b.sub_airr%TYPE
149: ,short_description okl_quick_quotes_tl.short_description%TYPE
150: ,description okl_quick_quotes_tl.description%TYPE
151: ,comments okl_quick_quotes_tl.comments%TYPE
152: -- abhsaxen - added - start
153: ,sts_code okl_quick_quotes_b.sts_code%TYPE
154: -- abhsaxen - added - end
155: );