DBA Data[Home] [Help]

APPS.CSF_REMOTE_VIEWS_PUB dependencies on STANDARD

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

19:
20: t_cursor_name integer;
21:
22: begin
23: -- Standard call to check for call compatibility.
24: IF NOT FND_API.Compatible_API_Call
25: ( l_api_version
26: , p_api_version
27: , l_api_name

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

63: dbms_sql.close_cursor
64: ( t_cursor_name
65: );
66: x_query_correct := FND_API.G_TRUE;
67: -- Standard call to get message count and if count is 1, get message info.
68: FND_MSG_PUB.Count_And_Get
69: ( p_count => x_msg_count
70: , p_data => x_msg_data
71: );

Line 319: -- Standard Start of API savepoint

315: end replace_vars;
316:
317: -- start Execute_Remote_View
318: begin
319: -- Standard Start of API savepoint
320: SAVEPOINT EXECUTE_REMOTE_VIEW_PUB;
321: -- Standard call to check for call compatibility.
322: IF NOT FND_API.Compatible_API_Call
323: ( l_api_version

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

317: -- start Execute_Remote_View
318: begin
319: -- Standard Start of API savepoint
320: SAVEPOINT EXECUTE_REMOTE_VIEW_PUB;
321: -- Standard call to check for call compatibility.
322: IF NOT FND_API.Compatible_API_Call
323: ( l_api_version
324: , p_api_version
325: , l_api_name

Line 712: -- Standard check of p_commit.

708: , 0
709: );
710: x_queryrequest_id := t_request_id;
711:
712: -- Standard check of p_commit.
713: IF FND_API.To_Boolean
714: ( p_commit
715: )
716: THEN