DBA Data[Home] [Help]

APPS.BEN_TCS_STMT_PROCESS dependencies on DT_FNDATE

Line 1840: hr_utility.set_location ('dt_fndate.change_ses_date with ' || l_effective_date,114);

1836: TRUNC (TO_DATE (p_effective_date, 'yyyy/mm/dd'));
1837: hr_utility.set_location ('l_effective_date is ' || l_effective_date,112);
1838: g_actn := 'Put row in fnd_sessions...';
1839: hr_utility.set_location (g_actn,113);
1840: hr_utility.set_location ('dt_fndate.change_ses_date with ' || l_effective_date,114);
1841: dt_fndate.change_ses_date (p_ses_date => l_effective_date,
1842: p_commit => l_commit
1843: );
1844: -- need to check .

Line 1841: dt_fndate.change_ses_date (p_ses_date => l_effective_date,

1837: hr_utility.set_location ('l_effective_date is ' || l_effective_date,112);
1838: g_actn := 'Put row in fnd_sessions...';
1839: hr_utility.set_location (g_actn,113);
1840: hr_utility.set_location ('dt_fndate.change_ses_date with ' || l_effective_date,114);
1841: dt_fndate.change_ses_date (p_ses_date => l_effective_date,
1842: p_commit => l_commit
1843: );
1844: -- need to check .
1845: IF (l_commit = 1)