Loop
Can someone help me with my concern.
Function below will only get org_id from 81-85. I need to modify it to be able to get all teh odg_id in the apps.hr_operating_units.
Can you please assists me.
function BeforeReport return boolean is
begin
SRW.USER_EXIT('FND SRWINIT');
declare
l_exists VARCHAR2(1) := NULL;
l_user VARCHAR2(25) := fnd_global.user_name;
l_user_id NUMBER := fnd_global.user_id;
l_login NUMBER := fnd_global.login_id;
begin
SRW.MESSAGE('1','START');
SRW.MESSAGE('2',l_user);
-- Only let Accenture staff create new dates