DBA Data[Home] [Help]

APPS.PER_IN_ENTRY_VALUE_LEG_HOOK dependencies on FND_MESSAGE

Line 467: fnd_message.set_name('PER', 'PER_IN_PPF_MAX_EXEMPTION_ERROR');

463: END IF;
464:
465: IF(fnd_number.canonical_to_number(l_ppf_amount) > g_ppf_max_exemption_limit_80c ) THEN
466: pay_in_utils.trace('inside the error loop','********************');
467: fnd_message.set_name('PER', 'PER_IN_PPF_MAX_EXEMPTION_ERROR');
468: fnd_message.set_token('PPF_LIMIT',g_ppf_max_exemption_limit_80c);
469: fnd_message.raise_error;
470: END IF;
471: END IF;

Line 468: fnd_message.set_token('PPF_LIMIT',g_ppf_max_exemption_limit_80c);

464:
465: IF(fnd_number.canonical_to_number(l_ppf_amount) > g_ppf_max_exemption_limit_80c ) THEN
466: pay_in_utils.trace('inside the error loop','********************');
467: fnd_message.set_name('PER', 'PER_IN_PPF_MAX_EXEMPTION_ERROR');
468: fnd_message.set_token('PPF_LIMIT',g_ppf_max_exemption_limit_80c);
469: fnd_message.raise_error;
470: END IF;
471: END IF;
472: END IF;

Line 469: fnd_message.raise_error;

465: IF(fnd_number.canonical_to_number(l_ppf_amount) > g_ppf_max_exemption_limit_80c ) THEN
466: pay_in_utils.trace('inside the error loop','********************');
467: fnd_message.set_name('PER', 'PER_IN_PPF_MAX_EXEMPTION_ERROR');
468: fnd_message.set_token('PPF_LIMIT',g_ppf_max_exemption_limit_80c);
469: fnd_message.raise_error;
470: END IF;
471: END IF;
472: END IF;
473:

Line 610: fnd_message.set_name('PER', 'PER_IN_PPF_MAX_EXEMPTION_ERROR');

606:
607:
608: IF(fnd_number.canonical_to_number(l_ppf_amount) > g_ppf_max_exemption_limit_80c ) THEN
609: pay_in_utils.trace('inside the error loop','********************');
610: fnd_message.set_name('PER', 'PER_IN_PPF_MAX_EXEMPTION_ERROR');
611: fnd_message.set_token('PPF_LIMIT',g_ppf_max_exemption_limit_80c);
612: fnd_message.raise_error;
613: END IF;
614: END IF;

Line 611: fnd_message.set_token('PPF_LIMIT',g_ppf_max_exemption_limit_80c);

607:
608: IF(fnd_number.canonical_to_number(l_ppf_amount) > g_ppf_max_exemption_limit_80c ) THEN
609: pay_in_utils.trace('inside the error loop','********************');
610: fnd_message.set_name('PER', 'PER_IN_PPF_MAX_EXEMPTION_ERROR');
611: fnd_message.set_token('PPF_LIMIT',g_ppf_max_exemption_limit_80c);
612: fnd_message.raise_error;
613: END IF;
614: END IF;
615: END IF;

Line 612: fnd_message.raise_error;

608: IF(fnd_number.canonical_to_number(l_ppf_amount) > g_ppf_max_exemption_limit_80c ) THEN
609: pay_in_utils.trace('inside the error loop','********************');
610: fnd_message.set_name('PER', 'PER_IN_PPF_MAX_EXEMPTION_ERROR');
611: fnd_message.set_token('PPF_LIMIT',g_ppf_max_exemption_limit_80c);
612: fnd_message.raise_error;
613: END IF;
614: END IF;
615: END IF;
616: