DBA Data[Home] [Help]

APPS.ONT_DEF_UTIL dependencies on FND_FLEX_DESCVAL

Line 455: fnd_flex_descval.set_context_value(p_attribute_code);

451: l_default_source := l_src_sequence_name;
452:
453: elsif l_src_type = p_attribute_code then
454:
455: fnd_flex_descval.set_context_value(p_attribute_code);
456: fnd_flex_descval.set_column_value('SRC_CONSTANT_VALUE'
457: ,l_src_constant_value);
458: if fnd_flex_descval.validate_desccols
459: ('ONT','Defaulting Rules Flexfield') then

Line 456: fnd_flex_descval.set_column_value('SRC_CONSTANT_VALUE'

452:
453: elsif l_src_type = p_attribute_code then
454:
455: fnd_flex_descval.set_context_value(p_attribute_code);
456: fnd_flex_descval.set_column_value('SRC_CONSTANT_VALUE'
457: ,l_src_constant_value);
458: if fnd_flex_descval.validate_desccols
459: ('ONT','Defaulting Rules Flexfield') then
460: l_default_source := fnd_flex_descval.concatenated_values;

Line 458: if fnd_flex_descval.validate_desccols

454:
455: fnd_flex_descval.set_context_value(p_attribute_code);
456: fnd_flex_descval.set_column_value('SRC_CONSTANT_VALUE'
457: ,l_src_constant_value);
458: if fnd_flex_descval.validate_desccols
459: ('ONT','Defaulting Rules Flexfield') then
460: l_default_source := fnd_flex_descval.concatenated_values;
461: else
462: raise_application_error(-20000,fnd_flex_descval.error_message);

Line 460: l_default_source := fnd_flex_descval.concatenated_values;

456: fnd_flex_descval.set_column_value('SRC_CONSTANT_VALUE'
457: ,l_src_constant_value);
458: if fnd_flex_descval.validate_desccols
459: ('ONT','Defaulting Rules Flexfield') then
460: l_default_source := fnd_flex_descval.concatenated_values;
461: else
462: raise_application_error(-20000,fnd_flex_descval.error_message);
463: end if;
464:

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

458: if fnd_flex_descval.validate_desccols
459: ('ONT','Defaulting Rules Flexfield') then
460: l_default_source := fnd_flex_descval.concatenated_values;
461: else
462: raise_application_error(-20000,fnd_flex_descval.error_message);
463: end if;
464:
465: end if;
466: