DBA Data[Home] [Help]

APPS.PQP_GB_T1_PENSION_EXTRACTS dependencies on HR_ORGANIZATION_INFORMATION

Line 1125: FROM hr_organization_information hoi1

1121: ,hoi1.org_information2 lea_name
1122: ,nvl(hoi1.org_information3,'N') CrossBG_Enabled
1123: ,0 Request_Id
1124: ,' ' Status
1125: FROM hr_organization_information hoi1
1126: WHERE hoi1.organization_id <> nvl(p_business_group_id, g_business_group_id)
1127: AND hoi1.org_information_context = 'PQP_GB_EDU_AUTH_LEA_INFO'
1128: AND hoi1.org_information1 = p_lea_number
1129: AND nvl(hoi1.org_information3,'N') = 'Y' -- Enabled for CrossBG reporting

Line 1132: FROM hr_organization_information hoi2

1128: AND hoi1.org_information1 = p_lea_number
1129: AND nvl(hoi1.org_information3,'N') = 'Y' -- Enabled for CrossBG reporting
1130: AND EXISTS
1131: (SELECT 1
1132: FROM hr_organization_information hoi2
1133: WHERE hoi2.org_information_context='CLASS'
1134: AND hoi2.organization_id = hoi1.organization_id
1135: AND hoi2.org_information1 = 'HR_BG' -- is a BG
1136: AND hoi2.org_information2 = 'Y' -- Enabled

Line 1155: FROM hr_organization_information hoi1

1151: -- ,hoi1.org_information2 lea_name
1152: ,nvl(hoi1.org_information3,'N') CrossBG_Enabled
1153: ,0 Request_Id --used in ext process
1154: ,' ' Status --used in ext process
1155: FROM hr_organization_information hoi1
1156: ,hr_organization_units hou --added this to join org's with the respective BG.
1157: WHERE hoi1.organization_id = hou.organization_id
1158: AND hou.business_group_id <> nvl(p_business_group_id, g_business_group_id)
1159: AND hoi1.org_information_context = 'PQP_GB_EDU_AUTH_LEA_INFO'