DBA Data[Home] [Help]

APPS.HR_CCMGR_SS dependencies on DT_FNDATE

Line 206: dt_fndate.set_effective_date(l_eff_date);

202: Begin
203: hr_utility.set_location(' Entering:' || l_proc,5);
204: l_eff_date := nvl(hr_transaction_api.get_date_value(p_transaction_step_id, 'P_EFFECTIVE_DATE'),trunc(sysdate));
205:
206: dt_fndate.set_effective_date(l_eff_date);
207: hr_utility.set_location(l_proc,10);
208:
209: l_ccmgr_rec := HR_CCMGR_TYPE(hr_transaction_api.get_number_value(p_transaction_step_id, 'P_ORG_INFORMATION_ID'),
210: hr_transaction_api.get_number_value(p_transaction_step_id, 'P_ORGANIZATION_ID'),

Line 417: dt_fndate.set_effective_date(l_eff_date);

413: hr_utility.set_location(l_proc,555);
414: End;
415: hr_utility.set_location(l_proc,15);
416: l_transaction_id := hr_transaction_ss.get_transaction_id(p_item_type ,p_item_key);
417: dt_fndate.set_effective_date(l_eff_date);
418:
419: If l_transaction_id is Null Then
420: hr_utility.set_location(l_proc,20);
421: hr_transaction_ss.start_transaction