DBA Data[Home] [Help]

APPS.FV_ECON_BENF_DISC_PVT dependencies on APP_EXCEPTION

Line 618: app_exception.raise_exception;

614: fnd_message.set_token('msg',err_message);
615: IF ( FND_LOG.LEVEL_ERROR >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
616: FV_UTILITY.MESSAGE(FND_LOG.LEVEL_ERROR, l_module_name);
617: END IF;
618: app_exception.raise_exception;
619: End If;
620: End If ; -- End of 4th If
621: --IN parameter x_discount_date cannot be used as a target of an assignment hence
622: --local variable l_discount_date passed to x_discount_date in CALCULATE_DISCOUNT

Line 660: app_exception.raise_exception;

656: fnd_message.set_token('msg',err_message);
657: IF ( FND_LOG.LEVEL_ERROR >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
658: FV_UTILITY.MESSAGE(FND_LOG.LEVEL_ERROR, l_module_name);
659: END IF;
660: app_exception.raise_exception;
661: End If;
662:
663: /* Get the CVOF Rate */
664: GET_CVOF_RATE(X_Payment_Date ,

Line 689: app_exception.raise_exception;

685: fnd_message.set_token('msg',err_message);
686: IF ( FND_LOG.LEVEL_ERROR >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
687: FV_UTILITY.MESSAGE(FND_LOG.LEVEL_ERROR, l_module_name);
688: END IF;
689: app_exception.raise_exception;
690: End If;
691: Else
692: /* CVOF Rate Available */
693: /* Disc_Rate less than CVOF Rate */

Line 713: app_exception.raise_exception;

709: fnd_message.set_token('msg',err_message);
710: IF ( FND_LOG.LEVEL_ERROR >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
711: FV_UTILITY.MESSAGE(FND_LOG.LEVEL_ERROR, l_module_name);
712: END IF;
713: app_exception.raise_exception;
714: End If;
715:
716: -- This invoice does not meet the EBD requirements so do NOT include
717: 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 741: app_exception.raise_exception;

737: fnd_message.set_token('msg',err_message);
738: IF ( FND_LOG.LEVEL_ERROR >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
739: FV_UTILITY.MESSAGE(FND_LOG.LEVEL_ERROR, l_module_name);
740: END IF;
741: app_exception.raise_exception;
742: End If;
743: End If;
744: End If; -- End of 5th If
745:

Line 790: app_exception.raise_exception;

786: fnd_message.set_token('msg',err_message);
787: IF ( FND_LOG.LEVEL_ERROR >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
788: FV_UTILITY.MESSAGE(FND_LOG.LEVEL_ERROR, l_module_name);
789: END IF;
790: app_exception.raise_exception;
791: End If;
792:
793: /*---------------------------------------------------------*/
794: -- Ver 1.2 Added Procedure INSERT_FV_ASSIGN_REASON_CODES RCW

Line 827: app_exception.raise_exception;

823: fnd_message.set_token('msg',err_message);
824: IF ( FND_LOG.LEVEL_ERROR >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
825: FV_UTILITY.MESSAGE(FND_LOG.LEVEL_ERROR, l_module_name);
826: END IF;
827: app_exception.raise_exception;
828: End If;
829: ELSIF X_Err_Nbr = 2 then --too many rows
830: err_message := x_err_stage;
831: fnd_message.set_name('FV','FV_FAI_GENERAL');

Line 836: app_exception.raise_exception;

832: fnd_message.set_token('msg',err_message);
833: IF ( FND_LOG.LEVEL_ERROR >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
834: FV_UTILITY.MESSAGE(FND_LOG.LEVEL_ERROR, l_module_name);
835: END IF;
836: app_exception.raise_exception;
837:
838: END IF;
839: End If; --ROW_EXISTS_FVRC
840: END IF;

Line 850: app_exception.raise_exception;

846: fnd_message.set_token('msg',err_message);
847: IF ( FND_LOG.LEVEL_ERROR >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
848: FV_UTILITY.MESSAGE(FND_LOG.LEVEL_ERROR, l_module_name);
849: END IF;
850: app_exception.raise_exception;
851:
852: END IF; -- End of 3A
853: END IF; --End of 3rd IF
854: END IF ; -- End of 2nd If