DBA Data[Home] [Help]

APPS.PA_PURGE_VALIDATE_PJRM dependencies on PA_INSTALL

Line 457: l_install := PA_INSTALL.is_pji_licensed;

453: l_err_stage := x_err_stage;
454: l_err_stack := x_err_stack;
455: pa_debug.debug('Performing validation whether any unsummarized PJI transaction exists for project '||to_char(p_project_id));
456:
457: l_install := PA_INSTALL.is_pji_licensed;
458: IF l_install = 'Y' THEN
459: -- Begin. Added for bug 3130009.
460: l_install := '';
461: l_install := PA_INSTALL.is_pji_installed;

Line 461: l_install := PA_INSTALL.is_pji_installed;

457: l_install := PA_INSTALL.is_pji_licensed;
458: IF l_install = 'Y' THEN
459: -- Begin. Added for bug 3130009.
460: l_install := '';
461: l_install := PA_INSTALL.is_pji_installed;
462: IF l_install = 'Y' THEN
463: l_string := 'SELECT COUNT(*) FROM pji_system_parameters';
464: EXECUTE IMMEDIATE l_string INTO l_count;
465: ELSE