DBA Data[Home] [Help]

APPS.IRC_PARTY_API dependencies on HR_ORGANIZATION_INFORMATION

Line 135: from hr_organization_information

131: -- corresponding to the recruiting flexfield on the business group
132: --
133: cursor csr_get_person_type_id(p_business_group_id number) is
134: select org_information8
135: from hr_organization_information
136: where organization_id=p_business_group_id
137: and ORG_INFORMATION_CONTEXT='BG Recruitment';
138: --
139: l_notification_preference_id number;

Line 866: from hr_organization_information

862: -- corresponding to the recruiting flexfield on the business group
863: --
864: cursor csr_get_person_type_id(p_business_group_id number) is
865: select org_information8
866: from hr_organization_information
867: where organization_id=p_business_group_id
868: and ORG_INFORMATION_CONTEXT='BG Recruitment';
869: --
870: l_notification_preference_id number;