DBA Data[Home] [Help]

APPS.ASO_CONFIG_OPERATIONS_PVT dependencies on STANDARD

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

73: Begin
74:
75: SAVEPOINT Add_to_Container_from_ib_pvt;
76:
77: -- Standard call to check for call compatibility.
78: IF NOT FND_API.Compatible_API_Call (
79: l_api_version,
80: p_api_version_Number,
81: l_api_name,

Line 314: -- Standard check of p_commit

310: IF aso_debug_pub.g_debug_flag = 'Y' THEN
311: aso_debug_pub.add('****** End of add to container API ******', 1, 'Y');
312: END IF;
313:
314: -- Standard check of p_commit
315: IF FND_API.To_Boolean(p_commit) THEN
316: COMMIT WORK;
317: END IF;
318:

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

315: IF FND_API.To_Boolean(p_commit) THEN
316: COMMIT WORK;
317: END IF;
318:
319: -- Standard call to get message count and if count is 1, get message info
320: FND_Msg_Pub.Count_And_Get(
321: p_encoded => FND_API.G_FALSE,
322: p_count => x_msg_count ,
323: p_data => x_msg_data

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

471: Begin
472:
473: SAVEPOINT Reconfigure_from_IB_pvt;
474:
475: -- Standard call to check for call compatibility.
476: IF NOT FND_API.Compatible_API_Call (
477: l_api_version,
478: p_api_version_Number,
479: l_api_name,

Line 758: -- Standard check of p_commit

754: IF aso_debug_pub.g_debug_flag = 'Y' THEN
755: aso_debug_pub.add('****** End of Reconfigure API ******', 1, 'Y');
756: END IF;
757:
758: -- Standard check of p_commit
759: IF FND_API.To_Boolean(p_commit) THEN
760: COMMIT WORK;
761: END IF;
762:

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

759: IF FND_API.To_Boolean(p_commit) THEN
760: COMMIT WORK;
761: END IF;
762:
763: -- Standard call to get message count and if count is 1, get message info
764: FND_Msg_Pub.Count_And_Get(
765: p_encoded => FND_API.G_FALSE,
766: p_count => x_msg_count,
767: p_data => x_msg_data

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

926: Begin
927:
928: SAVEPOINT Deactivate_from_quote_pvt;
929:
930: -- Standard call to check for call compatibility.
931: IF NOT FND_API.Compatible_API_Call (
932: l_api_version,
933: p_api_version_Number,
934: l_api_name,

Line 1257: -- Standard check of p_commit

1253: IF aso_debug_pub.g_debug_flag = 'Y' THEN
1254: aso_debug_pub.add('****** End of Deactivate from quote API ******', 1, 'Y');
1255: END IF;
1256:
1257: -- Standard check of p_commit
1258: IF FND_API.To_Boolean(p_commit) THEN
1259: COMMIT WORK;
1260: END IF;
1261:

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

1258: IF FND_API.To_Boolean(p_commit) THEN
1259: COMMIT WORK;
1260: END IF;
1261:
1262: -- Standard call to get message count and if count is 1, get message info
1263: FND_Msg_Pub.Count_And_Get(
1264: p_encoded => FND_API.G_FALSE,
1265: p_count => x_msg_count,
1266: p_data => x_msg_data