DBA Data[Home] [Help]

APPS.WF_ITEM_ACTIVITY_STATUS dependencies on WFA_SEC

Line 988: l_username := wfa_sec.GetUser();

984: l_username varchar2(320);
985: begin
986: -- if the performer is not provided get the current session user
987: if (performer is null) then
988: l_username := wfa_sec.GetUser();
989: else
990: l_username := performer;
991: end if;
992: