PL/SQL (MOSC)

MOSC Banner

Is it possible to email standard concurrent program output to an a user with no account?

edited Sep 20, 2010 7:06AM in PL/SQL (MOSC) 2 commentsAnswered
Hello,

I am trying enter (where in red) for entering an email address instead of a user because the user is not registered in the system. Would it be possible to send the output of a concurrent program to the user's email? My code is almost complete and it simply needs a way to enter the email address. The area of focus is in red below.

CREATE OR REPLACE TRIGGER APPS.XXEITC_LETTER_REQUEST
    AFTER INSERT
    ON PER_ANALYSIS_CRITERIA
    FOR EACH ROW
DECLARE
    V_EMAIL_ADD boolean;
    V_REQUEST_ID    NUMBER;
    V_DB_TRIGGER    BOOLEAN;
    V_ADD_LAYOUT BOOLEAN;

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