DBA Data[Home] [Help]

APPS.IEX_TRX_GRID_PUB dependencies on IEX_DEBUG_PUB

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

72:
73:
74:
75: BEGIN
76: iex_debug_pub.LogMessage(G_PKG_NAME || '.' || l_api_name || ':begin');
77:
78: -- initialize variable
79: l_Init_Msg_List := P_Init_Msg_List;
80: l_Commit := P_Commit;

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

143: ' ,last_update_login = ' || l_last_update_login ||
144: ' , last_updated_by =' || l_last_updated_by ||
145: ' WHERE delinquency_id IN (' || p_del_ids || ')';
146:
147: iex_debug_pub.LogMessage('l_sql_stmt=' || l_sql_stmt);
148:
149: l_cursor_id := DBMS_SQL.OPEN_CURSOR;
150: DBMS_SQL.PARSE(l_cursor_id, l_sql_stmt, 1);
151: DBMS_SQL.BIND_VARIABLE(l_cursor_id, 'b_unpaid_reason', p_unpaid_reason);

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

159:
160: -- Standard call to get message count and if count is 1, get message info
161: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count, p_data => x_msg_data);
162:
163: iex_debug_pub.LogMessage(G_PKG_NAME || '.' || l_api_name || ':end');
164: EXCEPTION
165: WHEN FND_API.G_EXC_ERROR THEN
166: ROLLBACK TO Set_Unpaid_Reason_PUB;
167: x_return_status := FND_API.G_RET_STS_ERROR;