DBA Data[Home] [Help]

APPS.PAY_PPMV4_SS dependencies on DT_FNDATE

Line 4075: dt_fndate.set_effective_date(l_eff_date);

4071: hr_utility.set_location('Session Date => '||userenv('sessionid'),7);
4072: --
4073: l_eff_date := trunc(p_effective_date);
4074: begin
4075: dt_fndate.set_effective_date(l_eff_date);
4076: exception
4077: when DUP_VAL_ON_INDEX then
4078: hr_utility.set_location('change for DUP_VAL_ON_INDEX : ' || l_proc ,999);
4079: when others then