DBA Data[Home] [Help]

APPS.AHL_UMP_UNITMAINT_PVT dependencies on STANDARD

Line 132: -- Standard IN Parameters :

128: -- Function : Manages Create/Modify/Delete operations for unit maintenance requirements.
129: -- Pre-reqs :
130: -- Parameters :
131: --
132: -- Standard IN Parameters :
133: -- p_api_version IN NUMBER Required
134: -- p_init_msg_list IN VARCHAR2 Default FND_API.G_FALSE
135: -- p_commit IN VARCHAR2 Default FND_API.G_FALSE
136: -- p_validation_level IN NUMBER Default FND_API.G_VALID_LEVEL_FULL

Line 141: -- Standard OUT Parameters :

137: -- p_default IN VARCHAR2 Default FND_API.G_TRUE
138: -- Based on this flag, the API will set the default attributes.
139: -- p_module_type In VARCHAR2 Default NULL
140: -- This will be null.
141: -- Standard OUT Parameters :
142: -- x_return_status OUT VARCHAR2 Required
143: -- x_msg_count OUT NUMBER Required
144: -- x_msg_data OUT VARCHAR2 Required
145: --

Line 188: -- Standard start of API savepoint

184: l_msg_count NUMBER;
185:
186:
187: BEGIN
188: -- Standard start of API savepoint
189: SAVEPOINT Process_UnitEffectivity_PVT;
190:
191: -- Standard call to check for call compatibility
192: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name,

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

187: BEGIN
188: -- Standard start of API savepoint
189: SAVEPOINT Process_UnitEffectivity_PVT;
190:
191: -- Standard call to check for call compatibility
192: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name,
193: G_PKG_NAME) THEN
194: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
195: END IF;

Line 275: -- Standard check of p_commit

271: ELSIF x_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
272: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
273: END IF;
274:
275: -- Standard check of p_commit
276: IF FND_API.TO_BOOLEAN(p_commit) THEN
277: COMMIT WORK;
278: END IF;
279:

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

276: IF FND_API.TO_BOOLEAN(p_commit) THEN
277: COMMIT WORK;
278: END IF;
279:
280: -- Standard call to get message count and if count is 1, get message info
281: FND_MSG_PUB.Count_And_Get
282: ( p_count => x_msg_count,
283: p_data => x_msg_data,
284: p_encoded => fnd_api.g_false

Line 339: -- Standard OUT Parameters :

335: --
336: -- Pre-reqs :
337: -- Parameters :
338: --
339: -- Standard OUT Parameters :
340: -- x_return_status OUT VARCHAR2 Required
341: -- x_msg_count OUT NUMBER Required
342: -- x_msg_data OUT VARCHAR2 Required
343: --

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

511: ELSIF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
512: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
513: END IF;
514:
515: -- Standard call to get message count and if count is 1, get message info
516: FND_MSG_PUB.Count_And_Get
517: ( p_count => x_msg_count,
518: p_data => x_msg_data,
519: p_encoded => fnd_api.g_false

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

633: retcode := 2; -- error based only on return status
634: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
635: END IF;
636:
637: -- Standard call to get message count and if count is 1, get message info
638: FND_MSG_PUB.Count_And_Get
639: ( p_count => l_msg_count,
640: p_data => l_msg_data,
641: p_encoded => fnd_api.g_false

Line 728: -- Standard start of API savepoint

724: l_due_date DATE;
725:
726: BEGIN
727:
728: -- Standard start of API savepoint
729: SAVEPOINT Capture_MR_Updates_pvt;
730:
731: -- Standard call to check for call compatibility
732: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name,

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

727:
728: -- Standard start of API savepoint
729: SAVEPOINT Capture_MR_Updates_pvt;
730:
731: -- Standard call to check for call compatibility
732: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name,
733: G_PKG_NAME) THEN
734: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
735: END IF;

Line 913: -- Standard check of p_commit

909: IF x_msg_count > 0 THEN
910: RAISE FND_API.G_EXC_ERROR;
911: END IF;
912:
913: -- Standard check of p_commit
914: IF FND_API.TO_BOOLEAN(p_commit) THEN
915: COMMIT WORK;
916: END IF;
917:

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

914: IF FND_API.TO_BOOLEAN(p_commit) THEN
915: COMMIT WORK;
916: END IF;
917:
918: -- Standard call to get message count and if count is 1, get message info
919: FND_MSG_PUB.Count_And_Get
920: ( p_count => x_msg_count,
921: p_data => x_msg_data,
922: p_encoded => fnd_api.g_false

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

1031: BEGIN
1032: --IF G_DEBUG='Y' THEN
1033: -- AHL_DEBUG_PUB.enable_debug;
1034: --END IF;
1035: -- Standard call to check for call compatibility
1036: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name,
1037: G_PKG_NAME) THEN
1038: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1039: END IF;

Line 4416: -- Standard start of API savepoint

4412:
4413:
4414: BEGIN
4415:
4416: -- Standard start of API savepoint
4417: SAVEPOINT Terminate_MR_Instances_pvt;
4418:
4419: -- Enable Debug (optional)
4420: IF G_DEBUG='Y' THEN

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

4423:
4424: IF G_DEBUG='Y' THEN
4425: AHL_DEBUG_PUB.debug('Beginning Processing... ', 'UMP-TERMINATE: ');
4426: END IF;
4427: -- Standard call to check for call compatibility
4428: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name,
4429: G_PKG_NAME) THEN
4430: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
4431: END IF;

Line 5068: -- Standard check of p_commit

5064: END IF; -- call fmp if
5065: END IF; -- count > 0
5066: END IF;
5067:
5068: -- Standard check of p_commit
5069: IF FND_API.TO_BOOLEAN(p_commit) THEN
5070: COMMIT WORK;
5071: IF G_DEBUG='Y' THEN
5072: AHL_DEBUG_PUB.debug('Committed Changes', 'UMP');

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

5107: END IF;
5108: END IF;
5109: */
5110:
5111: -- Standard call to get message count and if count is 1, get message info
5112: FND_MSG_PUB.Count_And_Get
5113: ( p_count => x_msg_count,
5114: p_data => x_msg_data,
5115: p_encoded => fnd_api.g_false

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

5726:
5727: -- Initialize error message stack by default
5728: FND_MSG_PUB.Initialize;
5729:
5730: -- Standard call to check for call compatibility
5731: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME)
5732: THEN
5733: retcode := 2;
5734: errbuf := FND_MSG_PUB.Get;

Line 5872: -- standard call to check for call compatibility

5868:
5869: -- initialize error message stack
5870: FND_MSG_PUB.Initialize;
5871:
5872: -- standard call to check for call compatibility
5873: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version,
5874: l_api_name, G_PKG_NAME) THEN
5875: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
5876: FND_LOG.string(FND_LOG.level_statement,l_full_name,

Line 6035: -- Standard call to get message count.

6031: IF G_DEBUG = 'Y' THEN
6032: AHL_DEBUG_PUB.Debug('Start log error messages');
6033: END IF;
6034:
6035: -- Standard call to get message count.
6036: l_msg_count := FND_MSG_PUB.Count_Msg;
6037:
6038: FOR i IN 1..l_msg_count LOOP
6039: FND_MSG_PUB.get (

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

6113:
6114: -- Initialize error message stack by default
6115: FND_MSG_PUB.Initialize;
6116:
6117: -- Standard call to check for call compatibility
6118: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME)
6119: THEN
6120: retcode := 2;
6121: errbuf := FND_MSG_PUB.Get;