DBA Data[Home] [Help]

APPS.PAY_US_ACTION_ARCH dependencies on PER_TIME_PERIODS

Line 330: time_period_id from per_time_periods

326: 18-FEB-2002 ahanda 115.48 2200748 Changed W4 to archive the Work and
327: Resident JDs. Changed Adj Bal proc
328: to pass the bal adj action_id.
329: 14-FEB-2002 ahanda 115.47 2189810 Changed c_time_period to get the
330: time_period_id from per_time_periods
331: 14-FEB-2002 ahanda 115.46 Changed archinit to check for the
332: new dimension only if multi asgn
333: is enabled. This removed dependency
334: on HRGLOBAL for one off patch.

Line 7209: per_time_periods ptp

7205: --bug 7379102
7206: ppa.effective_date
7207: from pay_assignment_actions paa,
7208: pay_payroll_actions ppa,
7209: per_time_periods ptp
7210: where paa.assignment_action_id = cp_run_assignment_action
7211: and ppa.payroll_action_id = paa.payroll_action_id
7212: and ptp.payroll_id = ppa.payroll_id
7213: --bug 7379102