DBA Data[Home] [Help]

APPS.GHR_API dependencies on GHR_ASSIGNMENTS_H_V

Line 2807: from ghr_assignments_h_v

2803: ----
2804: /**** Commented the original...
2805: Cursor c_job_id is
2806: select job_id, business_group_id
2807: from ghr_assignments_h_v
2808: where pa_request_id =
2809: (select min(pa_request_id)
2810: from ghr_pa_requests
2811: connect by pa_request_id = prior altered_pa_request_id

Line 2821: from ghr_assignments_h_v

2817: */
2818:
2819: Cursor c_job_id is
2820: select job_id, business_group_id
2821: from ghr_assignments_h_v
2822: where pa_request_id =
2823: (select min(pa_request_id)
2824: from ghr_pa_requests
2825: connect by pa_request_id = prior altered_pa_request_id