DBA Data[Home] [Help]

APPS.PAY_US_EMPLOYEE_PAYSLIP_WEB dependencies on PER_BUSINESS_GROUPS

Line 1008: from per_business_groups pbg,

1004: decode(pbg.frequency, 'Y', 1,
1005: 'M', 12,
1006: 'W', 52,
1007: 'D', 365, 1)
1008: from per_business_groups pbg,
1009: per_assignments_f paf
1010: where paf.assignment_id = cp_assignment_id
1011: and cp_period_end_date between paf.effective_start_date
1012: and paf.effective_end_date