Technology Stack - EBS (MOSC)

MOSC Banner

RTF Template

edited Jul 1, 2015 10:02AM in Technology Stack - EBS (MOSC) 2 commentsAnswered

Hi

Based on the Purchasing level approvals we are printing the Signature of the approver on the Purchasing Document.

Below is what we placed on the Field browser

Approval Level

>10,000$ --STEVELUX

<10,000$-- RAFFI

<?choose:?>

<?when: APPROVER_NAME = 'LUX, STEVE  J'?>

<fo:block>

<fo:external-graphic src="/u05/oracle/temp/STEVELUX.jpg" />

</fo:block>

<?end when?>

<?end choose?>

<?choose:?>

<?when: APPROVER_NAME ='SARRAFIAN, RAFFI O'?>

<fo:block>

<fo:external-graphic src="/u05/oracle/temp/RAFFI.jpg" />

</fo:block>

<?end when?>

<?end choose?>

but somehow the signature is not being printed on the document. Could you please let me know what exactly to look for??

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