DBA Data[Home] [Help]

APPS.FND_CONC_TEMPLATES dependencies on FND_LOOKUP_VALUES_VL

Line 296: -- Set the format to the value set by fnd_lookup_values_vl table

292: -- Default output type on template definition has priority
293: if ( def_output_type is NULL) then
294: -- Check if profile option is set and use instead
295: if (l_po_output_type is NULL) then
296: -- Set the format to the value set by fnd_lookup_values_vl table
297: find_the_format(format_type, format);
298: else
299: format := l_po_output_type;
300: end if;

Line 307: -- Set the format to the value set by fnd_lookup_values_vl table

303: end if;
304: else
305: -- Check if profile option is set and use instead
306: if (l_po_output_type is NULL) then
307: -- Set the format to the value set by fnd_lookup_values_vl table
308: find_the_format(format_type, format);
309: else
310: format := l_po_output_type;
311: end if;

Line 889: from fnd_lookup_values_vl flv1, fnd_lookup_values_vl flv2

885:
886: begin
887: select flv2.lookup_code
888: into format
889: from fnd_lookup_values_vl flv1, fnd_lookup_values_vl flv2
890: where flv1.lookup_type = 'XDO_TEMPLATE_TYPE'
891: and flv1.lookup_code = format_type
892: and flv2.lookup_type = flv1.tag;
893: exception

Line 1143: -- Set the format to the value set by fnd_lookup_values_vl table

1139: -- Default output type on template definition has priority
1140: if ( def_output_type is NULL ) then
1141: -- Check if profile option is set and use instead
1142: if (l_po_output_type is NULL) then
1143: -- Set the format to the value set by fnd_lookup_values_vl table
1144: find_the_format(format_type, format);
1145: else
1146: format := l_po_output_type;
1147: end if;

Line 1154: -- Set the format to the value set by fnd_lookup_values_vl table

1150: end if;
1151: else
1152: -- Check if profile option is set and use instead
1153: if (l_po_output_type is NULL) then
1154: -- Set the format to the value set by fnd_lookup_values_vl table
1155: find_the_format(format_type, format);
1156: else
1157: format := l_po_output_type;
1158: end if;