DBA Data[Home] [Help]

APPS.ONT_DEF_UTIL dependencies on FND_FLEX_DESCVAL

Line 425: fnd_flex_descval.set_context_value(p_attribute_code);

421: l_default_source := l_src_sequence_name;
422:
423: elsif l_src_type = p_attribute_code then
424:
425: fnd_flex_descval.set_context_value(p_attribute_code);
426: fnd_flex_descval.set_column_value('SRC_CONSTANT_VALUE'
427: ,l_src_constant_value);
428: if fnd_flex_descval.validate_desccols
429: ('ONT','Defaulting Rules Flexfield') then

Line 426: fnd_flex_descval.set_column_value('SRC_CONSTANT_VALUE'

422:
423: elsif l_src_type = p_attribute_code then
424:
425: fnd_flex_descval.set_context_value(p_attribute_code);
426: fnd_flex_descval.set_column_value('SRC_CONSTANT_VALUE'
427: ,l_src_constant_value);
428: if fnd_flex_descval.validate_desccols
429: ('ONT','Defaulting Rules Flexfield') then
430: l_default_source := fnd_flex_descval.concatenated_values;

Line 428: if fnd_flex_descval.validate_desccols

424:
425: fnd_flex_descval.set_context_value(p_attribute_code);
426: fnd_flex_descval.set_column_value('SRC_CONSTANT_VALUE'
427: ,l_src_constant_value);
428: if fnd_flex_descval.validate_desccols
429: ('ONT','Defaulting Rules Flexfield') then
430: l_default_source := fnd_flex_descval.concatenated_values;
431: else
432: raise_application_error(-20000,fnd_flex_descval.error_message);

Line 430: l_default_source := fnd_flex_descval.concatenated_values;

426: fnd_flex_descval.set_column_value('SRC_CONSTANT_VALUE'
427: ,l_src_constant_value);
428: if fnd_flex_descval.validate_desccols
429: ('ONT','Defaulting Rules Flexfield') then
430: l_default_source := fnd_flex_descval.concatenated_values;
431: else
432: raise_application_error(-20000,fnd_flex_descval.error_message);
433: end if;
434:

Line 432: raise_application_error(-20000,fnd_flex_descval.error_message);

428: if fnd_flex_descval.validate_desccols
429: ('ONT','Defaulting Rules Flexfield') then
430: l_default_source := fnd_flex_descval.concatenated_values;
431: else
432: raise_application_error(-20000,fnd_flex_descval.error_message);
433: end if;
434:
435: end if;
436: