DBA Data[Home] [Help]

APPS.PAY_MX_SOC_SEC_ARCHIVE dependencies on PAY_MX_FF_UDFS

Line 24: call to pay_mx_ff_udfs.get_idw

20: vpandya 02-Jun-2005 115.1 4409303 Changed get_start_date function
21: and required procedures
22: for SUA functionality.
23: vmehta 14-Jun-2005 115.2 4431932 corrected the parameters in the
24: call to pay_mx_ff_udfs.get_idw
25: vmehta 17-Jun-2005 115.3 4435714 Initialized gn_implementation to
26: zero so that person data is
27: re-archived upon retry
28: vmehta 19-Jun-2005 115.4 Moved get_idw in the arch_hire_sep

Line 115: pay_mx_ff_udfs.get_idw in

111: archinit to stamp appropriate date
112: in pay_recorded_requests when
113: archiver is run in retry mode.
114: sdahiya 10-Apr-2006 115.25 5146225 Modified function get_idw to call
115: pay_mx_ff_udfs.get_idw in
116: BIMONTH_REPORT mode only if
117: gv_variable_idw is 'Y'.
118: sdahiya 17-Apr-2006 115.26 5005254 Archiver should archive
119: termination date instead of a day

Line 282: function call pay_mx_ff_udfs.get_idw.

278: vvijayku 21-Nov-2008 115.76 7342321 Had to remove some compilation errors,which was arcsed
279: in by mistake.
280: sjawid 30-Jul-2009 115.77 6933682 Added extra parameters p_payroll_action_id,
281: p_execute_old_idw_code to
282: function call pay_mx_ff_udfs.get_idw.
283: Added new cursor c_salary_type in
284: procedure arch_hire_separation
285: to correct the salary_type for newhire employees.
286: sjawid 30-Jul-2009 115.78 6933682 Corrected pay_mx_ff_udfs.get_idw function call

Line 286: sjawid 30-Jul-2009 115.78 6933682 Corrected pay_mx_ff_udfs.get_idw function call

282: function call pay_mx_ff_udfs.get_idw.
283: Added new cursor c_salary_type in
284: procedure arch_hire_separation
285: to correct the salary_type for newhire employees.
286: sjawid 30-Jul-2009 115.78 6933682 Corrected pay_mx_ff_udfs.get_idw function call
287: vvijayku 20-Nov-2009 115.79 8988585 Corrected the to_char idw conversion to the correct
288: format.
289: sjawid 09-Nov-2009 115.80 8912736 Modified cursor c_disabilities_info, added decode function
290: to disability_control to get the correct codes as per

Line 901: ln_idw := pay_mx_ff_udfs.get_idw( p_assignment_id => p_assignment_id

897: ln_step := 2;
898:
899: lv_mode := 'REPORT';
900:
901: ln_idw := pay_mx_ff_udfs.get_idw( p_assignment_id => p_assignment_id
902: ,p_tax_unit_id => p_tax_unit_id
903: ,p_effective_date =>
904: TRUNC(p_effective_date)
905: ,p_payroll_action_id => NULL