PL/SQL (MOSC)

MOSC Banner

Loop

edited Oct 20, 2012 1:50AM in PL/SQL (MOSC) 11 commentsAnswered ✓
HI,

   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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center