DBA Data[Home] [Help]

APPS.PJI_UTILS dependencies on PJI_SYSTEM_CONFIG_HIST

Line 2000: select count(1) into l_count from PJI_SYSTEM_CONFIG_HIST

1996: l_count NUMBER(10);
1997: begin
1998: select PJI_UTILS.GET_PARAMETER('PJI_FPM_UPGRADE') into l_status from dual;
1999: IF l_status = 'P' THEN
2000: select count(1) into l_count from PJI_SYSTEM_CONFIG_HIST
2001: where PROCESS_NAME = 'STAGE3'
2002: and END_DATE is null and RUN_TYPE = 'CLEANALL';
2003:
2004: if l_count > 0 then