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 2362: fnd_message.set_name('PAY', 'HR_7220_INVALID_PRIMARY_KEY');

2358: -- p_accrual_plan_id does not exist so error.
2359: --
2360: hr_utility.set_location(l_proc, 30);
2361: CLOSE csr_get_accrual_plan;
2362: fnd_message.set_name('PAY', 'HR_7220_INVALID_PRIMARY_KEY');
2363: fnd_message.raise_error;
2364:
2365: END IF;
2366:

Line 2363: fnd_message.raise_error;

2359: --
2360: hr_utility.set_location(l_proc, 30);
2361: CLOSE csr_get_accrual_plan;
2362: fnd_message.set_name('PAY', 'HR_7220_INVALID_PRIMARY_KEY');
2363: fnd_message.raise_error;
2364:
2365: END IF;
2366:
2367: CLOSE csr_get_accrual_plan;