DBA Data[Home] [Help]

APPS.PAY_US_TAX_API dependencies on HR_ORGANIZATION_INFORMATION

Line 462: from hr_organization_information hoi,

458: and decode(l_primary_only,'Y',paf.primary_flag,'Y') = 'Y'
459: and p_effective_date between paf.effective_start_date and paf.effective_end_date
460: and p_effective_date between ftr.effective_start_date and ftr.effective_end_date
461: and not exists( select 'x'
462: from hr_organization_information hoi,
463: hr_soft_coding_keyflex sck
464: where paf.soft_coding_keyflex_id = sck.soft_coding_keyflex_id
465: and sck.segment1 = hoi.organization_id
466: and hoi.org_information_context = '1099R Magnetic Report Rules')

Line 493: from hr_organization_information hoi,

489: and p_effective_date between stif.effective_start_date and stif.effective_end_date
490: and p_effective_date between paf.effective_start_date and paf.effective_end_date
491: and p_effective_date between str.effective_start_date and str.effective_end_date
492: and not exists( select 'x'
493: from hr_organization_information hoi,
494: hr_soft_coding_keyflex sck
495: where paf.soft_coding_keyflex_id = sck.soft_coding_keyflex_id
496: and sck.segment1 = hoi.organization_id
497: and hoi.org_information_context = '1099R Magnetic Report Rules')

Line 864: hr_organization_information hoi,

860:
861: CURSOR c_primary_retiree_asg IS
862: select 'x'
863: from per_assignments_f paf,
864: hr_organization_information hoi,
865: hr_soft_coding_keyflex sck
866: where paf.person_id = p_person_id
867: and paf.primary_flag = 'Y'
868: and paf.effective_end_date >= p_effective_date