DBA Data[Home] [Help]

APPS.PAY_US_RSRW_UPGREV dependencies on PER_TIME_PERIODS

Line 2806: from per_time_periods PTP

2802: CURSOR csr_get_prd_num(ctx_bg_id in number
2803: ,ctx_payroll_id in number
2804: ,period_end_date in date) is
2805: select max(PTP.period_num)
2806: from per_time_periods PTP
2807: ,pay_payrollS_f PRL
2808: where PTP.payroll_id = ctx_payroll_id
2809: and PTP.payroll_id = PRL.payroll_id
2810: and PRL.business_group_id = ctx_bg_id