DBA Data[Home] [Help]

APPS.PAY_US_SQWL_ARCHIVE dependencies on FND_DATE

Line 174: the 11i fnd_date and fnd_number changes

170: c_rts_dup_wage cursor. This SQL was
171: changed due to Fidelity performance
172: problem.
173: 12-JUN-2000 asasthan 115.5 update till Q2 2000 changes and includes
174: the 11i fnd_date and fnd_number changes
175: 22-MAY-2000 ashgupta 40.12 1237099 Added the error messages in the
176: preprocess_check function
177: 02-MAR-2000 rpotnuru 40.11 1220213 Terminated Employees not showing for $th Qtr
178: NY sqwl. Range cursor date range will now the whole

Line 2272: pay_balance_pkg.set_context ('DATE_EARNED',fnd_date.date_to_canonical(date_earned));

2268:
2269: /* Setup contexts */
2270:
2271: pay_balance_pkg.set_context ('ASSIGNMENT_ID', asgid);
2272: pay_balance_pkg.set_context ('DATE_EARNED',fnd_date.date_to_canonical(date_earned));
2273: /* pay_balance_pkg.set_context ('DATE_EARNED',fnd_date.date_to_canonical(date_earned,'DD-MON-YYYY')); date format not required */
2274: pay_balance_pkg.set_context ('TAX_UNIT_ID', taxunitid);
2275:
2276: /* Get the year begin and year end dates */

Line 2273: /* pay_balance_pkg.set_context ('DATE_EARNED',fnd_date.date_to_canonical(date_earned,'DD-MON-YYYY')); date format not required */

2269: /* Setup contexts */
2270:
2271: pay_balance_pkg.set_context ('ASSIGNMENT_ID', asgid);
2272: pay_balance_pkg.set_context ('DATE_EARNED',fnd_date.date_to_canonical(date_earned));
2273: /* pay_balance_pkg.set_context ('DATE_EARNED',fnd_date.date_to_canonical(date_earned,'DD-MON-YYYY')); date format not required */
2274: pay_balance_pkg.set_context ('TAX_UNIT_ID', taxunitid);
2275:
2276: /* Get the year begin and year end dates */
2277: