DBA Data[Home] [Help]

APPS.PQP_ALIEN_EXPAT_TAXATION_PKG dependencies on PER_TIME_PERIODS

Line 3367: from per_time_periods ptp

3363: --
3364: cursor c_days_in_cycle(p_person_id in number
3365: ,p_effective_date in date ) is
3366: select min(trunc((52/ number_per_fiscal_year) * 7)) days_in_cycle
3367: from per_time_periods ptp
3368: ,per_assignments_f paf
3369: ,per_time_period_types ptt
3370: where ptp.payroll_id = paf.payroll_id
3371: and ptp.period_type = ptt.period_type