DBA Data[Home] [Help]

APPS.ASO_DEF_UTIL dependencies on FND_FLEX_DESCVAL

Line 457: fnd_flex_descval.set_context_value(p_attribute_code);

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

Line 458: fnd_flex_descval.set_column_value('SRC_CONSTANT_VALUE'

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

Line 460: if fnd_flex_descval.validate_desccols

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

Line 462: l_default_source := fnd_flex_descval.concatenated_values;

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

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

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