DBA Data[Home] [Help]

APPS.HR_ACCRUAL_PLAN_API dependencies on FND_MESSAGE

Line 629: fnd_message.set_name('PER','HR_289824_PAP_BAL_DIM_INVALID');

625: -- The balance dimension fails validation so error.
626: --
627: hr_utility.set_location(l_proc, 30);
628: CLOSE csr_chk_bal_dim;
629: fnd_message.set_name('PER','HR_289824_PAP_BAL_DIM_INVALID');
630: fnd_message.raise_error;
631:
632: END IF;
633:

Line 630: fnd_message.raise_error;

626: --
627: hr_utility.set_location(l_proc, 30);
628: CLOSE csr_chk_bal_dim;
629: fnd_message.set_name('PER','HR_289824_PAP_BAL_DIM_INVALID');
630: fnd_message.raise_error;
631:
632: END IF;
633:
634: CLOSE csr_chk_bal_dim;

Line 1078: -- fnd_message.set_name('PER','FFX22J_FORMULA_NOT_FOUND');

1074: -- if c_get_skip_rule%notfound then
1075: --
1076: -- The Skip Rule formula cannot be found. Raise an error.
1077: --
1078: -- fnd_message.set_name('PER','FFX22J_FORMULA_NOT_FOUND');
1079: -- fnd_message.set_token('1',l_skip_rule_formula_name);
1080: -- fnd_message.raise_error;
1081: -- end if;
1082: --

Line 1079: -- fnd_message.set_token('1',l_skip_rule_formula_name);

1075: --
1076: -- The Skip Rule formula cannot be found. Raise an error.
1077: --
1078: -- fnd_message.set_name('PER','FFX22J_FORMULA_NOT_FOUND');
1079: -- fnd_message.set_token('1',l_skip_rule_formula_name);
1080: -- fnd_message.raise_error;
1081: -- end if;
1082: --
1083: --close c_get_skip_rule;

Line 1080: -- fnd_message.raise_error;

1076: -- The Skip Rule formula cannot be found. Raise an error.
1077: --
1078: -- fnd_message.set_name('PER','FFX22J_FORMULA_NOT_FOUND');
1079: -- fnd_message.set_token('1',l_skip_rule_formula_name);
1080: -- fnd_message.raise_error;
1081: -- end if;
1082: --
1083: --close c_get_skip_rule;
1084:

Line 2354: fnd_message.set_name('PAY', 'HR_7220_INVALID_PRIMARY_KEY');

2350: -- p_accrual_plan_id does not exist so error.
2351: --
2352: hr_utility.set_location(l_proc, 30);
2353: CLOSE csr_get_accrual_plan;
2354: fnd_message.set_name('PAY', 'HR_7220_INVALID_PRIMARY_KEY');
2355: fnd_message.raise_error;
2356:
2357: END IF;
2358:

Line 2355: fnd_message.raise_error;

2351: --
2352: hr_utility.set_location(l_proc, 30);
2353: CLOSE csr_get_accrual_plan;
2354: fnd_message.set_name('PAY', 'HR_7220_INVALID_PRIMARY_KEY');
2355: fnd_message.raise_error;
2356:
2357: END IF;
2358:
2359: CLOSE csr_get_accrual_plan;