DBA Data[Home] [Help]

APPS.IEX_TRX_GRID_PUB dependencies on STANDARD

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

90: end if;
91:
92: SAVEPOINT Set_Unpaid_Reason_PUB;
93:
94: -- Standard call to check for call compatibility.
95: IF NOT FND_API.Compatible_API_Call (l_api_version,
96: p_api_version,
97: l_api_name,
98: G_PKG_NAME) THEN

Line 155: -- Standard check of p_commit

151: DBMS_SQL.BIND_VARIABLE(l_cursor_id, 'b_unpaid_reason', p_unpaid_reason);
152: x_rows_processed := DBMS_SQL.EXECUTE(l_cursor_id);
153: DBMS_SQL.CLOSE_CURSOR(l_cursor_id);
154:
155: -- Standard check of p_commit
156: IF FND_API.To_Boolean(p_commit) THEN
157: COMMIT WORK;
158: END IF;
159:

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

156: IF FND_API.To_Boolean(p_commit) THEN
157: COMMIT WORK;
158: END IF;
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