DBA Data[Home] [Help]

APPS.BEN_TCS_STMT_PROCESS dependencies on DT_FNDATE

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

1828: TRUNC (TO_DATE (p_effective_date, 'yyyy/mm/dd'));
1829: hr_utility.set_location ('l_effective_date is ' || l_effective_date,112);
1830: g_actn := 'Put row in fnd_sessions...';
1831: hr_utility.set_location (g_actn,113);
1832: hr_utility.set_location ('dt_fndate.change_ses_date with ' || l_effective_date,114);
1833: dt_fndate.change_ses_date (p_ses_date => l_effective_date,
1834: p_commit => l_commit
1835: );
1836: -- need to check .

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

1829: hr_utility.set_location ('l_effective_date is ' || l_effective_date,112);
1830: g_actn := 'Put row in fnd_sessions...';
1831: hr_utility.set_location (g_actn,113);
1832: hr_utility.set_location ('dt_fndate.change_ses_date with ' || l_effective_date,114);
1833: dt_fndate.change_ses_date (p_ses_date => l_effective_date,
1834: p_commit => l_commit
1835: );
1836: -- need to check .
1837: IF (l_commit = 1)