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 923: -- Standard check of p_commit.

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

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

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

Line 1051: -- Standard Start of API savepoint

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

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

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

Line 1441: -- Standard check of p_commit.

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

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

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