DBA Data[Home] [Help]

APPS.ALR_ACTIONS_PKG dependencies on FND_CONCURRENT_PROGRAMS

Line 206: from FND_CONCURRENT_PROGRAMS

202: end if;
203:
204: if (X_CONCURRENT_PROGRAM_NAME is not null) then
205: select CONCURRENT_PROGRAM_ID into l_concurrent_program_id
206: from FND_CONCURRENT_PROGRAMS
207: where APPLICATION_ID = l_program_application_id
208: and CONCURRENT_PROGRAM_NAME = X_CONCURRENT_PROGRAM_NAME;
209: end if;
210: