DBA Data[Home] [Help]

APPS.FND_FLEX_SERVER2 dependencies on FND_FLEX_VDATION_RULES_VL

Line 875: from fnd_flex_vdation_rules_vl

871: IF (isviolated and fstruct.isa_key_flexfield) then
872: IF (rulename is not null) then
873: select error_message_text, error_segment_column_name
874: into rulemsg, errcol
875: from fnd_flex_vdation_rules_vl
876: where application_id = fstruct.application_id
877: and id_flex_code = fstruct.id_flex_code
878: and id_flex_num = fstruct.id_flex_num
879: and flex_validation_rule_name = rulename;