BI Publisher (MOSC)

MOSC Banner

Calling subtemplate gets me an error

in BI Publisher (MOSC) 12 commentsAnswered

in may main template, I have the following code:

<?import:xdoxsl:///Custom/Procurement/POTemplate/filename_of_subtemplate.xsb?>

<?choose:?>

<?when:?><?xdofx:substr(Comments,1,3) = 'ORD')?>

<?call-template:P3PO?>

<?end when?>

<?when:?><?xdofx:substr(Segment1,1,3) = 'CON')?>

<?call-template:OptimusPO?>

<?end when?>

<?when:?> <?xdofx:substr(Segment1,1,3) = 'PUR')?>

<?call-template:CustomPO?>

<?end when?>

<?end choose?>

I have tested each templates and they are working as expected.

I am getting the error below when I tried using it as subtemplate

Tagged:

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