DBA Data[Home] [Help]

APPS.PAY_JP_ISDF_SS_PKG dependencies on HR_API

Line 1524: if (p_effective_date >= hr_api.g_sot

1520: hr_utility.trace('i_life_pens : '||to_char(i_life_pens));
1521: end if;
1522: --
1523: -- formula datetrack
1524: if (p_effective_date >= hr_api.g_sot
1525: and p_effective_date <= hr_api.g_eot) then
1526: --
1527: if g_debug then
1528: hr_utility.set_location(l_proc,10);

Line 1525: and p_effective_date <= hr_api.g_eot) then

1521: end if;
1522: --
1523: -- formula datetrack
1524: if (p_effective_date >= hr_api.g_sot
1525: and p_effective_date <= hr_api.g_eot) then
1526: --
1527: if g_debug then
1528: hr_utility.set_location(l_proc,10);
1529: end if;

Line 1645: if (p_effective_date >= hr_api.g_sot

1641: hr_utility.trace('i_nonlife_short : '||to_char(i_nonlife_short));
1642: end if;
1643: --
1644: -- formula datetrack
1645: if (p_effective_date >= hr_api.g_sot
1646: and p_effective_date < c_st_upd_date_2007) then
1647: --
1648: if g_debug then
1649: hr_utility.set_location(l_proc,10);

Line 1743: and p_effective_date <= hr_api.g_eot) then

1739: hr_utility.set_location(l_proc,80);
1740: end if;
1741: --
1742: elsif (p_effective_date >= c_st_upd_date_2007
1743: and p_effective_date <= hr_api.g_eot) then
1744: --
1745: if g_debug then
1746: hr_utility.set_location(l_proc,90);
1747: end if;

