Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Circular dependency scenario

Former Member
0 Kudos

Hi Experts,

I want scenario with circular dependecies.

For eg we have two fields

  • emp name and
  • emp manager.

We entered emp manager and we get list of employees under him.

Now from the list we got may be some employees are manager of others.

So next the info about that EMP as manager will come.

Can anyone help me in that....

Ant database table for this retreival?

Thanks,

Akriti

2 REPLIES 2

paul_bakker2
Active Contributor
0 Kudos

Sorry, how is that circular? Org charts don't tend to have circularities in them.

Do you mean recursive?

cheers

Paul

Former Member
0 Kudos

yes yes i mean recursive.

Eg

emp manager : 01

emp name: 03 , 04 , 05

Then from emp name 03 we passed it as emp manager

Now emp manager: 03

emp name 06, 07