DBA Data[Home] [Help]

APPS.HR_RATE_VALUES_SWI dependencies on DT_FNDATE

Line 853: dt_fndate.set_effective_date(l_effective_date);

849: l_effective_date:= to_date(hr_transaction_ss.get_wf_effective_date
850: (p_transaction_step_id => p_transaction_step_id),
851: hr_transaction_ss.g_date_format
852: );
853: dt_fndate.set_effective_date(l_effective_date);
854: -- start registration
855: -- If its a new user registration flow then the assignmentId which is coming
856: -- from transaction table will not be valid because the person has just been
857: -- created by the process_api of the hr_process_person_ss.process_api.