DBA Data[Home] [Help]

APPS.IEX_STRY_UTL_PUB dependencies on STANDARD

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

140: BEGIN
141:
142: SAVEPOINT GET_NEXT_WORK_ITEMS_PUB;
143:
144: -- Standard call to check for call compatibility.
145: IF NOT FND_API.Compatible_API_Call (l_api_version,
146: p_api_version,
147: l_api_name,
148: G_PKG_NAME) THEN

Line 208: -- Standard check of p_commit

204: END LOOP;
205:
206:
207:
208: -- Standard check of p_commit
209: IF FND_API.To_Boolean(p_commit) THEN
210: COMMIT WORK;
211: END IF;
212:

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

209: IF FND_API.To_Boolean(p_commit) THEN
210: COMMIT WORK;
211: END IF;
212:
213: -- Standard call to get message count and if count is 1, get message info
214: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count, p_data => x_msg_data);
215:
216:
217: EXCEPTION

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

274: BEGIN
275:
276: SAVEPOINT CLOSE_STRY_AND_WITEMS_PUB;
277:
278: -- Standard call to check for call compatibility.
279: IF NOT FND_API.Compatible_API_Call (l_api_version,
280: p_api_version,
281: l_api_name,
282: G_PKG_NAME) THEN

Line 432: -- Standard check of p_commit

428: raise FND_API.G_EXC_UNEXPECTED_ERROR;
429: END IF;
430:
431:
432: -- Standard check of p_commit
433: IF FND_API.To_Boolean(p_commit) THEN
434: COMMIT WORK;
435: END IF;
436: --Begin bug#5874874 gnramasa 25-Apr-2007

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

439: IEX_STRY_UTL_PUB.refresh_uwq_str_summ(l_strategy_work_item_Rec.work_item_id);
440: end if;
441: --End bug#5874874 gnramasa 25-Apr-2007
442:
443: -- Standard call to get message count and if count is 1, get message info
444: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count, p_data => x_msg_data);
445:
446:
447: EXCEPTION

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

501: BEGIN
502:
503: SAVEPOINT CLOSE_STRATEGY_PUB;
504:
505: -- Standard call to check for call compatibility.
506: IF NOT FND_API.Compatible_API_Call (l_api_version,
507: p_api_version,
508: l_api_name,
509: G_PKG_NAME) THEN

Line 610: -- Standard check of p_commit

606: raise FND_API.G_EXC_UNEXPECTED_ERROR;
607: END IF;
608:
609:
610: -- Standard check of p_commit
611: IF FND_API.To_Boolean(p_commit) THEN
612: COMMIT WORK;
613: END IF;
614:

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

611: IF FND_API.To_Boolean(p_commit) THEN
612: COMMIT WORK;
613: END IF;
614:
615: -- Standard call to get message count and if count is 1, get message info
616: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count, p_data => x_msg_data);
617:
618:
619: EXCEPTION

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

675: BEGIN
676:
677: SAVEPOINT UPDATE_WORK_ITEM_PUB;
678:
679: -- Standard call to check for call compatibility.
680: IF NOT FND_API.Compatible_API_Call (l_api_version,
681: p_api_version,
682: l_api_name,
683: G_PKG_NAME) THEN

Line 777: -- Standard check of p_commit

773: END IF;
774:
775:
776:
777: -- Standard check of p_commit
778: IF FND_API.To_Boolean(p_commit) THEN
779: COMMIT WORK;
780: END IF;
781:

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

778: IF FND_API.To_Boolean(p_commit) THEN
779: COMMIT WORK;
780: END IF;
781:
782: -- Standard call to get message count and if count is 1, get message info
783: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count, p_data => x_msg_data);
784:
785:
786: EXCEPTION

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

836:
837:
838: SAVEPOINT UPDATE_NEXT_WORK_ITEM_PUB;
839:
840: -- Standard call to check for call compatibility.
841: IF NOT FND_API.Compatible_API_Call (l_api_version,
842: p_api_version,
843: l_api_name,
844: G_PKG_NAME) THEN

Line 944: -- Standard check of p_commit

940: raise FND_API.G_EXC_UNEXPECTED_ERROR;
941: END IF;
942:
943:
944: -- Standard check of p_commit
945: IF FND_API.To_Boolean(p_commit) THEN
946: COMMIT WORK;
947: END IF;
948:

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

945: IF FND_API.To_Boolean(p_commit) THEN
946: COMMIT WORK;
947: END IF;
948:
949: -- Standard call to get message count and if count is 1, get message info
950: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count, p_data => x_msg_data);
951:
952:
953: EXCEPTION

Line 1519: -- Standard check of p_commit

1515: ROLLBACK TO REASSIGN_STRATEGY_PUB;
1516: RETURN;
1517: END if; --l_status =cancelled
1518:
1519: -- Standard check of p_commit
1520: IF FND_API.To_Boolean(p_commit) THEN
1521: COMMIT WORK;
1522: END IF;
1523:

Line 1611: -- Standard check of p_commit

1607: END IF;
1608: end if;
1609: END IF; --if status is successful
1610:
1611: -- Standard check of p_commit
1612: IF FND_API.To_Boolean(p_commit) THEN
1613: COMMIT WORK;
1614: END IF;
1615: