DBA Data[Home] [Help]

APPS.PAY_IP_STARTUP_UTIL dependencies on FND_ID_FLEX_SEGMENTS

Line 2164: FROM fnd_id_flex_segments

2160: segment is not already in use */
2161:
2162: select min(1)
2163: into l_segment_used
2164: FROM fnd_id_flex_segments
2165: WHERE id_flex_num = l_id_flex_num
2166: AND id_flex_code = 'SCL'
2167: AND application_column_name = 'SEGMENT1';
2168: