EBS Customizations (MOSC)

MOSC Banner

Unable to create code combination using API "FND_FLEX_KEYVAL.VALIDATE_SEGS"

edited Mar 16, 2013 10:15PM in EBS Customizations (MOSC) 1 commentAnswered
Hi Team,

I am unable to create code combination using API "FND_FLEX_KEYVAL.VALIDATE_SEGS".

Dynamic Inserts have been enabled and Cross Validation Rules have not been enabled.

Below is the code snippet.

        lb_status := fnd_flex_keyval.validate_segs(
                                                   operation        => 'CREATE_COMBINATION',
                                                   appl_short_name  => p_application_short_name,
                                                   key_flex_code    => p_key_flex_code,
                                                   structure_number => p_structure_number,
                                                   concat_segments  => lc_concat_segs);

lb_status is a BOOLEAN variable.

Is there any setup required?

Please guide me on the same.

Thank you.

Regards,

Krishna

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center