DBA Data[Home] [Help]

APPS.AD_PATCH_HIST_REPS dependencies on AD_COMPRISING_PATCHES

Line 238: select bug_id from ad_comprising_patches

234: l_len_till_now number :=0; -- length of l_concat_bugid
235:
236: cursor c1(p_patch_driver_id number) is
237: select bug_number from ad_bugs where bug_id in (
238: select bug_id from ad_comprising_patches
239: where patch_driver_id = p_patch_driver_id);
240: begin
241: l_concat_bugNumber := null;
242: l_first_iter := TRUE;