DBA Data[Home] [Help]

APPS.IEX_STRATEGY_PUB dependencies on STANDARD

Line 297: -- Standard Start of API savepoint

293: l_resource_id := fnd_profile.value('IEX_STRY_FULFILMENT_RESOURCE');
294: b_Skip := 'F';
295:
296:
297: -- Standard Start of API savepoint
298: SAVEPOINT CREATE_STRATEGY_PUB;
299:
300: -- Initialize API return status to SUCCESS
301: l_return_status := FND_API.G_RET_STS_SUCCESS;

Line 925: -- Standard check for p_commit

921: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
922:
923: END;
924:
925: -- Standard check for p_commit
926: IF FND_API.to_Boolean(l_commit) THEN
927: COMMIT WORK;
928: END IF;
929:

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

943: FND_MSG_PUB.Add;
944: END IF;
945:
946: end if;
947: -- Standard call to get message count and if count is 1, get message info.
948: FND_MSG_PUB.Count_And_Get
949: ( p_count => x_msg_count,
950: p_data => x_msg_data
951: );

Line 1333: -- Standard Start of API savepoint

1329: fStrategyVersionNumber := 2.0;
1330: l_object_version_number := 2.0;
1331:
1332: x_return_status := FND_API.G_RET_STS_SUCCESS;
1333: -- Standard Start of API savepoint
1334:
1335:
1336: -- Initialize API return status to SUCCESS
1337: l_return_status := FND_API.G_RET_STS_SUCCESS;

Line 1470: -- Standard check for p_commit

1466: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1467:
1468: END;
1469:
1470: -- Standard check for p_commit
1471: IF FND_API.to_Boolean(l_commit) THEN
1472: COMMIT WORK;
1473: END IF;
1474:

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

1503: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1504:
1505: end if;
1506:
1507: -- Standard call to get message count and if count is 1, get message info.
1508: FND_MSG_PUB.Count_And_Get
1509: ( p_count => x_msg_count,
1510: p_data => x_msg_data
1511: );

Line 1826: -- Standard Start of API savepoint

1822: x_return_status := FND_API.G_RET_STS_SUCCESS;
1823: if (NVL(FND_PROFILE.VALUE('IEX_STRATEGY_DISABLED'), 'N') = 'Y') then
1824: return;
1825: end if;
1826: -- Standard Start of API savepoint
1827: SAVEPOINT SET_STRATEGY;
1828:
1829: -- Initialize API return status to SUCCESS
1830: l_return_status := FND_API.G_RET_STS_SUCCESS;

Line 1938: -- Standard check for p_commit

1934: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1935:
1936: END;
1937:
1938: -- Standard check for p_commit
1939: IF FND_API.to_Boolean(l_commit) THEN
1940: COMMIT WORK;
1941: END IF;
1942:

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

1944: strategy_id => fStrategyId,
1945: status => 'CLOSED' ) ;
1946:
1947: end if;
1948: -- Standard call to get message count and if count is 1, get message info.
1949: FND_MSG_PUB.Count_And_Get
1950: ( p_count => x_msg_count,
1951: p_data => x_msg_data
1952: );