DBA Data[Home] [Help]

APPS.CSC_PROFILE_CHECK_RULES_PVT dependencies on STANDARD

Line 140: -- Standard Start of API savepoint

136: l_check_id Number;
137:
138: BEGIN
139:
140: -- Standard Start of API savepoint
141: SAVEPOINT CREATE_PROFILE_CHECK_RULES_PVT;
142:
143:
144: -- Standard call to check for call compatibility.

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

140: -- Standard Start of API savepoint
141: SAVEPOINT CREATE_PROFILE_CHECK_RULES_PVT;
142:
143:
144: -- Standard call to check for call compatibility.
145: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
146: p_api_version_number,
147: l_api_name,
148: G_PKG_NAME)

Line 215: -- Standard check for p_commit

211: --
212: -- End of API body
213: --
214:
215: -- Standard check for p_commit
216: IF FND_API.to_Boolean( p_commit )
217: THEN
218: COMMIT WORK;
219: END IF;

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

218: COMMIT WORK;
219: END IF;
220:
221:
222: -- Standard call to get message count and if count is 1, get message info.
223: FND_MSG_PUB.Count_And_Get
224: ( p_count => x_msg_count,
225: p_data => x_msg_data
226: );

Line 367: -- Standard Start of API savepoint

363: l_CHK_RULES_rec CHK_RULES_Rec_Type := P_CHK_RULES_Rec;
364:
365: BEGIN
366:
367: -- Standard Start of API savepoint
368: SAVEPOINT UPDATE_PROFILE_CHECK_RULES_PVT;
369:
370: -- Standard call to check for call compatibility.
371: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

366:
367: -- Standard Start of API savepoint
368: SAVEPOINT UPDATE_PROFILE_CHECK_RULES_PVT;
369:
370: -- Standard call to check for call compatibility.
371: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
372: p_api_version_number,
373: l_api_name,
374: G_PKG_NAME)

Line 466: -- Standard check for p_commit

462: --
463: -- End of API body.
464: --
465:
466: -- Standard check for p_commit
467: IF FND_API.to_Boolean( p_commit )
468: THEN
469: COMMIT WORK;
470: END IF;

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

469: COMMIT WORK;
470: END IF;
471:
472:
473: -- Standard call to get message count and if count is 1, get message info.
474: FND_MSG_PUB.Count_And_Get
475: ( p_count => x_msg_count,
476: p_data => x_msg_data
477: );

Line 522: -- Standard Start of API savepoint

518: IS
519: l_api_name CONSTANT VARCHAR2(30) := 'Delete_profile_check_rules';
520: l_api_version_number CONSTANT NUMBER := 1.0;
521: BEGIN
522: -- Standard Start of API savepoint
523: SAVEPOINT DELETE_PROFILE_CHECK_RULES_PVT;
524:
525: -- Standard call to check for call compatibility.
526: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

521: BEGIN
522: -- Standard Start of API savepoint
523: SAVEPOINT DELETE_PROFILE_CHECK_RULES_PVT;
524:
525: -- Standard call to check for call compatibility.
526: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
527: p_api_version_number,
528: l_api_name,
529: G_PKG_NAME)

Line 558: -- Standard check for p_commit

554: --
555: -- End of API body
556: --
557:
558: -- Standard check for p_commit
559: IF FND_API.to_Boolean( p_commit )
560: THEN
561: COMMIT WORK;
562: END IF;

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

561: COMMIT WORK;
562: END IF;
563:
564:
565: -- Standard call to get message count and if count is 1, get message info.
566: FND_MSG_PUB.Count_And_Get
567: ( p_count => x_msg_count,
568: p_data => x_msg_data
569: );

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

670: NULL;
671: END IF;
672: END IF;
673:
674: -- Standard call to get message count and if count is 1, get message info.
675: FND_MSG_PUB.Count_And_Get
676: ( p_count => x_msg_count,
677: p_data => x_msg_data
678: );

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

909: Close C1;
910: END IF;
911: END IF;
912:
913: -- Standard call to get message count and if count is 1, get message info.
914: FND_MSG_PUB.Count_And_Get
915: ( p_count => x_msg_count,
916: p_data => x_msg_data
917: );

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

1001: IF x_return_status <> FND_API.G_RET_STS_SUCCESS THEN
1002: raise FND_API.G_EXC_ERROR;
1003: END IF;
1004:
1005: -- Standard call to get message count and if count is 1, get message info.
1006: FND_MSG_PUB.Count_And_Get
1007: ( p_count => x_msg_count,
1008: p_data => x_msg_data
1009: );