DBA Data[Home] [Help]

APPS.WF_MESSAGE_ATTRIBUTES_PKG dependencies on WF_MESSAGE_ATTRIBUTES_PKG

Line 1: package body WF_MESSAGE_ATTRIBUTES_PKG as

1: package body WF_MESSAGE_ATTRIBUTES_PKG as
2: /* $Header: wfmsab.pls 120.2 2005/07/02 03:51:55 appldev ship $ */
3: procedure INSERT_ROW (
4: X_ROWID in out nocopy VARCHAR2,
5: X_MESSAGE_NAME in VARCHAR2,

Line 100: wf_core.context('Wf_Message_Attributes_Pkg', 'Insert_Row',

96: close c;
97:
98: exception
99: when others then
100: wf_core.context('Wf_Message_Attributes_Pkg', 'Insert_Row',
101: x_message_name, x_message_type, x_name);
102: raise;
103: end INSERT_ROW;
104:

Line 199: wf_core.context('Wf_Message_Attributes_Pkg', 'Lock_Row',

195: return;
196:
197: exception
198: when others then
199: wf_core.context('Wf_Message_Attributes_Pkg', 'Lock_Row',
200: x_message_name, x_message_type, x_name);
201: raise;
202: end LOCK_ROW;
203:

Line 258: wf_core.context('Wf_Message_Attributes_Pkg', 'Update_Row',

254: end if;
255:
256: exception
257: when others then
258: wf_core.context('Wf_Message_Attributes_Pkg', 'Update_Row',
259: x_message_name, x_message_type, x_name);
260: raise;
261: end UPDATE_ROW;
262:

Line 289: wf_core.context('Wf_Message_Attributes_Pkg', 'Delete_Row',

285: end if;
286:
287: exception
288: when others then
289: wf_core.context('Wf_Message_Attributes_Pkg', 'Delete_Row',
290: x_message_name, x_message_type, x_name);
291: raise;
292: end DELETE_ROW;
293:

Line 375: end WF_MESSAGE_ATTRIBUTES_PKG;

371: from WF_MESSAGE_ATTRIBUTES_TL T);
372:
373: end ADD_LANGUAGE;
374:
375: end WF_MESSAGE_ATTRIBUTES_PKG;