add

About Me

My photo
Oracle Apps - Techno Functional consultant

Saturday, March 17

TO FIND SEQUENCE DETAILS

SELECT application_id,
sequence_id,
sequence_name,
start_value,
increment_by,
min_value,
max_value,
cache_size,
cycle_flag,
order_flag,
description
FROM fnd_sequences
WHERE sequence_name = UPPER('&sequence_name');


No comments: