DBA Data[Home] [Help]

APPS.FND_SVC_COMP_PARAM_VALS_PKG dependencies on WF_EVENTS_PKG

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

175: --
176: -- If loader is calling this:
177: -- It can update everything
178: --
179: if WF_EVENTS_PKG.g_Mode = 'UPGRADE' then
180:
181: update FND_SVC_COMP_PARAM_VALS set
182: COMPONENT_ID = X_COMPONENT_ID,
183: PARAMETER_ID = X_PARAMETER_ID,

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

209: --
210: -- If loader is calling this
211: -- It can update everything EXCEPT
212: -- > parameter_value
213: if WF_EVENTS_PKG.g_Mode = 'UPGRADE' then
214:
215: update FND_SVC_COMP_PARAM_VALS set
216: COMPONENT_ID = X_COMPONENT_ID,
217: PARAMETER_ID = X_PARAMETER_ID,

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

255: --
256: -- If loader is calling this
257: -- It can NOT update anything
258: --
259: if WF_EVENTS_PKG.g_Mode = 'UPGRADE' then
260: null;
261:
262: --
263: -- If user is calling this: