DBA Data[Home] [Help]

APPS.BEN_DET_IMPUTED_INCOME dependencies on DT_FNDATE

Line 1039: dt_fndate.get_dates(

1035: hr_utility.set_location(' Entering ' || l_proc , 10);
1036: hr_utility.set_location(' Calculate participant imputed income ', 10);
1037: if p_ctrlm_fido_call then
1038: --
1039: dt_fndate.get_dates(
1040: P_SES_DATE =>l_SES_DATE,
1041: P_SES_YESTERDAY_DATE =>l_SES_YESTERDAY_DATE,
1042: P_START_OF_TIME =>l_START_OF_TIME,
1043: P_END_OF_TIME =>l_END_OF_TIME,

Line 1050: dt_fndate.change_ses_date

1046: );
1047: --
1048: -- Put row in fnd_sessions
1049: --
1050: dt_fndate.change_ses_date
1051: (p_ses_date => p_effective_date,
1052: p_commit => l_commit);
1053: --
1054: --

Line 1137: dt_fndate.change_ses_date

1133: if p_ctrlm_fido_call then
1134: --
1135: -- Put back fnd_sessions
1136: --
1137: dt_fndate.change_ses_date
1138: (p_ses_date => l_ses_date,
1139: p_commit => l_commit);
1140: --
1141: end if;