DBA Data[Home] [Help]

APPS.ASO_DEF_UTIL dependencies on FND_FLEX_DESCVAL

Line 459: fnd_flex_descval.set_context_value(p_attribute_code);

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

Line 460: fnd_flex_descval.set_column_value('SRC_CONSTANT_VALUE'

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

Line 462: if fnd_flex_descval.validate_desccols

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

Line 464: l_default_source := fnd_flex_descval.concatenated_values;

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

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

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