Oracle Community

The social network for Oracle people

Srinivas
  • Male
  • Bangalore
  • India
Share on Facebook
Share Twitter
  • Blog Posts (2)
  • Discussions
  • Events
  • Groups (1)
  • Featured Photos
  • Photo Albums
  • Featured Videos

Srinivas's Groups

 

Srinivas's Page

Latest Activity

Srinivas replied to Tor Even Ramberg's discussion Resellers/Partners wanted in the group Oracle Contractors
"Hi, If you are looking for full/part time Oracle Application Consultants, who can work from India. Please mail me at srini.ik@gmail.com. Thanks Srini"
Jul 1, 2009
Srinivas joined Richard Byrom's group
Thumbnail

Oracle Contractors

A group for Oracle Contractors to network and discuss potential contract opportunities
Jul 1, 2009

Profile Information

About Me:
I am working as Oracle Application Technical Concultant and having 4+ Years of experience

Srinivas's Blog

Query to find the responsibility, where the concurrent program can be run.

This sql will take Concurent Program name as a parameter:

SELECT *
FROM fnd_responsibility
WHERE request_group_id IN (
SELECT request_group_id
FROM fnd_request_groups
WHERE request_group_id IN (
SELECT request_group_id
FROM fnd_request_group_units
WHERE request_unit_id = (select CONCURRENT_PROGRAM_ID from fnd_concurrent_programs where user_concurrent_program_name like :p)))

Posted on July 24, 2008 at 4:15am — 1 Comment

Query to find the table dependencies.

This query will take table name as Parameter:







SELECT owner, object_type, object_name, object_id, status,

DECODE (REPLACE (object_type, ' ', '_'),

'PACKAGE_BODY', 'PACKAGE',

REPLACE (object_type, ' ', '_')

) type_link

FROM SYS.all_objects

WHERE object_id IN (

SELECT object_id

FROM public_dependency

CONNECT BY PRIOR object_id = referenced_object_id

START WITH referenced_object_id =

(SELECT object_id

FROM… Continue

Posted on July 24, 2008 at 4:00am

Comment Wall (1 comment)

You need to be a member of Oracle Community to add comments!

Join Oracle Community

At 4:28am on July 24, 2008, Shivmohan Purohit said…
Hello Friend
need your advise / feedback on my new initiative on oracle related blog...

http://knoworacle.wordpress.com/

thanks
Shiv
 
 
 

© 2013   Created by Eddie Awad.

Badges  |  Report an Issue  |  Terms of Service