DBA Data[Home] [Help]

APPS.IEX_WRITEOFF_OBJECTS_PVT dependencies on IEX_DEBUG_PUB

Line 54: IEX_DEBUG_PUB.LogMessage ('** Start of Procedure =>'||

50: Cursor c2 is SELECT IEX_writeoff_objects_S.nextval from dual;
51:
52: BEGIN
53: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
54: IEX_DEBUG_PUB.LogMessage ('** Start of Procedure =>'||
55: 'IEX_writeoff_objects_PVT.create_writeoff_objects *** ');
56: END IF;
57: -- Standard Start of API savepoint
58: SAVEPOINT CREATE_WRITEOFF_OBJECTS_PVT;

Line 66: IEX_DEBUG_PUB.LogMessage('After Compatibility Check');

62: l_api_name, G_PKG_NAME) then
63: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
64: END IF;
65: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
66: IEX_DEBUG_PUB.LogMessage('After Compatibility Check');
67: END IF;
68:
69: IF FND_API.to_Boolean( p_init_msg_list )
70: THEN

Line 89: IEX_DEBUG_PUB.LogMessage('After Global user Check');

85: END IF;
86: RAISE FND_API.G_EXC_ERROR;
87: END IF;
88: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
89: IEX_DEBUG_PUB.LogMessage('After Global user Check');
90: END IF;
91:
92:
93: v_object_version_number :=1;

Line 100: IEX_DEBUG_PUB.LogMessage('writeoff_object_id is => '||v_writeoff_object_id);

96: FETCH C2 INTO v_writeoff_object_id;
97: CLOSE C2;
98:
99: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
100: IEX_DEBUG_PUB.LogMessage('writeoff_object_id is => '||v_writeoff_object_id);
101: END IF;
102:
103: IF (p_writeoff_obj_rec.writeoff_id IS NULL) THEN
104: AddMissingArgMsg(p_api_name => l_api_name_full,

Line 129: IEX_DEBUG_PUB.LogMessage('Before Calling iex_writeoff_objects_pkg.insert_row');

125: END IF;
126:
127:
128: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
129: IEX_DEBUG_PUB.LogMessage('Before Calling iex_writeoff_objects_pkg.insert_row');
130: END IF;
131:
132: IEX_writeoff_objects_PKG.Insert_Row(
133: x_rowid => v_rowid,

Line 178: IEX_DEBUG_PUB.LogMessage('After Calling iex_writeoff_objects_pkg.insert_row'||

174:
175:
176: x_writeoff_object_id := v_writeoff_object_id;
177: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
178: IEX_DEBUG_PUB.LogMessage('After Calling iex_writeoff_objects_pkg.insert_row'||
179: 'and writeoff_object_id => '||x_writeoff_object_id);
180: END IF;
181:
182:

Line 208: IEX_DEBUG_PUB.LogMessage ('********* End of Procedure =>IEX_writeoff_objects_PVT.create_writeoff_objects ******** ');

204: p_data => x_msg_data
205: );
206:
207: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
208: IEX_DEBUG_PUB.LogMessage ('********* End of Procedure =>IEX_writeoff_objects_PVT.create_writeoff_objects ******** ');
209: END IF;
210: EXCEPTION
211: WHEN FND_API.G_EXC_ERROR THEN
212: ROLLBACK TO CREATE_WRITEOFF_OBJECTS_PVT;

Line 252: IEX_DEBUG_PUB.LogMessage ('** Start of Procedure =>'||

248: :=p_writeoff_obj_rec.object_version_number;
249:
250: BEGIN
251: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
252: IEX_DEBUG_PUB.LogMessage ('** Start of Procedure =>'||
253: 'IEX_writeoff_objects_PVT.update_writeoff_objects *** ');
254: END IF;
255:
256: -- Standard Start of API savepoint

Line 284: IEX_DEBUG_PUB.LogMessage('Before Calling iex_writeoff_objects_pkg.lock_row');

280: --
281:
282: -- Debug Message
283: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
284: IEX_DEBUG_PUB.LogMessage('Before Calling iex_writeoff_objects_pkg.lock_row');
285: END IF;
286: -- Invoke table handler(IEX_writeoff_objects_PKG.Update_Row)
287: -- call locking table handler
288: IEX_writeoff_objects_PKG.lock_row (

Line 294: IEX_DEBUG_PUB.LogMessage('Before Calling iex_writeoff_objects_pkg.update_row');

290: v_object_version_number
291: );
292:
293: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
294: IEX_DEBUG_PUB.LogMessage('Before Calling iex_writeoff_objects_pkg.update_row');
295: END IF;
296:
297: IEX_writeoff_objects_PKG.Update_Row(
298: x_WRITEOFF_OBJECT_ID => p_writeoff_obj_rec.writeoff_object_id,

Line 364: IEX_DEBUG_PUB.LogMessage ('**** End of Procedure =>'||

360: ( p_count => x_msg_count,
361: p_data => x_msg_data
362: );
363: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
364: IEX_DEBUG_PUB.LogMessage ('**** End of Procedure =>'||
365: 'IEX_writeoff_objects_PVT.update_writeoff_objects ** ');
366: END IF;
367: EXCEPTION
368: WHEN FND_API.G_EXC_ERROR THEN