DBA Data[Home] [Help]

APPS.IEM_EMAIL_PROC_PVT dependencies on PER_WORKFORCE_CURRENT_X

Line 1155: from per_workforce_current_x

1151: if l_acct_type='I' then -- select the party id from profile
1152: l_emp_flag:='Y';
1153: BEGIN
1154: Select person_id into l_contact_id
1155: from per_workforce_current_x
1156: Where upper(email_address)=upper(l_sender);
1157: exception when others then
1158: l_contact_id:=null;
1159: END;