Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7446319
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T12:17:05+00:00 2026-05-29T12:17:05+00:00

When attempting to compile I am getting the following errors Error(16,8): PLS-00103: Encountered the

  • 0

When attempting to compile I am getting the following errors

Error(16,8): PLS-00103: Encountered the symbol “SPROLLUPEXPENSEITEM”
when expecting one of the following: := . ( @ % ; The symbol “:=”
was substituted for “SPROLLUPEXPENSEITEM” to continue.

and

Error(17,15): PLS-00103: Encountered the symbol “=” when expecting one
of the following: . ( * @ % & = – + < / > at in is mod remainder
not rem then <> or != or ~= >= <= <> and or like
like2 like4 likec between || multiset member submultiset

create or replace
TRIGGER tr_ExpenseItem_Rollup
AFTER DELETE OR UPDATE of ExpApprAmt
ON ExpenseItem
FOR EACH ROW
DECLARE
    RollupAmt   Number;
    BlnResult   Boolean;
BEGIN
    IF DELETING THEN
        RollupAmt := -1 * :Old.ExpApprAmt;
    End If;
    IF UPDATING Then
        RollupAmt := :New.ExpApprAmt - :Old.ExpApprAmt;
    End IF;
  Call spRollUpExpenseItem(:New.ERNo,:New.ECNo,RollupAmt,BlnResult);
    If BlnResult := TRUE
        --Additional Logic Here 
    End IF;
END;

I’m a student and very new at this, so any help would be appreciated.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T12:17:06+00:00Added an answer on May 29, 2026 at 12:17 pm

    call isn’t a keyword in PL/SQL and to run a stored procedure you just use its name. Remove call from before spRollUpExpenseItem:

    create or replace
    TRIGGER tr_ExpenseItem_Rollup
    AFTER DELETE OR UPDATE of ExpApprAmt
    ON ExpenseItem
    FOR EACH ROW
    DECLARE
        RollupAmt   Number;
        BlnResult   Boolean;
    BEGIN
        IF DELETING THEN
            RollupAmt := -1 * :Old.ExpApprAmt;
        End If;
        IF UPDATING Then
            RollupAmt := :New.ExpApprAmt - :Old.ExpApprAmt;
        End IF;
        spRollUpExpenseItem(:New.ERNo,:New.ECNo,RollupAmt,BlnResult);
        If BlnResult = TRUE Then
            --Additional Logic Here 
        End IF;
    END;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

When attempting to compile my C# project, I get the following error: 'C:\Documents and
I am getting the following error message when compiling or attempting to run my
I am having a strange compile time error message when attempting to compile one
When trying to compile a project with TeamCity, I am getting an error from
In attempting to compile ICU49 using Android NDKv7b, I ran into the following: /home/tim/icu49/icu/source/common/putil.cpp:
I'm getting this error when I run my app (not at compile time): Could
I am attempting to compile C code that utilizes the following within GNU readline.
I am attempting to compile a c++ class using gcc. Due to the nature
Here's the problem code I'm attempting to compile: bool TeamMatcher::simpleComparator(Student first, Student second){ return
I'm trying to compile fastboot for Android using this guide , but I'm getting

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.