DBA Data[Home] [Help]

APPS.FV_ECON_BENF_DISC_PVT dependencies on APP_EXCEPTION

Line 598: app_exception.raise_exception;

594: fnd_message.set_token('msg',err_message);
595: IF ( FND_LOG.LEVEL_ERROR >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
596: FV_UTILITY.MESSAGE(FND_LOG.LEVEL_ERROR, l_module_name);
597: END IF;
598: app_exception.raise_exception;
599: End If;
600: End If ; -- End of 4th If
601: --IN parameter x_discount_date cannot be used as a target of an assignment hence
602: --local variable l_discount_date passed to x_discount_date in CALCULATE_DISCOUNT

Line 627: app_exception.raise_exception;

623: fnd_message.set_token('msg',err_message);
624: IF ( FND_LOG.LEVEL_ERROR >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
625: FV_UTILITY.MESSAGE(FND_LOG.LEVEL_ERROR, l_module_name);
626: END IF;
627: app_exception.raise_exception;
628: End If;
629:
630: /* Get the CVOF Rate */
631: GET_CVOF_RATE(X_Payment_Date ,

Line 656: app_exception.raise_exception;

652: fnd_message.set_token('msg',err_message);
653: IF ( FND_LOG.LEVEL_ERROR >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
654: FV_UTILITY.MESSAGE(FND_LOG.LEVEL_ERROR, l_module_name);
655: END IF;
656: app_exception.raise_exception;
657: End If;
658: Else
659: /* CVOF Rate Available */
660: /* Disc_Rate less than CVOF Rate */

Line 680: app_exception.raise_exception;

676: fnd_message.set_token('msg',err_message);
677: IF ( FND_LOG.LEVEL_ERROR >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
678: FV_UTILITY.MESSAGE(FND_LOG.LEVEL_ERROR, l_module_name);
679: END IF;
680: app_exception.raise_exception;
681: End If;
682:
683: -- This invoice does not meet the EBD requirements so do NOT include
684: FV_UTILITY.LOG_MESG(FND_LOG.LEVEL_ERROR, l_module_name, 'Invoice Number, '||x_invoice_num||', will NOT be included in the Payment Batch because it');

Line 708: app_exception.raise_exception;

704: fnd_message.set_token('msg',err_message);
705: IF ( FND_LOG.LEVEL_ERROR >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
706: FV_UTILITY.MESSAGE(FND_LOG.LEVEL_ERROR, l_module_name);
707: END IF;
708: app_exception.raise_exception;
709: End If;
710: End If;
711: End If; -- End of 5th If
712:

Line 757: app_exception.raise_exception;

753: fnd_message.set_token('msg',err_message);
754: IF ( FND_LOG.LEVEL_ERROR >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
755: FV_UTILITY.MESSAGE(FND_LOG.LEVEL_ERROR, l_module_name);
756: END IF;
757: app_exception.raise_exception;
758: End If;
759:
760: /*---------------------------------------------------------*/
761: -- Ver 1.2 Added Procedure INSERT_FV_ASSIGN_REASON_CODES RCW

Line 794: app_exception.raise_exception;

790: fnd_message.set_token('msg',err_message);
791: IF ( FND_LOG.LEVEL_ERROR >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
792: FV_UTILITY.MESSAGE(FND_LOG.LEVEL_ERROR, l_module_name);
793: END IF;
794: app_exception.raise_exception;
795: End If;
796: ELSIF X_Err_Nbr = 2 then --too many rows
797: err_message := x_err_stage;
798: fnd_message.set_name('FV','FV_FAI_GENERAL');

Line 803: app_exception.raise_exception;

799: fnd_message.set_token('msg',err_message);
800: IF ( FND_LOG.LEVEL_ERROR >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
801: FV_UTILITY.MESSAGE(FND_LOG.LEVEL_ERROR, l_module_name);
802: END IF;
803: app_exception.raise_exception;
804:
805: END IF;
806: End If; --ROW_EXISTS_FVRC
807: END IF;

Line 817: app_exception.raise_exception;

813: fnd_message.set_token('msg',err_message);
814: IF ( FND_LOG.LEVEL_ERROR >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
815: FV_UTILITY.MESSAGE(FND_LOG.LEVEL_ERROR, l_module_name);
816: END IF;
817: app_exception.raise_exception;
818:
819: END IF; -- End of 3A
820: END IF; --End of 3rd IF
821: END IF ; -- End of 2nd If