DBA Data[Home] [Help]

APPS.IRC_DOCUMENT_API dependencies on HR_ORGANIZATION_INFORMATION

Line 1126: and pasf.business_group_id in ( select bginfo.organization_id from hr_organization_information bginfo

1122: paf.party_id = p_party_id
1123: and trunc(sysdate) between paf.effective_start_date and paf.effective_end_date
1124: and trunc(sysdate) between pasf.effective_start_date and pasf.effective_end_date
1125: and pasf.person_id = paf.person_id
1126: and pasf.business_group_id in ( select bginfo.organization_id from hr_organization_information bginfo
1127: where bginfo.ORG_INFORMATION_CONTEXT = 'BG Recruitment'
1128: and bginfo.org_information11 = 'Y'
1129: );
1130: begin