DBA Data[Home] [Help]

APPS.IEX_STRY_CHECKLIST_PUB dependencies on STANDARD

Line 67: -- Standard Start of API savepoint

63: ' from iex_strategies s, iex_strategy_templates_b t where ' ||
64: ' s.strategy_id = :pObjectID and s.strategy_template_id = t.strategy_temp_id ' ;
65: BEGIN
66:
67: -- Standard Start of API savepoint
68: SAVEPOINT create_checklist_strategy;
69:
70: -- Initialize API return status to SUCCESS
71: l_return_status := FND_API.G_RET_STS_SUCCESS;

Line 311: -- Standard check for p_commit

307: if (x_return_status <> 'S') then
308: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
309: end if;
310:
311: -- Standard check for p_commit
312: IF FND_API.to_Boolean(p_commit) THEN
313: COMMIT WORK;
314: END IF;
315:

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

312: IF FND_API.to_Boolean(p_commit) THEN
313: COMMIT WORK;
314: END IF;
315:
316: -- Standard call to get message count and if count is 1, get message info.
317: FND_MSG_PUB.Count_And_Get
318: ( p_count => x_msg_count,
319: p_data => x_msg_data
320: );