DBA Data[Home] [Help]

APPS.AHL_UMP_SMRINSTANCE_PVT dependencies on STANDARD

Line 47: -- Standard IN Parameters :

43: -- and the item level for the given search criteria.
44: -- Pre-reqs :
45: -- Parameters :
46: --
47: -- Standard IN Parameters :
48: -- p_api_version IN NUMBER Required
49: -- p_init_msg_list IN VARCHAR2 Default FND_API.G_FALSE
50: -- p_commit IN VARCHAR2 Default FND_API.G_FALSE
51: -- p_validation_level IN NUMBER Default FND_API.G_VALID_LEVEL_FULL

Line 56: -- Standard OUT Parameters :

52: -- p_default IN VARCHAR2 Default FND_API.G_TRUE
53: -- Based on this flag, the API will set the default attributes.
54: -- p_module_type IN VARCHAR2 Default NULL
55: -- This will be null.
56: -- Standard OUT Parameters :
57: -- x_return_status OUT NOCOPY VARCHAR2 Required
58: -- x_msg_count OUT NOCOPY NUMBER Required
59: -- x_msg_data OUT NOCOPY VARCHAR2 Required
60: --

Line 336: -- Standard start of API savepoint

332: 'ahl.plsql.AHL_UMP_SMRINSTANCE_PVT.Search_MR_Instances.begin',
333: 'At the start of PLSQL procedure'
334: );
335: END IF;
336: -- Standard start of API savepoint
337: SAVEPOINT Search_MR_Instances_Pvt;
338:
339: -- Standard call to check for call compatibility
340: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name,

Line 339: -- Standard call to check for call compatibility

335: END IF;
336: -- Standard start of API savepoint
337: SAVEPOINT Search_MR_Instances_Pvt;
338:
339: -- Standard call to check for call compatibility
340: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name,
341: G_PKG_NAME) THEN
342: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
343: END IF;

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

1338: x_results_count := row_count;
1339: --Close the dynamic cursor and free up resources
1340: CLOSE l_cur;
1341:
1342: -- Standard call to get message count and if count is 1, get message info
1343: FND_MSG_PUB.Count_And_Get
1344: (
1345: p_count => x_msg_count,
1346: p_data => x_msg_data,

Line 1777: -- Standard IN Parameters :

1773: -- Function : This procedure builds search query for planning workbench for the given search criterion.
1774: -- Pre-reqs :
1775: -- Parameters :
1776: --
1777: -- Standard IN Parameters :
1778: -- p_api_version IN NUMBER Required
1779: -- p_init_msg_list IN VARCHAR2 Default FND_API.G_FALSE
1780: -- p_commit IN VARCHAR2 Default FND_API.G_FALSE
1781: -- p_validation_level IN NUMBER Default FND_API.G_VALID_LEVEL_FULL

Line 1786: -- Standard OUT Parameters :

1782: -- p_default IN VARCHAR2 Default FND_API.G_TRUE
1783: -- Based on this flag, the API will set the default attributes.
1784: -- p_module_type IN VARCHAR2 Default NULL
1785: -- This will be null.
1786: -- Standard OUT Parameters :
1787: -- x_return_status OUT VARCHAR2 Required
1788: -- x_msg_count OUT NUMBER Required
1789: -- x_msg_data OUT VARCHAR2 Required
1790: --

Line 1843: -- Standard call to check for call compatibility

1839: 'ahl.plsql.AHL_UMP_SMRINSTANCE_PVT.Build_Ump_Search_query.start',
1840: 'At the start of PLSQL procedure'
1841: );
1842: END IF;
1843: -- Standard call to check for call compatibility
1844: IF NOT FND_API.COMPATIBLE_API_CALL(L_API_VERSION, P_API_VERSION, L_API_NAME,
1845: G_PKG_NAME) THEN
1846: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1847: END IF;

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

2470: P_MODULE_TYPE => P_MODULE_TYPE
2471: );
2472: END IF;
2473: END IF;
2474: -- Standard call to get message count and if count is 1, get message info
2475: FND_MSG_PUB.COUNT_AND_GET (
2476: P_COUNT => X_MSG_COUNT,
2477: P_DATA => X_MSG_DATA,
2478: P_ENCODED => FND_API.G_FALSE );