DBA Data[Home] [Help]

APPS.JG_GLPPOS_PKG dependencies on DUAL

Line 31: from dual

27: where set_of_books_id = v_set_of_books_id;
28: */
29: select 'Y'
30: into v_install_flag
31: from dual
32: where exists
33: (select 'Y' --
34: from fnd_product_installations -- Check if European Localization(7002)
35: where application_id = 7002 -- is installed.