DBA Data[Home] [Help]

APPS.ASO_TASK_INT dependencies on STANDARD

Line 152: -- Standard Start of API savepoint

148: l_task_rec l_task_csr%rowtype;
149:
150: BEGIN
151:
152: -- Standard Start of API savepoint
153: SAVEPOINT Copy_Tasks_int;
154: aso_debug_pub.g_debug_flag := nvl(fnd_profile.value('ASO_ENABLE_DEBUG'),'N');
155: -- Standard call to check for call compatibility.
156: IF NOT FND_API.Compatible_API_Call(

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

151:
152: -- Standard Start of API savepoint
153: SAVEPOINT Copy_Tasks_int;
154: aso_debug_pub.g_debug_flag := nvl(fnd_profile.value('ASO_ENABLE_DEBUG'),'N');
155: -- Standard call to check for call compatibility.
156: IF NOT FND_API.Compatible_API_Call(
157: L_API_VERSION,
158: p_api_version,
159: L_API_NAME ,

Line 334: -- Standard check of p_commit.

330: IF aso_debug_pub.g_debug_flag = 'Y' THEN
331: aso_debug_pub.add('ASO_TASK_INT: Copy_Tasks: End Copy_Tasks()', 1, 'Y');
332: END IF;
333:
334: -- Standard check of p_commit.
335: IF FND_API.To_Boolean(p_commit) THEN
336: COMMIT WORK;
337: END IF;
338:

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

335: IF FND_API.To_Boolean(p_commit) THEN
336: COMMIT WORK;
337: END IF;
338:
339: -- Standard call to get message count and if count is 1, get message info.
340: FND_Msg_Pub.Count_And_Get(
341: p_encoded => FND_API.G_FALSE,
342: p_count => x_msg_count ,
343: p_data => x_msg_data

Line 515: -- Standard Start of API savepoint

511: WHERE om.object_id = TO_CHAR(tk.task_type_id)));
512:
513: BEGIN
514:
515: -- Standard Start of API savepoint
516: SAVEPOINT Copy_Opp_Tasks_To_Qte_int;
517: aso_debug_pub.g_debug_flag := nvl(fnd_profile.value('ASO_ENABLE_DEBUG'),'N');
518: -- Standard call to check for call compatibility.
519: IF NOT FND_API.Compatible_API_Call(

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

514:
515: -- Standard Start of API savepoint
516: SAVEPOINT Copy_Opp_Tasks_To_Qte_int;
517: aso_debug_pub.g_debug_flag := nvl(fnd_profile.value('ASO_ENABLE_DEBUG'),'N');
518: -- Standard call to check for call compatibility.
519: IF NOT FND_API.Compatible_API_Call(
520: L_API_VERSION,
521: p_api_version,
522: L_API_NAME ,

Line 650: -- Standard check of p_commit.

646: IF aso_debug_pub.g_debug_flag = 'Y' THEN
647: aso_debug_pub.add('ASO_TASK_INT: Copy_Opp_Tasks_To_Qte: End Copy_Opp_Tasks_To_Qte()', 1, 'Y');
648: END IF;
649:
650: -- Standard check of p_commit.
651: IF FND_API.To_Boolean(p_commit) THEN
652: COMMIT WORK;
653: END IF;
654:

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

651: IF FND_API.To_Boolean(p_commit) THEN
652: COMMIT WORK;
653: END IF;
654:
655: -- Standard call to get message count and if count is 1, get message info.
656: FND_Msg_Pub.Count_And_Get(
657: p_encoded => FND_API.G_FALSE,
658: p_count => x_msg_count ,
659: p_data => x_msg_data