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 438: -- Standard check of p_commit

434: raise FND_API.G_EXC_UNEXPECTED_ERROR;
435: END IF;
436:
437:
438: -- Standard check of p_commit
439: IF FND_API.To_Boolean(p_commit) THEN
440: COMMIT WORK;
441: END IF;
442: --Begin bug#5874874 gnramasa 25-Apr-2007

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

445: IEX_STRY_UTL_PUB.refresh_uwq_str_summ(l_strategy_work_item_Rec.work_item_id,p_commit);
446: end if;
447: --End bug#5874874 gnramasa 25-Apr-2007
448:
449: -- Standard call to get message count and if count is 1, get message info
450: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count, p_data => x_msg_data);
451:
452:
453: EXCEPTION

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

507: BEGIN
508:
509: SAVEPOINT CLOSE_STRATEGY_PUB;
510:
511: -- Standard call to check for call compatibility.
512: IF NOT FND_API.Compatible_API_Call (l_api_version,
513: p_api_version,
514: l_api_name,
515: G_PKG_NAME) THEN

Line 616: -- Standard check of p_commit

612: raise FND_API.G_EXC_UNEXPECTED_ERROR;
613: END IF;
614:
615:
616: -- Standard check of p_commit
617: IF FND_API.To_Boolean(p_commit) THEN
618: COMMIT WORK;
619: END IF;
620:

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

617: IF FND_API.To_Boolean(p_commit) THEN
618: COMMIT WORK;
619: END IF;
620:
621: -- Standard call to get message count and if count is 1, get message info
622: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count, p_data => x_msg_data);
623:
624:
625: EXCEPTION

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

681: BEGIN
682:
683: SAVEPOINT UPDATE_WORK_ITEM_PUB;
684:
685: -- Standard call to check for call compatibility.
686: IF NOT FND_API.Compatible_API_Call (l_api_version,
687: p_api_version,
688: l_api_name,
689: G_PKG_NAME) THEN

Line 783: -- Standard check of p_commit

779: END IF;
780:
781:
782:
783: -- Standard check of p_commit
784: IF FND_API.To_Boolean(p_commit) THEN
785: COMMIT WORK;
786: END IF;
787:

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

784: IF FND_API.To_Boolean(p_commit) THEN
785: COMMIT WORK;
786: END IF;
787:
788: -- Standard call to get message count and if count is 1, get message info
789: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count, p_data => x_msg_data);
790:
791:
792: EXCEPTION

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

842:
843:
844: SAVEPOINT UPDATE_NEXT_WORK_ITEM_PUB;
845:
846: -- Standard call to check for call compatibility.
847: IF NOT FND_API.Compatible_API_Call (l_api_version,
848: p_api_version,
849: l_api_name,
850: G_PKG_NAME) THEN

Line 950: -- Standard check of p_commit

946: raise FND_API.G_EXC_UNEXPECTED_ERROR;
947: END IF;
948:
949:
950: -- Standard check of p_commit
951: IF FND_API.To_Boolean(p_commit) THEN
952: COMMIT WORK;
953: END IF;
954:

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

951: IF FND_API.To_Boolean(p_commit) THEN
952: COMMIT WORK;
953: END IF;
954:
955: -- Standard call to get message count and if count is 1, get message info
956: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count, p_data => x_msg_data);
957:
958:
959: EXCEPTION

Line 1538: -- Standard check of p_commit

1534: ROLLBACK TO REASSIGN_STRATEGY_PUB;
1535: RETURN;
1536: END if; --l_status =cancelled
1537:
1538: -- Standard check of p_commit
1539: IF FND_API.To_Boolean(p_commit) THEN
1540: COMMIT WORK;
1541: END IF;
1542:

Line 1630: -- Standard check of p_commit

1626: END IF;
1627: end if;
1628: END IF; --if status is successful
1629:
1630: -- Standard check of p_commit
1631: IF FND_API.To_Boolean(p_commit) THEN
1632: COMMIT WORK;
1633: END IF;
1634: