DBA Data[Home] [Help]

APPS.WF_ITEM_ATTRIBUTES_PKG dependencies on WF_ITEM_ATTRIBUTES_PKG

Line 1: package body WF_ITEM_ATTRIBUTES_PKG as

1: package body WF_ITEM_ATTRIBUTES_PKG as
2: /* $Header: wfitab.pls 120.1 2005/07/02 02:46:32 appldev ship $ */
3: procedure INSERT_ROW (
4: X_ROWID in out nocopy VARCHAR2,
5: X_ITEM_TYPE in VARCHAR2,

Line 87: wf_core.context('Wf_Item_Attributes_Pkg', 'Insert_Row',

83: close c;
84:
85: exception
86: when others then
87: wf_core.context('Wf_Item_Attributes_Pkg', 'Insert_Row',
88: x_item_type, x_name);
89: raise;
90: end INSERT_ROW;
91:

Line 181: wf_core.context('Wf_Item_Attributes_Pkg', 'Lock_Row',

177: return;
178:
179: exception
180: when others then
181: wf_core.context('Wf_Item_Attributes_Pkg', 'Lock_Row',
182: x_item_type, x_name);
183: raise;
184: end LOCK_ROW;
185:

Line 233: wf_core.context('Wf_Item_Attributes_Pkg', 'Update_Row',

229: end if;
230:
231: exception
232: when others then
233: wf_core.context('Wf_Item_Attributes_Pkg', 'Update_Row',
234: x_item_type, x_name);
235: raise;
236: end UPDATE_ROW;
237:

Line 261: wf_core.context('Wf_Item_Attributes_Pkg', 'Delete_Row',

257: end if;
258:
259: exception
260: when others then
261: wf_core.context('Wf_Item_Attributes_Pkg', 'Delete_Row',
262: x_item_type, x_name);
263: raise;
264: end DELETE_ROW;
265:

Line 340: end WF_ITEM_ATTRIBUTES_PKG;

336:
337:
338: end ADD_LANGUAGE;
339:
340: end WF_ITEM_ATTRIBUTES_PKG;