DBA Data[Home] [Help]

APPS.ASO_SECURITY_INT dependencies on STANDARD

Line 174: -- Standard Start of API savepoint

170: l_x_status VARCHAR2(1);
171: l_qte_access_tbl Qte_Access_Tbl_Type := p_qte_access_tbl;
172:
173: BEGIN
174: -- Standard Start of API savepoint
175: SAVEPOINT Add_Resource_INT;
176:
177: -- Initialize API return status to success
178: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 552: -- Standard check of p_commit.

548: IF aso_debug_pub.g_debug_flag = 'Y' THEN
549: aso_debug_pub.add('ASO_SECURITY_INT: Add_Resource: End of API body', 1, 'Y');
550: END IF;
551:
552: -- Standard check of p_commit.
553: IF FND_API.To_Boolean(p_commit) THEN
554: COMMIT WORK;
555: END IF;
556:

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

553: IF FND_API.To_Boolean(p_commit) THEN
554: COMMIT WORK;
555: END IF;
556:
557: -- Standard call to get message count and if count is 1, get message info.
558: FND_Msg_Pub.Count_And_Get(
559: p_encoded => FND_API.G_FALSE,
560: p_count => x_msg_count,
561: p_data => x_msg_data

Line 700: -- Standard Start of API savepoint

696: IF aso_debug_pub.g_debug_flag = 'Y' THEN
697: aso_debug_pub.add('ASO_SECURITY_INT: ****** Start of Delete_Resource API ******', 1, 'Y');
698: END IF;
699:
700: -- Standard Start of API savepoint
701: SAVEPOINT Delete_Resource_INT;
702:
703: -- Initialize message list if p_init_msg_list is set to TRUE.
704: IF FND_API.To_Boolean(p_init_msg_list) THEN

Line 912: -- Standard check of p_commit.

908: -- End of API body
909: IF aso_debug_pub.g_debug_flag = 'Y' THEN
910: aso_debug_pub.add('ASO_SECURITY_INT: Delete_Resource: End of API body', 1, 'Y');
911: END IF;
912: -- Standard check of p_commit.
913: IF FND_API.To_Boolean(p_commit) THEN
914: COMMIT WORK;
915: END IF;
916:

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

913: IF FND_API.To_Boolean(p_commit) THEN
914: COMMIT WORK;
915: END IF;
916:
917: -- Standard call to get message count and if count is 1, get message info.
918: FND_Msg_Pub.Count_And_Get(
919: p_encoded => FND_API.G_FALSE,
920: p_count => x_msg_count ,
921: p_data => x_msg_data

Line 1012: -- Standard Start of API savepoint

1008: IF aso_debug_pub.g_debug_flag = 'Y' THEN
1009: aso_debug_pub.add('ASO_SECURITY_INT: ****** Start of Add_SalesRep_QuoteCreator API ******', 1, 'Y');
1010: END IF;
1011:
1012: -- Standard Start of API savepoint
1013: SAVEPOINT Add_SalesRep_QuoteCreator_INT;
1014:
1015: -- Initialize message list if p_init_msg_list is set to TRUE.
1016: IF FND_API.To_Boolean(p_init_msg_list) THEN

Line 1195: -- Standard check of p_commit.

1191:
1192: IF aso_debug_pub.g_debug_flag = 'Y' THEN
1193: aso_debug_pub.add('ASO_SECURITY_INT: Add_SalesRep_QuoteCreator: End of API body', 1, 'Y');
1194: END IF;
1195: -- Standard check of p_commit.
1196: IF FND_API.To_Boolean(p_commit) THEN
1197: COMMIT WORK;
1198: END IF;
1199:

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

1196: IF FND_API.To_Boolean(p_commit) THEN
1197: COMMIT WORK;
1198: END IF;
1199:
1200: -- Standard call to get message count and if count is 1, get message info.
1201: FND_Msg_Pub.Count_And_Get(
1202: p_encoded => FND_API.G_FALSE,
1203: p_count => x_msg_count ,
1204: p_data => x_msg_data