DBA Data[Home] [Help]

APPS.IGS_GE_REPORT dependencies on FND_RESPONSIBILITY_VL

Line 50: FND_RESPONSIBILITY_VL FR

46: fcr.number_of_copies,
47: fcr.save_output_flag
48: FROM FND_CONCURRENT_REQUESTS FCR,
49: FND_APPLICATION_VL FA,
50: FND_RESPONSIBILITY_VL FR
51: WHERE fcr.responsibility_id = fr.responsibility_id
52: AND fcr.responsibility_application_id = fr.application_id -- added by ssawhney 3690874
53: AND fcr.program_application_id = fa.application_id
54: and fcr.request_id = p_request_id;