DBA Data[Home] [Help]

APPS.PE_FR_ADDITIONAL_ORG_RULES dependencies on HR_GENERAL

Line 189: l_sot := fnd_date.date_to_canonical(hr_general.START_OF_TIME);

185: ,'FR_ESTAB_CONSTR_TAX_LIABILITY') THEN
186: --
187: -- derive values of variables
188: --
189: l_sot := fnd_date.date_to_canonical(hr_general.START_OF_TIME);
190: l_eot := fnd_date.date_to_canonical(hr_general.END_OF_TIME);
191: --
192: -- check date_from > date_to
193: --

Line 190: l_eot := fnd_date.date_to_canonical(hr_general.END_OF_TIME);

186: --
187: -- derive values of variables
188: --
189: l_sot := fnd_date.date_to_canonical(hr_general.START_OF_TIME);
190: l_eot := fnd_date.date_to_canonical(hr_general.END_OF_TIME);
191: --
192: -- check date_from > date_to
193: --
194: IF p_org_information1 > p_org_information2