BI Publisher (MOSC)

MOSC Banner

call procedure in the function issue in XMLP data template

edited Sep 29, 2017 5:01AM in BI Publisher (MOSC) 1 commentAnswered

Hi All,

I am trying to call procedure in the function XMLP data template.

But due to this calling repeated/duplicated groups are created for one header.

        Get_contact( contact_id, fname, lname, attn, mail_stop1 );  --> Procedure

        first_name := fname; --OUT param

        last_name := lname; --OUT param

        ship_to_attn := attn; --OUT param

        mail_stop := mail_stop1; --OUT param

could you please help me on better ways?

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