DBA Data[Home] [Help]

APPS.IEM_EMTA_ADMIN_PVT dependencies on STANDARD

Line 43: -- Standard Start of API savepoint

39: i INTEGER;
40:
41:
42: BEGIN
43: -- Standard Start of API savepoint
44: SAVEPOINT IS_DLPS_RUNNING_PVT;
45:
46: -- Standard call to check for call compatibility.
47:

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

42: BEGIN
43: -- Standard Start of API savepoint
44: SAVEPOINT IS_DLPS_RUNNING_PVT;
45:
46: -- Standard call to check for call compatibility.
47:
48: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
49: p_api_version_number,
50: l_api_name,

Line 70: -- Standard Check Of p_commit.

66: --begins here
67:
68: x_running_status := 'N';
69:
70: -- Standard Check Of p_commit.
71: IF FND_API.To_Boolean(p_commit) THEN
72: COMMIT WORK;
73: END IF;
74:

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

72: COMMIT WORK;
73: END IF;
74:
75:
76: -- Standard callto get message count and if count is 1, get message info.
77: FND_MSG_PUB.Count_And_Get
78: ( p_count => x_msg_count,
79: p_data => x_msg_data
80: );

Line 165: -- Standard Start of API savepoint

161: IEM_INVALID_DATA_DO_NOTHING EXCEPTION;
162: IEM_UPD_DP_CONFIG_DATA_FAILED EXCEPTION;
163: IEM_ACCOUT_ID_NOT_EXIST EXCEPTION;
164: BEGIN
165: -- Standard Start of API savepoint
166: SAVEPOINT UPDATE_DP_CONFIG_DATA_WRAP_PVT;
167:
168: -- Standard call to check for call compatibility.
169:

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

164: BEGIN
165: -- Standard Start of API savepoint
166: SAVEPOINT UPDATE_DP_CONFIG_DATA_WRAP_PVT;
167:
168: -- Standard call to check for call compatibility.
169:
170: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
171: p_api_version_number,
172: l_api_name,

Line 319: -- Standard Check Of p_commit.

315: end if;
316:
317:
318:
319: -- Standard Check Of p_commit.
320: IF FND_API.To_Boolean(p_commit) THEN
321: COMMIT WORK;
322: END IF;
323:

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

321: COMMIT WORK;
322: END IF;
323:
324:
325: -- Standard callto get message count and if count is 1, get message info.
326: FND_MSG_PUB.Count_And_Get
327: ( p_count => x_msg_count,
328: p_data => x_msg_data
329: );

Line 439: -- Standard Start of API savepoint

435: e_nowait EXCEPTION;
436: PRAGMA EXCEPTION_INIT(e_nowait, -54);
437:
438: BEGIN
439: -- Standard Start of API savepoint
440: SAVEPOINT UPDATE_DP_CONFIG_DATA_PVT;
441:
442: -- Standard call to check for call compatibility.
443:

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

438: BEGIN
439: -- Standard Start of API savepoint
440: SAVEPOINT UPDATE_DP_CONFIG_DATA_PVT;
441:
442: -- Standard call to check for call compatibility.
443:
444: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
445: p_api_version_number,
446: l_api_name,

Line 537: -- Standard Check Of p_commit.

533: decode(G_LAST_UPDATE_LOGIN,null,-1,G_LAST_UPDATE_LOGIN)
534: );
535: end if;
536:
537: -- Standard Check Of p_commit.
538: IF FND_API.To_Boolean(p_commit) THEN
539: COMMIT WORK;
540: END IF;
541:

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

539: COMMIT WORK;
540: END IF;
541:
542:
543: -- Standard callto get message count and if count is 1, get message info.
544: FND_MSG_PUB.Count_And_Get
545: ( p_count => x_msg_count,
546: p_data => x_msg_data
547: );

Line 612: --Standard Savepoint

608: PRAGMA EXCEPTION_INIT(e_nowait, -54);
609:
610: BEGIN
611:
612: --Standard Savepoint
613: SAVEPOINT GET_ACCOUNT_INFO_pvt;
614:
615: -- Standard call to check for call compatibility.
616: IF NOT FND_API.Compatible_API_Call (l_api_version_number,

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

611:
612: --Standard Savepoint
613: SAVEPOINT GET_ACCOUNT_INFO_pvt;
614:
615: -- Standard call to check for call compatibility.
616: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
617: p_api_version_number,
618: l_api_name,
619: G_PKG_NAME)

Line 668: --Standard check of p_commit

664: end LOOP;
665:
666: x_acct_info := l_acct_info;
667:
668: --Standard check of p_commit
669: IF FND_API.to_Boolean(p_commit) THEN
670: COMMIT WORK;
671: END IF;
672:

Line 724: --Standard Savepoint

720: PRAGMA EXCEPTION_INIT(e_nowait, -54);
721:
722: BEGIN
723:
724: --Standard Savepoint
725: SAVEPOINT GET_ACCOUNT_INFO_pvt;
726:
727: -- Standard call to check for call compatibility.
728: IF NOT FND_API.Compatible_API_Call (l_api_version_number,

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

723:
724: --Standard Savepoint
725: SAVEPOINT GET_ACCOUNT_INFO_pvt;
726:
727: -- Standard call to check for call compatibility.
728: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
729: p_api_version_number,
730: l_api_name,
731: G_PKG_NAME)

Line 747: --Standard check of p_commit

743:
744: --Actual API starts here
745: delete iem_emta_config_params where flag='A';
746:
747: --Standard check of p_commit
748: IF FND_API.to_Boolean(p_commit) THEN
749: COMMIT WORK;
750: END IF;
751:

Line 909: -- Standard Start of API savepoint

905: errorMessage varchar2(2000);
906: logMessage varchar2(2000);
907:
908: BEGIN
909: -- Standard Start of API savepoint
910: SAVEPOINT CHECK_IF_ACCOUNT_UPDATED_PVT;
911:
912: -- Standard call to check for call compatibility.
913:

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

908: BEGIN
909: -- Standard Start of API savepoint
910: SAVEPOINT CHECK_IF_ACCOUNT_UPDATED_PVT;
911:
912: -- Standard call to check for call compatibility.
913:
914: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
915: p_api_version_number,
916: l_api_name,

Line 991: -- Standard Check Of p_commit.

987:
988: x_is_acct_updated := l_is_acct_updated;
989: x_is_data_changed := l_data_changed;
990:
991: -- Standard Check Of p_commit.
992: IF FND_API.To_Boolean(p_commit) THEN
993: COMMIT WORK;
994: END IF;
995:

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

993: COMMIT WORK;
994: END IF;
995:
996:
997: -- Standard callto get message count and if count is 1, get message info.
998: FND_MSG_PUB.Count_And_Get
999: ( p_count => x_msg_count,
1000: p_data => x_msg_data
1001: );