DBA Data[Home] [Help]

APPS.PAY_US_ACTION_ARCH dependencies on PER_TIME_PERIODS

Line 246: time_period_id from per_time_periods

242: 18-FEB-2002 ahanda 115.48 2200748 Changed W4 to archive the Work and
243: Resident JDs. Changed Adj Bal proc
244: to pass the bal adj action_id.
245: 14-FEB-2002 ahanda 115.47 2189810 Changed c_time_period to get the
246: time_period_id from per_time_periods
247: 14-FEB-2002 ahanda 115.46 Changed archinit to check for the
248: new dimension only if multi asgn
249: is enabled. This removed dependency
250: on HRGLOBAL for one off patch.

Line 5209: per_time_periods ptp

5205: --bug 7379102
5206: ppa.effective_date
5207: from pay_assignment_actions paa,
5208: pay_payroll_actions ppa,
5209: per_time_periods ptp
5210: where paa.assignment_action_id = cp_run_assignment_action
5211: and ppa.payroll_action_id = paa.payroll_action_id
5212: and ptp.payroll_id = ppa.payroll_id
5213: --bug 7379102