DBA Data[Home] [Help]

APPS.FND_FLEX_WORKFLOW dependencies on FND_ID_FLEX_SEGMENTS

Line 339: FROM fnd_id_flex_segments

335: ELSE
336: SELECT
337: COUNT(*)
338: INTO l_nsegments
339: FROM fnd_id_flex_segments
340: WHERE application_id = l_application_id
341: AND id_flex_code = code
342: AND id_flex_num = num
343: AND enabled_flag = 'Y';