DBA Data[Home] [Help]

APPS.HR_US_REPORTS dependencies on HR_US_FF_UDFS

Line 131: hr_us_ff_udfs.Convert_Period_Type.

127: 115.10 09-APR-04 ynegoro 3545006 Updated get_top_org_id function
128: Added csr_get_max_child_id cursor;
129: 115.11 14-JUL-04 saurgupt 3669973 Modified function get_salary. Modified the query to get freq.
130: from per_assignments_f. Also, add this freq. in the call to fun.
131: hr_us_ff_udfs.Convert_Period_Type.
132: Also, make the file GSCC compliant.
133: 115.12 29-JUL-04 saurgupt 3624095 Modified cursor csr_tax_unit_flag to change the inpur parameter
134: name from tax_unit_id to p_tax_unit_id.
135: 115.13 05-MAY-05 ynegoro 4346783 Added verify_state function fro VETS-100

Line 291: l_annual_salary := hr_us_ff_udfs.Convert_Period_Type

287: --
288: end;
289: --
290: --
291: l_annual_salary := hr_us_ff_udfs.Convert_Period_Type
292: (p_business_group_id,null,l_work_schedule,l_normal_hours,l_salary,l_pay_basis,'Year',
293: null,null,l_frequency); -- Bug 3669973
294: --
295: hr_utility.set_location('hr_us_reports.get_salary',15);