DBA Data[Home] [Help]

APPS.EAM_PMDEF_PUB dependencies on STANDARD

Line 612: -- Standard Start of API savepoint

608: l_pm_template_instantiated varchar2(1);
609: k number :=0; -- for bug 7230256
610:
611: BEGIN
612: -- Standard Start of API savepoint
613: SAVEPOINT instantiate_PM_Defs_pvt;
614: -- Standard call to check for call compatibility.
615: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
616: p_api_version ,

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

610:
611: BEGIN
612: -- Standard Start of API savepoint
613: SAVEPOINT instantiate_PM_Defs_pvt;
614: -- Standard call to check for call compatibility.
615: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
616: p_api_version ,
617: l_api_name ,
618: G_PKG_NAME )

Line 682: -- Standard check of p_commit.

678: end loop;
679:
680: end if;
681: -- End of API body.
682: -- Standard check of p_commit.
683: IF FND_API.To_Boolean( p_commit ) THEN
684: COMMIT WORK;
685: END IF;
686: -- Standard call to get message count and if count is 1, get message info.

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

682: -- Standard check of p_commit.
683: IF FND_API.To_Boolean( p_commit ) THEN
684: COMMIT WORK;
685: END IF;
686: -- Standard call to get message count and if count is 1, get message info.
687: FND_MSG_PUB.get
688: ( p_msg_index_out => x_msg_count ,
689: p_data => x_msg_data
690: );

Line 762: -- Standard Start of API savepoint

758: l_act_names varchar2(500);
759: l_message varchar2(30);
760:
761: BEGIN
762: -- Standard Start of API savepoint
763: SAVEPOINT create_PM_def_pub;
764: -- Standard call to check for call compatibility.
765: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
766: p_api_version ,

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

760:
761: BEGIN
762: -- Standard Start of API savepoint
763: SAVEPOINT create_PM_def_pub;
764: -- Standard call to check for call compatibility.
765: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
766: p_api_version ,
767: l_api_name ,
768: G_PKG_NAME )

Line 1183: -- Standard check of p_commit.

1179:
1180: -- End of API body.
1181:
1182:
1183: -- Standard check of p_commit.
1184: IF FND_API.To_Boolean( p_commit ) THEN
1185: COMMIT WORK;
1186: END IF;
1187: -- Standard call to get message count and if count is 1, get message info.

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

1183: -- Standard check of p_commit.
1184: IF FND_API.To_Boolean( p_commit ) THEN
1185: COMMIT WORK;
1186: END IF;
1187: -- Standard call to get message count and if count is 1, get message info.
1188: FND_MSG_PUB.get
1189: ( p_msg_index_out => x_msg_count ,
1190: p_data => x_msg_data
1191: );

Line 1274: -- Standard Start of API savepoint

1270: x_error_message VARCHAR2(5000);
1271:
1272:
1273: BEGIN
1274: -- Standard Start of API savepoint
1275: SAVEPOINT update_pm_def_pub;
1276: -- Standard call to check for call compatibility.
1277: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
1278: p_api_version ,

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

1272:
1273: BEGIN
1274: -- Standard Start of API savepoint
1275: SAVEPOINT update_pm_def_pub;
1276: -- Standard call to check for call compatibility.
1277: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
1278: p_api_version ,
1279: l_api_name ,
1280: G_PKG_NAME )

Line 1549: -- Standard check of p_commit.

1545: RAISE FND_API.G_EXC_ERROR;
1546: end if;
1547:
1548: -- End of API body.
1549: -- Standard check of p_commit.
1550: IF FND_API.To_Boolean( p_commit ) THEN
1551: COMMIT WORK;
1552: END IF;
1553: -- Standard call to get message count and if count is 1, get message info.

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

1549: -- Standard check of p_commit.
1550: IF FND_API.To_Boolean( p_commit ) THEN
1551: COMMIT WORK;
1552: END IF;
1553: -- Standard call to get message count and if count is 1, get message info.
1554: FND_MSG_PUB.get
1555: ( p_msg_index_out => x_msg_count ,
1556: p_data => x_msg_data
1557: );

Line 3193: -- Standard Start of API savepoint

3189:
3190: BEGIN
3191:
3192: l_pm_schedule_id := p_pm_schedule_id;
3193: -- Standard Start of API savepoint
3194: SAVEPOINT update_pm_last_cyclic_act;
3195:
3196: x_return_status := FND_API.G_RET_STS_SUCCESS;
3197:

Line 3227: --standard commit to be checked

3223: last_updated_by=fnd_global.user_id,
3224: last_update_login=fnd_global.login_id
3225: where pm_schedule_id = p_pm_schedule_id;
3226: end if;
3227: --standard commit to be checked
3228:
3229: IF FND_API.To_Boolean( p_commit ) THEN
3230: COMMIT WORK;
3231: END IF;

Line 3312: -- Standard Start of API savepoint

3308: BEGIN
3309:
3310: l_pm_schedule_id := p_pm_schedule_id;
3311:
3312: -- Standard Start of API savepoint
3313: SAVEPOINT update_pm_last_service_reading;
3314:
3315: x_return_status := FND_API.G_RET_STS_SUCCESS;
3316:

Line 3356: --standard commit to be checked

3352: rule_id = runtime_rec.rule_id;
3353:
3354: end loop;
3355:
3356: --standard commit to be checked
3357: IF FND_API.To_Boolean( p_commit ) THEN
3358: COMMIT WORK;
3359: END IF;
3360: