Projects - EBS (MOSC)

MOSC Banner

PA_EVENT_PUB.create_event

edited Jun 15, 2020 1:42AM in Projects - EBS (MOSC) 7 commentsAnswered
Hi Team,
I am facing the below error while creating the revenue event using teh API PA_EVENT_PUB.create_event.

"The project name you have entered is invalid.". I tried my best to understand whats the issue, but not succeeded. Below is the code i am using .

 L_EVENT_REC.P_TASK_NUMBER           := P_TASK_NUMBER;
    L_EVENT_REC.P_PM_EVENT_REFERENCE    := X_PM_EVENT_REFERENCE;
    L_EVENT_REC.P_DESCRIPTION           := 'Revenue Event';
    L_EVENT_REC.P_COMPLETION_DATE       := X_EVENT_DATE;
    L_EVENT_REC.P_PROJECT_NUMBER        := P_PROJECT_NUMBER;
    L_EVENT_REC.P_BILL_TRANS_REV_AMOUNT := X_REV_AMT;

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