DBA Data[Home] [Help]

APPS.IEX_TRX_GRID_PVT dependencies on STANDARD

Line 39: -- Standard call to check for call compatibility.

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.
40: IF NOT FND_API.Compatible_API_Call (l_api_version,
41: p_api_version,
42: l_api_name,
43: G_PKG_NAME) THEN

Line 70: -- Standard check of p_commit

66: DBMS_SQL.BIND_VARIABLE(l_cursor_id, 'b_last_update_login', FND_GLOBAL.CONC_LOGIN_ID);
67: x_rows_processed := DBMS_SQL.EXECUTE(l_cursor_id);
68: DBMS_SQL.CLOSE_CURSOR(l_cursor_id);
69:
70: -- Standard check of p_commit
71: IF FND_API.To_Boolean(p_commit) THEN
72: COMMIT WORK;
73: END IF;
74:

Line 75: -- Standard call to get message count and if count is 1, get message info

71: IF FND_API.To_Boolean(p_commit) THEN
72: COMMIT WORK;
73: END IF;
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