DBA Data[Home] [Help]

APPS.IEX_TRX_GRID_PVT dependencies on IEX_DEBUG_PUB

Line 35: iex_debug_pub.LogMessage(G_PKG_NAME || '.' || l_api_name || ':begin');

31:
32: l_sql_stmt VARCHAR2(32767);
33: l_cursor_id NUMBER;
34: BEGIN
35: iex_debug_pub.LogMessage(G_PKG_NAME || '.' || l_api_name || ':begin');
36:
37: SAVEPOINT Set_Unpaid_Reason_PVT;
38:
39: -- Standard call to check for call compatibility.

Line 60: iex_debug_pub.LogMessage('l_sql_stmt=' || l_sql_stmt);

56: ',last_updated_by = :b_last_updated_by ' ||
57: ',last_update_login = :b_last_update_login ' ||
58: 'WHERE delinquency_id IN (' || p_del_ids || ')';
59:
60: iex_debug_pub.LogMessage('l_sql_stmt=' || l_sql_stmt);
61:
62: l_cursor_id := DBMS_SQL.OPEN_CURSOR;
63: DBMS_SQL.PARSE(l_cursor_id, l_sql_stmt, 1);
64: DBMS_SQL.BIND_VARIABLE(l_cursor_id, 'b_unpaid_reason', p_unpaid_reason);

Line 78: iex_debug_pub.LogMessage(G_PKG_NAME || '.' || l_api_name || ':end');

74:
75: -- Standard call to get message count and if count is 1, get message info
76: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count, p_data => x_msg_data);
77:
78: iex_debug_pub.LogMessage(G_PKG_NAME || '.' || l_api_name || ':end');
79: EXCEPTION
80: WHEN FND_API.G_EXC_ERROR THEN
81: ROLLBACK TO Set_Unpaid_Reason_PVT;
82: x_return_status := FND_API.G_RET_STS_ERROR;

Line 117: iex_debug_pub.LogMessage(G_PKG_NAME || '.' || l_api_name || ':begin');

113: l_msg_count NUMBER;
114: l_msg_data VARCHAR2(32767);
115:
116: BEGIN
117: iex_debug_pub.LogMessage(G_PKG_NAME || '.' || l_api_name || ':begin');
118:
119: SAVEPOINT SET_STAGED_DUNN_PVT;
120:
121: -- Standard call to check for call compatibility.

Line 152: iex_debug_pub.LogMessage(G_PKG_NAME || '.' || l_api_name || ':end');

148:
149: -- Standard call to get message count and if count is 1, get message info
150: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count, p_data => x_msg_data);
151:
152: iex_debug_pub.LogMessage(G_PKG_NAME || '.' || l_api_name || ':end');
153: EXCEPTION
154: WHEN FND_API.G_EXC_ERROR THEN
155: ROLLBACK TO SET_STAGED_DUNN_PVT;
156: x_return_status := FND_API.G_RET_STS_ERROR;