DBA Data[Home] [Help]

APPS.PAY_FR_REBATES dependencies on PAY_FR_REBATES

Line 1: package body PAY_FR_REBATES as

1: package body PAY_FR_REBATES as
2: /* $Header: pyfrebat.pkb 115.10 2003/11/11 07:58:33 autiwari noship $ */
3: --
4: -- Globals used by get_prev_asg_hours:
5: g_hours_worked_def_bal_id ff_user_entities.creator_id%TYPE;

Line 61: hr_utility.set_location('Entering pay_fr_rebates.get_aubry_II_rebate ',7);

57: ,p_message out nocopy varchar2) return number is
58: --
59: Begin
60: --
61: hr_utility.set_location('Entering pay_fr_rebates.get_aubry_II_rebate ',7);
62: --
63: init_formula('FR_AUBRY_II_REBATE');
64: --
65: -- Set up parameter values for the formula

Line 150: hr_utility.set_location('Entering pay_fr_rebates.get_aubry_I_rebate ',7);

146: ,p_aubry_I_contribution_id out nocopy number) return number is
147: --
148: Begin
149: --
150: hr_utility.set_location('Entering pay_fr_rebates.get_aubry_I_rebate ',7);
151: --
152: init_formula('FR_AUBRY_I_REBATE');
153: --
154: -- Set up parameter values for the formula

Line 219: hr_utility.set_location('Entering pay_fr_rebates.get_robien_rebate ',7);

215: ,p_robien_contribution_id out nocopy number) return number is
216: --
217: Begin
218: --
219: hr_utility.set_location('Entering pay_fr_rebates.get_robien_rebate ',7);
220: --
221: init_formula('FR_ROBIEN_REBATE');
222: --
223: -- Set up parameter values for the formula

Line 291: hr_utility.set_location('Entering pay_fr_rebates.get_part_time_rebate ',7);

287: ,p_part_time_contribution_id out nocopy number) return number is
288: --
289: Begin
290: --
291: hr_utility.set_location('Entering pay_fr_rebates.get_part_time_rebate ',7);
292: --
293: init_formula('FR_PART_TIME_REBATE');
294: --
295: -- Set up parameter values for the formula

Line 365: hr_utility.set_location('Entering pay_fr_rebates.get_ss_lower_rebate ',7);

361: ,p_ss_lower_contribution_id out nocopy number) return number is
362: --
363: Begin
364: --
365: hr_utility.set_location('Entering pay_fr_rebates.get_ss_lower_rebate ',7);
366: --
367: init_formula('FR_SS_LOWER_REBATE');
368: --
369: -- Set up parameter values for the formula

Line 499: hr_utility.set_location('Entering pay_fr_rebates.contribution info ', 10);

495: l_contribution_code pay_fr_contribution_usages.contribution_code%type;
496: --
497: Begin
498: --
499: hr_utility.set_location('Entering pay_fr_rebates.contribution info ', 10);
500: --
501: l_contribution_usage := pay_fr_general.get_contribution_usage
502: (p_process_type => p_process_type
503: ,p_element_name => p_element_name

Line 519: hr_utility.set_location('Entering pay_fr_rebates.contribution info = 0', 10);

515: hr_utility.set_location('Contribution id = '||to_char(l_contribution_usage.contribution_usage_id), 10);
516: --
517: mesg := ' ';
518: --
519: hr_utility.set_location('Entering pay_fr_rebates.contribution info = 0', 10);
520: return 0;
521: --
522: Exception when others then
523: fnd_message.set_name('PAY','PAY_74918_SD_NO_CNU_DATA');

Line 530: hr_utility.set_location('Leaving pay_fr_rebates.contribution info = -1', 10);

526: fnd_message.set_token('UT',p_usage_type);
527: mesg := fnd_message.get;
528: p_contribution_id := -1;
529: p_contribution_code := ' ';
530: hr_utility.set_location('Leaving pay_fr_rebates.contribution info = -1', 10);
531: return -1;
532: --
533: End contribution_info;
534:

Line 752: end pay_fr_rebates;

748: end if;
749: --
750: End get_prev_asg_hours;
751:
752: end pay_fr_rebates;