DBA Data[Home] [Help]

APPS.PAY_IP_STARTUP_UTIL dependencies on FND_ID_FLEX_SEGMENTS

Line 3357: FROM fnd_id_flex_segments

3353: segment is not already in use */
3354:
3355: select min(1)
3356: into l_segment_used
3357: FROM fnd_id_flex_segments
3358: WHERE id_flex_num = l_id_flex_num
3359: AND id_flex_code = 'SCL'
3360: AND application_column_name = 'SEGMENT1';
3361: