DBA Data[Home] [Help]

APPS.FND_SVC_COMPONENTS_PKG dependencies on WF_EVENTS_PKG

Line 255: if WF_EVENTS_PKG.g_Mode = 'UPGRADE' then

251: --
252: -- If loader is calling this:
253: -- It can update everything
254: --
255: if WF_EVENTS_PKG.g_Mode = 'UPGRADE' then
256:
257: update FND_SVC_COMPONENTS set
258: COMPONENT_NAME = X_COMPONENT_NAME,
259: -- COMPONENT_STATUS = X_COMPONENT_STATUS, // run-time data

Line 300: if WF_EVENTS_PKG.g_Mode = 'UPGRADE' then

296: -- If loader is calling this
297: -- It can update everything EXCEPT
298: -- > startup_mode
299: -- > max_idle_time
300: if WF_EVENTS_PKG.g_Mode = 'UPGRADE' then
301:
302: update FND_SVC_COMPONENTS set
303: COMPONENT_NAME = X_COMPONENT_NAME,
304: -- COMPONENT_STATUS = X_COMPONENT_STATUS, // run-time data

Line 356: if WF_EVENTS_PKG.g_Mode = 'UPGRADE' then

352: --
353: -- If loader is calling this
354: -- It can NOT update anything
355: --
356: if WF_EVENTS_PKG.g_Mode = 'UPGRADE' then
357: null;
358:
359: --
360: -- If user is calling this: