DBA Data[Home] [Help]

APPS.EAM_PMDEF_PUB dependencies on STANDARD

Line 609: -- Standard Start of API savepoint

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

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

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

Line 679: -- Standard check of p_commit.

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

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

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

Line 759: -- Standard Start of API savepoint

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

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

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

Line 1142: -- Standard check of p_commit.

1138:
1139: -- End of API body.
1140:
1141:
1142: -- Standard check of p_commit.
1143: IF FND_API.To_Boolean( p_commit ) THEN
1144: COMMIT WORK;
1145: END IF;
1146: -- Standard call to get message count and if count is 1, get message info.

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

1142: -- Standard check of p_commit.
1143: IF FND_API.To_Boolean( p_commit ) THEN
1144: COMMIT WORK;
1145: END IF;
1146: -- Standard call to get message count and if count is 1, get message info.
1147: FND_MSG_PUB.get
1148: ( p_msg_index_out => x_msg_count ,
1149: p_data => x_msg_data
1150: );

Line 1233: -- Standard Start of API savepoint

1229: x_error_message VARCHAR2(5000);
1230:
1231:
1232: BEGIN
1233: -- Standard Start of API savepoint
1234: SAVEPOINT update_pm_def_pub;
1235: -- Standard call to check for call compatibility.
1236: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
1237: p_api_version ,

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

1231:
1232: BEGIN
1233: -- Standard Start of API savepoint
1234: SAVEPOINT update_pm_def_pub;
1235: -- Standard call to check for call compatibility.
1236: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
1237: p_api_version ,
1238: l_api_name ,
1239: G_PKG_NAME )

Line 1464: -- Standard check of p_commit.

1460: RAISE FND_API.G_EXC_ERROR;
1461: end if;
1462:
1463: -- End of API body.
1464: -- Standard check of p_commit.
1465: IF FND_API.To_Boolean( p_commit ) THEN
1466: COMMIT WORK;
1467: END IF;
1468: -- Standard call to get message count and if count is 1, get message info.

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

1464: -- Standard check of p_commit.
1465: IF FND_API.To_Boolean( p_commit ) THEN
1466: COMMIT WORK;
1467: END IF;
1468: -- Standard call to get message count and if count is 1, get message info.
1469: FND_MSG_PUB.get
1470: ( p_msg_index_out => x_msg_count ,
1471: p_data => x_msg_data
1472: );

Line 3088: -- Standard Start of API savepoint

3084:
3085: BEGIN
3086:
3087: l_pm_schedule_id := p_pm_schedule_id;
3088: -- Standard Start of API savepoint
3089: SAVEPOINT update_pm_last_cyclic_act;
3090:
3091: x_return_status := FND_API.G_RET_STS_SUCCESS;
3092:

Line 3123: --standard commit to be checked

3119: last_update_login=fnd_global.login_id,
3120: created_by = fnd_global.user_id where
3121: pm_schedule_id = p_pm_schedule_id;
3122:
3123: --standard commit to be checked
3124:
3125: IF FND_API.To_Boolean( p_commit ) THEN
3126: COMMIT WORK;
3127: END IF;

Line 3208: -- Standard Start of API savepoint

3204: BEGIN
3205:
3206: l_pm_schedule_id := p_pm_schedule_id;
3207:
3208: -- Standard Start of API savepoint
3209: SAVEPOINT update_pm_last_service_reading;
3210:
3211: x_return_status := FND_API.G_RET_STS_SUCCESS;
3212:

Line 3254: --standard commit to be checked

3250: rule_id = runtime_rec.rule_id;
3251:
3252: end loop;
3253:
3254: --standard commit to be checked
3255: IF FND_API.To_Boolean( p_commit ) THEN
3256: COMMIT WORK;
3257: END IF;
3258: