DBA Data[Home] [Help]

APPS.FND_ID_FLEX_SEGMENTS_PKG dependencies on FND_FLEX_VALIDATION_RULES

Line 370: update fnd_flex_validation_rules

366:
367: -- Since we are deleting this segment, we must update
368: -- any CVR rule that uses this segment. We will update
369: -- segment reference to null since it is now deleted.
370: update fnd_flex_validation_rules
371: set ERROR_SEGMENT_COLUMN_NAME=NULL
372: where APPLICATION_ID = X_APPLICATION_ID
373: and ID_FLEX_CODE = X_ID_FLEX_CODE
374: and ID_FLEX_NUM = X_ID_FLEX_NUM