DBA Data[Home] [Help]

APPS.AD_VERSION_UTIL dependencies on FND_PRODUCT_INSTALLATIONS

Line 252: from fnd_product_installations

248: l_patch_level varchar2(30);
249: begin
250: select patch_level
251: into l_patch_level
252: from fnd_product_installations
253: where application_id = p_appl_id
254: and install_group_num in (0, 1)
255: and rownum = 1;
256:

Line 308: from fnd_product_installations

304: l_patch_level varchar2(30);
305: begin
306: select patch_level
307: into l_patch_level
308: from fnd_product_installations
309: where application_id = p_appl_id
310: and install_group_num in (0, 1)
311: and rownum = 1;
312:

Line 439: update fnd_product_installations

435: or
436: (compare_patch_levels(l_old_patch_level,
437: l_new_patch_level) = PATCH_LEVEL2_HIGHER))
438: then
439: update fnd_product_installations
440: set patch_level = l_new_patch_level
441: where application_id in (
442: select application_id
443: from fnd_application