DBA Data[Home] [Help]

APPS.AHL_PRD_DF_PVT dependencies on STANDARD

Line 122: -- Standard IN Parameters :

118: -- Function :
119: -- Pre-reqs :
120: -- Parameters :
121: --
122: -- Standard IN Parameters :
123: -- p_api_version IN NUMBER Default 1.0
124: -- p_init_msg_list IN VARCHAR2 Default FND_API.G_TRUE
125: -- p_commit IN VARCHAR2 Default FND_API.G_FALSE
126: -- p_validation_level IN NUMBER Default FND_API.G_VALID_LEVEL_FULL

Line 127: -- Standard OUT Parameters :

123: -- p_api_version IN NUMBER Default 1.0
124: -- p_init_msg_list IN VARCHAR2 Default FND_API.G_TRUE
125: -- p_commit IN VARCHAR2 Default FND_API.G_FALSE
126: -- p_validation_level IN NUMBER Default FND_API.G_VALID_LEVEL_FULL
127: -- Standard OUT Parameters :
128: -- x_return_status OUT VARCHAR2 Required
129: -- x_msg_count OUT NUMBER Required
130: -- x_msg_data OUT VARCHAR2 Required
131: --

Line 174: -- Standard start of API savepoint

170: 'ahl.plsql.AHL_PRD_DF_PVT.process_deferral.begin',
171: 'At the start of PLSQL procedure'
172: );
173: END IF;
174: -- Standard start of API savepoint
175: SAVEPOINT process_deferral;
176:
177: -- Standard call to check for call compatibility
178: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version,l_api_name, G_PKG_NAME ) THEN

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

173: END IF;
174: -- Standard start of API savepoint
175: SAVEPOINT process_deferral;
176:
177: -- Standard call to check for call compatibility
178: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version,l_api_name, G_PKG_NAME ) THEN
179: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
180: END IF;
181: -- setting up module type

Line 309: -- Standard check of p_commit

305: IF x_msg_count > 0 THEN
306: RAISE FND_API.G_EXC_ERROR;
307: END IF;
308:
309: -- Standard check of p_commit
310: IF FND_API.TO_BOOLEAN(p_commit) THEN
311: COMMIT WORK;
312: END IF;
313:

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

312: END IF;
313:
314:
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: p_encoded => fnd_api.g_false

Line 3462: -- check whether Standard Concurrent Manager is up, this is not optional.

3458: targetp => l_targetp1,
3459: activep => l_activep1,
3460: pmon_method => l_pmon_method,
3461: callstat => l_callstat);
3462: -- check whether Standard Concurrent Manager is up, this is not optional.
3463: fnd_concurrent.get_manager_status(applid => 0,
3464: managerid => 0,
3465: targetp => l_targetp,
3466: activep => l_activep,