Line 1891: if (p_effective_date >= hr_api.g_sot

1887: hr_utility.set_location(l_proc,0);
1888: hr_utility.trace('calc_nonlife_dct wrapper');
1889: end if;
1890: --
1891: if (p_effective_date >= hr_api.g_sot
1892: and p_effective_date < c_st_upd_date_2007) then
1893: --
1894: if g_debug then
1895: hr_utility.set_location(l_proc,10);

Line 1946: if (p_effective_date >= hr_api.g_sot

1942: hr_utility.trace('i_social : '||to_char(i_social));
1943: end if;
1944: --
1945: -- formula datetrack
1946: if (p_effective_date >= hr_api.g_sot
1947: and p_effective_date <= hr_api.g_eot) then
1948: --
1949: if g_debug then
1950: hr_utility.set_location(l_proc,10);

Line 1947: and p_effective_date <= hr_api.g_eot) then

1943: end if;
1944: --
1945: -- formula datetrack
1946: if (p_effective_date >= hr_api.g_sot
1947: and p_effective_date <= hr_api.g_eot) then
1948: --
1949: if g_debug then
1950: hr_utility.set_location(l_proc,10);
1951: end if;

Line 2016: if (p_effective_date >= hr_api.g_sot

2012: hr_utility.trace('i_mutual_aid_dsc : '||to_char(i_mutual_aid_dsc));
2013: end if;
2014: --
2015: -- formula datetrack
2016: if (p_effective_date >= hr_api.g_sot
2017: and p_effective_date <= hr_api.g_eot) then
2018: --
2019: if g_debug then
2020: hr_utility.set_location(l_proc,10);

Line 2017: and p_effective_date <= hr_api.g_eot) then

2013: end if;
2014: --
2015: -- formula datetrack
2016: if (p_effective_date >= hr_api.g_sot
2017: and p_effective_date <= hr_api.g_eot) then
2018: --
2019: if g_debug then
2020: hr_utility.set_location(l_proc,10);
2021: end if;

Line 2101: if (p_effective_date >= hr_api.g_sot

2097: hr_utility.trace('p_dct_exc_i : '||p_dct_exc_i);
2098: end if;
2099: --
2100: -- formula datetrack
2101: if (p_effective_date >= hr_api.g_sot
2102: and p_effective_date <= hr_api.g_eot) then
2103: --
2104: if g_debug then
2105: hr_utility.set_location(l_proc,10);

Line 2102: and p_effective_date <= hr_api.g_eot) then

2098: end if;
2099: --
2100: -- formula datetrack
2101: if (p_effective_date >= hr_api.g_sot
2102: and p_effective_date <= hr_api.g_eot) then
2103: --
2104: if g_debug then
2105: hr_utility.set_location(l_proc,10);
2106: end if;

Line 2283: if (p_effective_date >= hr_api.g_sot

2279: p_calc_spouse_inc_rec.sp_other_inc_calc := 0;
2280: p_calc_spouse_inc_rec.sp_inc_calc := 0;
2281: --
2282: -- formula datetrack
2283: if (p_effective_date >= hr_api.g_sot
2284: and p_effective_date <= hr_api.g_eot) then
2285: --
2286: p_calc_spouse_inc_rec.sp_earned_inc_calc := p_sp_earned_inc_i - p_sp_earned_inc_exp_i;
2287: if p_calc_spouse_inc_rec.sp_earned_inc_calc < 0 then

Line 2284: and p_effective_date <= hr_api.g_eot) then

2280: p_calc_spouse_inc_rec.sp_inc_calc := 0;
2281: --
2282: -- formula datetrack
2283: if (p_effective_date >= hr_api.g_sot
2284: and p_effective_date <= hr_api.g_eot) then
2285: --
2286: p_calc_spouse_inc_rec.sp_earned_inc_calc := p_sp_earned_inc_i - p_sp_earned_inc_exp_i;
2287: if p_calc_spouse_inc_rec.sp_earned_inc_calc < 0 then
2288: p_calc_spouse_inc_rec.sp_earned_inc_calc := 0;

Line 3289: if nvl(value1, hr_api.g_varchar2) <> nvl(value2, hr_api.g_varchar2) then

3285: return boolean
3286: is
3287: begin
3288: --
3289: if nvl(value1, hr_api.g_varchar2) <> nvl(value2, hr_api.g_varchar2) then
3290: return true;
3291: else
3292: return false;
3293: end if;

Line 3304: if nvl(value1, hr_api.g_number) <> nvl(value2, hr_api.g_number) then

3300: return boolean
3301: is
3302: begin
3303: --
3304: if nvl(value1, hr_api.g_number) <> nvl(value2, hr_api.g_number) then
3305: return true;
3306: else
3307: return false;
3308: end if;

Line 3319: if nvl(value1, hr_api.g_date) <> nvl(value2, hr_api.g_date) then

3315: return boolean
3316: is
3317: begin
3318: --
3319: if nvl(value1, hr_api.g_date) <> nvl(value2, hr_api.g_date) then
3320: return true;
3321: else
3322: return false;
3323: end if;

Line 4485: hr_api.mandatory_arg_error(l_proc, 'transfer_date', p_transfer_date);

4481: if g_debug then
4482: hr_utility.set_location(l_proc,0);
4483: end if;
4484: --
4485: hr_api.mandatory_arg_error(l_proc, 'transfer_date', p_transfer_date);
4486: --
4487: pay_jp_isdf_dml_pkg.lock_assact(p_action_information_id, p_object_version_number, l_assact_rec);
4488: --
4489: if l_assact_rec.transaction_status <> 'A' then

Line 4682: hr_api.mandatory_arg_error(l_proc,'expiry_date',p_expiry_date);

4678: if g_debug then
4679: hr_utility.set_location(l_proc,0);
4680: end if;
4681: --
4682: hr_api.mandatory_arg_error(l_proc,'expiry_date',p_expiry_date);
4683: --
4684: pay_jp_isdf_dml_pkg.lock_assact(p_action_information_id, p_object_version_number, l_assact_rec);
4685: --
4686: if l_assact_rec.transaction_status = 'U' then