DBA Data[Home] [Help]

APPS.PAY_US_REPORTING_UTILS_PKG dependencies on HR_ORGANIZATION_INFORMATION

Line 3063: from hr_organization_information hoi

3059: faic.context , 2),0) > 0
3060: and not exists
3061: (
3062: select 'x'
3063: from hr_organization_information hoi
3064: WHERE hoi.organization_id = paa.tax_unit_id
3065: and hoi.org_information_context ='1099R Magnetic Report Rules'
3066: ) ;
3067:

Line 3102: from hr_organization_information hoi

3098: faic.context , 2),0) > 0
3099: and not exists
3100: (
3101: select 'x'
3102: from hr_organization_information hoi
3103: WHERE hoi.organization_id = paa.tax_unit_id
3104: and hoi.org_information_context ='1099R Magnetic Report Rules'
3105: )
3106: