9803: lv_tds_invoice_message := 'Invoice to TDS Authority is already paid.';
9804: lv_tds_credit_memo_flag := 'X';
9805: lv_tds_credit_memo_message := 'No processing as Invoice to TDS Authority is already paid';
9806: goto Continue_with_next_record;*/
9807: APP_EXCEPTION.RAISE_EXCEPTION(EXCEPTION_TYPE => 'APP',
9808: EXCEPTION_CODE => NULL,
9809: EXCEPTION_TEXT => 'Invoice to TDS Authority is already paid.');
9810: END IF;
9811:
9889: /*Check whether any value is returned in lv_token.
9890: IF it is not null display the error message. */
9891:
9892: IF nvl(lv_token, 'A') <> 'A' Then
9893: APP_EXCEPTION.RAISE_EXCEPTION(EXCEPTION_TYPE => 'APP',
9894: EXCEPTION_CODE => NULL,
9895: EXCEPTION_TEXT => lv_token);
9896: End if;
9897:
10018:
10019: lv_codepath := jai_general_pkg.plot_codepath(13, lv_codepath); /* 13 */
10020:
10021: IF nvl(lv_token, 'A') <> 'A' Then
10022: APP_EXCEPTION.RAISE_EXCEPTION(EXCEPTION_TYPE => 'APP',
10023: EXCEPTION_CODE => NULL,
10024: EXCEPTION_TEXT => lv_token);
10025: End if;
10026: