DBA Data[Home] [Help]

APPS.EAM_ITEM_ACTIVITIES_PUB dependencies on STANDARD

Line 472: -- Standard Start of API savepoint

468: l_cur_st NUMBER;
469:
470:
471: BEGIN
472: -- Standard Start of API savepoint
473: SAVEPOINT INSERT_ITEM_ACTIVITIES;
474:
475: -- Standard call to check for call compatibility.
476: IF NOT FND_API.Compatible_API_Call ( l_api_version ,

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

471: BEGIN
472: -- Standard Start of API savepoint
473: SAVEPOINT INSERT_ITEM_ACTIVITIES;
474:
475: -- Standard call to check for call compatibility.
476: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
477: p_api_version ,
478: l_api_name ,
479: G_PKG_NAME )

Line 922: -- Standard check of p_commit.

918: END IF;
919: END IF;
920:
921: -- End of API body.
922: -- Standard check of p_commit.
923: IF FND_API.To_Boolean( p_commit ) THEN
924: COMMIT WORK;
925: END IF;
926: -- Standard call to get message count and if count is 1, get message info.

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

922: -- Standard check of p_commit.
923: IF FND_API.To_Boolean( p_commit ) THEN
924: COMMIT WORK;
925: END IF;
926: -- Standard call to get message count and if count is 1, get message info.
927: FND_MSG_PUB.get
928: ( p_msg_index_out => x_msg_count ,
929: p_data => x_msg_data
930: );

Line 1050: -- Standard Start of API savepoint

1046: l_cur_st NUMBER;
1047: l_id NUMBER;
1048:
1049: BEGIN
1050: -- Standard Start of API savepoint
1051: SAVEPOINT UPDATE_ITEM_ACTIVITIES;
1052:
1053: -- Standard call to check for call compatibility.
1054: IF NOT FND_API.Compatible_API_Call ( l_api_version ,

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

1049: BEGIN
1050: -- Standard Start of API savepoint
1051: SAVEPOINT UPDATE_ITEM_ACTIVITIES;
1052:
1053: -- Standard call to check for call compatibility.
1054: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
1055: p_api_version ,
1056: l_api_name ,
1057: G_PKG_NAME )

Line 1440: -- Standard check of p_commit.

1436: END IF;
1437: END IF;
1438:
1439: -- End of API body.
1440: -- Standard check of p_commit.
1441: IF FND_API.To_Boolean( p_commit ) THEN
1442: COMMIT WORK;
1443: END IF;
1444: -- Standard call to get message count and if count is 1, get message info.

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

1440: -- Standard check of p_commit.
1441: IF FND_API.To_Boolean( p_commit ) THEN
1442: COMMIT WORK;
1443: END IF;
1444: -- Standard call to get message count and if count is 1, get message info.
1445: FND_MSG_PUB.get
1446: ( p_msg_index_out => x_msg_count ,
1447: p_data => x_msg_data
1448: );