DBA Data[Home] [Help]

APPS.IEX_STRATEGY_PUB dependencies on STANDARD

Line 261: -- Standard Start of API savepoint

257: l_resource_id := fnd_profile.value('IEX_STRY_FULFILMENT_RESOURCE');
258: b_Skip := 'F';
259:
260:
261: -- Standard Start of API savepoint
262: SAVEPOINT CREATE_STRATEGY_PUB;
263:
264: -- Initialize API return status to SUCCESS
265: l_return_status := FND_API.G_RET_STS_SUCCESS;

Line 884: -- Standard check for p_commit

880: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
881:
882: END;
883:
884: -- Standard check for p_commit
885: IF FND_API.to_Boolean(l_commit) THEN
886: COMMIT WORK;
887: END IF;
888:

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

902: FND_MSG_PUB.Add;
903: END IF;
904:
905: end if;
906: -- Standard call to get message count and if count is 1, get message info.
907: FND_MSG_PUB.Count_And_Get
908: ( p_count => x_msg_count,
909: p_data => x_msg_data
910: );

Line 1245: -- Standard Start of API savepoint

1241: fStrategyVersionNumber := 2.0;
1242: l_object_version_number := 2.0;
1243:
1244: x_return_status := FND_API.G_RET_STS_SUCCESS;
1245: -- Standard Start of API savepoint
1246:
1247:
1248: -- Initialize API return status to SUCCESS
1249: l_return_status := FND_API.G_RET_STS_SUCCESS;

Line 1376: -- Standard check for p_commit

1372: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1373:
1374: END;
1375:
1376: -- Standard check for p_commit
1377: IF FND_API.to_Boolean(l_commit) THEN
1378: COMMIT WORK;
1379: END IF;
1380:

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

1403: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1404:
1405: end if;
1406:
1407: -- Standard call to get message count and if count is 1, get message info.
1408: FND_MSG_PUB.Count_And_Get
1409: ( p_count => x_msg_count,
1410: p_data => x_msg_data
1411: );

Line 1708: -- Standard Start of API savepoint

1704: x_return_status := FND_API.G_RET_STS_SUCCESS;
1705: if (NVL(FND_PROFILE.VALUE('IEX_STRATEGY_DISABLED'), 'N') = 'Y') then
1706: return;
1707: end if;
1708: -- Standard Start of API savepoint
1709: SAVEPOINT SET_STRATEGY;
1710:
1711: -- Initialize API return status to SUCCESS
1712: l_return_status := FND_API.G_RET_STS_SUCCESS;

Line 1820: -- Standard check for p_commit

1816: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1817:
1818: END;
1819:
1820: -- Standard check for p_commit
1821: IF FND_API.to_Boolean(l_commit) THEN
1822: COMMIT WORK;
1823: END IF;
1824:

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

1826: strategy_id => fStrategyId,
1827: status => 'CLOSED' ) ;
1828:
1829: end if;
1830: -- Standard call to get message count and if count is 1, get message info.
1831: FND_MSG_PUB.Count_And_Get
1832: ( p_count => x_msg_count,
1833: p_data => x_msg_data
1834: );