DBA Data[Home] [Help]

APPS.IEM_AGENT_ACT_PVT dependencies on STANDARD

Line 117: -- Standard callto get message count and if count is 1, get message info.

113: x_return_status => l_stat,
114: x_msg_count => l_count,
115: x_msg_data => l_data);
116:
117: -- Standard callto get message count and if count is 1, get message info.
118: FND_MSG_PUB.Count_And_Get
119: ( p_count => x_msg_count,
120: p_data => x_msg_data
121: );

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

166: l_count number;
167: l_data varchar2(300);
168:
169: BEGIN
170: -- Standard call to check for call compatibility.
171: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
172: p_api_version_number,
173: l_api_name,
174: G_PKG_NAME)

Line 201: -- Standard Check Of p_commit.

197: x_return_status => l_stat,
198: x_msg_count => l_count,
199: x_msg_data => l_data);
200:
201: -- Standard Check Of p_commit.
202: IF FND_API.To_Boolean(p_commit) THEN
203: COMMIT WORK;
204: END IF;
205: -- Standard callto get message count and if count is 1, get message info.

Line 205: -- Standard callto get message count and if count is 1, get message info.

201: -- Standard Check Of p_commit.
202: IF FND_API.To_Boolean(p_commit) THEN
203: COMMIT WORK;
204: END IF;
205: -- Standard callto get message count and if count is 1, get message info.
206: FND_MSG_PUB.Count_And_Get
207: ( p_count => x_msg_count,
208: p_data => x_msg_data
209: );

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

265:
266: BEGIN
267:
268: SAVEPOINT create_agntacct_by_agent_PVT;
269: -- Standard call to check for call compatibility.
270: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
271: p_api_version_number,
272: l_api_name,
273: G_PKG_NAME)

Line 385: -- Standard Check Of p_commit.

381: elsif l_data_change = false then
382: x_return_status := 'N'; -- indicate no data change
383: end if;
384:
385: -- Standard Check Of p_commit.
386: IF FND_API.To_Boolean(p_commit) THEN
387: COMMIT WORK;
388: END IF;
389: -- Standard callto get message count and if count is 1, get message info.

Line 389: -- Standard callto get message count and if count is 1, get message info.

385: -- Standard Check Of p_commit.
386: IF FND_API.To_Boolean(p_commit) THEN
387: COMMIT WORK;
388: END IF;
389: -- Standard callto get message count and if count is 1, get message info.
390: FND_MSG_PUB.Count_And_Get
391: ( p_count => x_msg_count,
392: p_data => x_msg_data
393: );

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

465:
466:
467: BEGIN
468: SAVEPOINT delete_agntacct_by_agent_PVT;
469: -- Standard call to check for call compatibility.
470: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
471: p_api_version_number,
472: l_api_name,
473: G_PKG_NAME)

Line 631: -- Standard Check Of p_commit.

627: if l_error_username is null and l_error_username1 is null and l_error_username2 is null and l_data_change=false then
628: x_return_status := 'N'; -- indicate no change in data
629: end if;
630:
631: -- Standard Check Of p_commit.
632: IF FND_API.To_Boolean(p_commit) THEN
633: COMMIT WORK;
634: END IF;
635: -- Standard callto get message count and if count is 1, get message info.

Line 635: -- Standard callto get message count and if count is 1, get message info.

631: -- Standard Check Of p_commit.
632: IF FND_API.To_Boolean(p_commit) THEN
633: COMMIT WORK;
634: END IF;
635: -- Standard callto get message count and if count is 1, get message info.
636: FND_MSG_PUB.Count_And_Get
637: ( p_count => x_msg_count,
638: p_data => x_msg_data
639: );

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

689: l_msg_data varchar2(255);
690:
691: BEGIN
692: SAVEPOINT agntacct_by_agent_wrap;
693: -- Standard call to check for call compatibility.
694: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
695: p_api_version_number,
696: l_api_name,
697: G_PKG_NAME)

Line 753: -- Standard Check Of p_commit.

749: );
750: END IF;
751:
752:
753: -- Standard Check Of p_commit.
754: IF FND_API.To_Boolean(p_commit) THEN
755: COMMIT WORK;
756: END IF;
757: -- Standard callto get message count and if count is 1, get message info.

Line 757: -- Standard callto get message count and if count is 1, get message info.

753: -- Standard Check Of p_commit.
754: IF FND_API.To_Boolean(p_commit) THEN
755: COMMIT WORK;
756: END IF;
757: -- Standard callto get message count and if count is 1, get message info.
758: FND_MSG_PUB.Count_And_Get
759: ( p_count => x_msg_count,
760: p_data => x_msg_data
761: );

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

831:
832: BEGIN
833:
834: SAVEPOINT create_agntacct_by_account_PVT;
835: -- Standard call to check for call compatibility.
836: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
837: p_api_version_number,
838: l_api_name,
839: G_PKG_NAME)

Line 974: -- Standard Check Of p_commit.

970: elsif l_data_change = false then
971: x_return_status := 'N'; -- indicate no data change
972: end if;
973:
974: -- Standard Check Of p_commit.
975: IF FND_API.To_Boolean(p_commit) THEN
976: COMMIT WORK;
977: END IF;
978: -- Standard callto get message count and if count is 1, get message info.

Line 978: -- Standard callto get message count and if count is 1, get message info.

974: -- Standard Check Of p_commit.
975: IF FND_API.To_Boolean(p_commit) THEN
976: COMMIT WORK;
977: END IF;
978: -- Standard callto get message count and if count is 1, get message info.
979: FND_MSG_PUB.Count_And_Get
980: ( p_count => x_msg_count,
981: p_data => x_msg_data
982: );

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

1066: l_is_clean Boolean;
1067:
1068: BEGIN
1069: SAVEPOINT delete_agntacct_by_account_PVT;
1070: -- Standard call to check for call compatibility.
1071: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
1072: p_api_version_number,
1073: l_api_name,
1074: G_PKG_NAME)

Line 1238: -- Standard Check Of p_commit.

1234: if l_error_email_user is null and l_error_email_user1 is null and l_error_email_user2 is null and l_data_change=false then
1235: x_return_status := 'N'; -- indicate no change in data
1236: end if;
1237:
1238: -- Standard Check Of p_commit.
1239: IF FND_API.To_Boolean(p_commit) THEN
1240: COMMIT WORK;
1241: END IF;
1242: -- Standard callto get message count and if count is 1, get message info.

Line 1242: -- Standard callto get message count and if count is 1, get message info.

1238: -- Standard Check Of p_commit.
1239: IF FND_API.To_Boolean(p_commit) THEN
1240: COMMIT WORK;
1241: END IF;
1242: -- Standard callto get message count and if count is 1, get message info.
1243: FND_MSG_PUB.Count_And_Get
1244: ( p_count => x_msg_count,
1245: p_data => x_msg_data
1246: );

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

1300: DB_LINK_NOT_FOUND EXCEPTION;
1301:
1302: BEGIN
1303: SAVEPOINT agntacct_by_account_wrap;
1304: -- Standard call to check for call compatibility.
1305: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
1306: p_api_version_number,
1307: l_api_name,
1308: G_PKG_NAME)

Line 1362: -- Standard Check Of p_commit.

1358: );
1359: END IF;
1360:
1361:
1362: -- Standard Check Of p_commit.
1363: IF FND_API.To_Boolean(p_commit) THEN
1364: COMMIT WORK;
1365: END IF;
1366: -- Standard callto get message count and if count is 1, get message info.

Line 1366: -- Standard callto get message count and if count is 1, get message info.

1362: -- Standard Check Of p_commit.
1363: IF FND_API.To_Boolean(p_commit) THEN
1364: COMMIT WORK;
1365: END IF;
1366: -- Standard callto get message count and if count is 1, get message info.
1367: FND_MSG_PUB.Count_And_Get
1368: ( p_count => x_msg_count,
1369: p_data => x_msg_data
1370: );