DBA Data[Home] [Help]

APPS.AHL_UMP_SMRINSTANCE_PVT dependencies on STANDARD

Line 42: -- Standard IN Parameters :

38: -- and the item level for the given search criteria.
39: -- Pre-reqs :
40: -- Parameters :
41: --
42: -- Standard IN Parameters :
43: -- p_api_version IN NUMBER Required
44: -- p_init_msg_list IN VARCHAR2 Default FND_API.G_FALSE
45: -- p_commit IN VARCHAR2 Default FND_API.G_FALSE
46: -- p_validation_level IN NUMBER Default FND_API.G_VALID_LEVEL_FULL

Line 51: -- Standard OUT Parameters :

47: -- p_default IN VARCHAR2 Default FND_API.G_TRUE
48: -- Based on this flag, the API will set the default attributes.
49: -- p_module_type IN VARCHAR2 Default NULL
50: -- This will be null.
51: -- Standard OUT Parameters :
52: -- x_return_status OUT NOCOPY VARCHAR2 Required
53: -- x_msg_count OUT NOCOPY NUMBER Required
54: -- x_msg_data OUT NOCOPY VARCHAR2 Required
55: --

Line 308: -- Standard start of API savepoint

304: 'ahl.plsql.AHL_UMP_SMRINSTANCE_PVT.Search_MR_Instances.begin',
305: 'At the start of PLSQL procedure'
306: );
307: END IF;
308: -- Standard start of API savepoint
309: SAVEPOINT Search_MR_Instances_Pvt;
310:
311: -- Standard call to check for call compatibility
312: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name,

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

307: END IF;
308: -- Standard start of API savepoint
309: SAVEPOINT Search_MR_Instances_Pvt;
310:
311: -- Standard call to check for call compatibility
312: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name,
313: G_PKG_NAME) THEN
314: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
315: END IF;

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

1147: x_results_count := row_count;
1148: --Close the dynamic cursor and free up resources
1149: CLOSE l_cur;
1150:
1151: -- Standard call to get message count and if count is 1, get message info
1152: FND_MSG_PUB.Count_And_Get
1153: (
1154: p_count => x_msg_count,
1155: p_data => x_msg_data,