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 886: from fnd_lookup_values_vl flv1, fnd_lookup_values_vl flv2

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

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

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

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

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