DBA Data[Home] [Help]

APPS.PQP_GB_T1_PENSION_EXTRACTS dependencies on HR_ORGANIZATION_INFORMATION

Line 1146: FROM hr_organization_information hoi1

1142: ,hoi1.org_information2 lea_name
1143: ,nvl(hoi1.org_information3,'N') CrossBG_Enabled
1144: ,0 Request_Id
1145: ,' ' Status
1146: FROM hr_organization_information hoi1
1147: WHERE hoi1.organization_id <> nvl(p_business_group_id, g_business_group_id)
1148: AND hoi1.org_information_context = 'PQP_GB_EDU_AUTH_LEA_INFO'
1149: AND hoi1.org_information1 = p_lea_number
1150: AND nvl(hoi1.org_information3,'N') = 'Y' -- Enabled for CrossBG reporting

Line 1153: FROM hr_organization_information hoi2

1149: AND hoi1.org_information1 = p_lea_number
1150: AND nvl(hoi1.org_information3,'N') = 'Y' -- Enabled for CrossBG reporting
1151: AND EXISTS
1152: (SELECT 1
1153: FROM hr_organization_information hoi2
1154: WHERE hoi2.org_information_context='CLASS'
1155: AND hoi2.organization_id = hoi1.organization_id
1156: AND hoi2.org_information1 = 'HR_BG' -- is a BG
1157: AND hoi2.org_information2 = 'Y' -- Enabled

Line 1176: FROM hr_organization_information hoi1

1172: -- ,hoi1.org_information2 lea_name
1173: ,nvl(hoi1.org_information3,'N') CrossBG_Enabled
1174: ,0 Request_Id --used in ext process
1175: ,' ' Status --used in ext process
1176: FROM hr_organization_information hoi1
1177: ,hr_organization_units hou --added this to join org's with the respective BG.
1178: WHERE hoi1.organization_id = hou.organization_id
1179: AND hou.business_group_id <> nvl(p_business_group_id, g_business_group_id)
1180: AND hoi1.org_information_context = 'PQP_GB_EDU_AUTH_LEA_INFO'