facing a problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • arpit6111984
    New Member
    • Mar 2008
    • 1

    #1

    facing a problem

    1)if ($table == $ORDER_ALERTS_T ABLE)
    2){ my $errorMessage;
    3) #2nd Command Line Param is AlertId
    4) GetOrderNumber( $ARGV[2]);
    5) eval
    6) {
    7) my $AutoActionProc = $databaseHandle => (q{
    BEGIN
    ORDERACTIONS.GE NERATEORDERACTI ONS(:p_actionId ,
    :p_alertId,
    :p_orderNo,
    :p_foundbyId,
    :p_foundbyUser,
    :p_tableName,
    :p_accountType,
    :p_parameter,
    :errorMsg);
    END;
    });
    hi everyone m facing the problem at line 7 stating that useless use of the constant can anyone tell me what is the problem
  • Stang02GT
    Recognized Expert Top Contributor
    • Jun 2007
    • 1206

    #2
    Originally posted by arpit6111984
    1)if ($table == $ORDER_ALERTS_T ABLE)
    2){ my $errorMessage;
    3) #2nd Command Line Param is AlertId
    4) GetOrderNumber( $ARGV[2]);
    5) eval
    6) {
    7) my $AutoActionProc = $databaseHandle => (q{
    BEGIN
    ORDERACTIONS.GE NERATEORDERACTI ONS(:p_actionId ,
    :p_alertId,
    :p_orderNo,
    :p_foundbyId,
    :p_foundbyUser,
    :p_tableName,
    :p_accountType,
    :p_parameter,
    :errorMsg);
    END;
    });
    hi everyone m facing the problem at line 7 stating that useless use of the constant can anyone tell me what is the problem
    Welcome,

    Please take a moment to look at the POSTING GUIDELINES .

    Could you provide us with more detail about your problem? What is the error message you are getting?

    Comment

    Working...