DBA Data[Home] [Help]

APPS.AHL_PRD_DF_PVT dependencies on STANDARD

Line 127: -- Standard IN Parameters :

123: -- Function :
124: -- Pre-reqs :
125: -- Parameters :
126: --
127: -- Standard IN Parameters :
128: -- p_api_version IN NUMBER Default 1.0
129: -- p_init_msg_list IN VARCHAR2 Default FND_API.G_TRUE
130: -- p_commit IN VARCHAR2 Default FND_API.G_FALSE
131: -- p_validation_level IN NUMBER Default FND_API.G_VALID_LEVEL_FULL

Line 132: -- Standard OUT Parameters :

128: -- p_api_version IN NUMBER Default 1.0
129: -- p_init_msg_list IN VARCHAR2 Default FND_API.G_TRUE
130: -- p_commit IN VARCHAR2 Default FND_API.G_FALSE
131: -- p_validation_level IN NUMBER Default FND_API.G_VALID_LEVEL_FULL
132: -- Standard OUT Parameters :
133: -- x_return_status OUT VARCHAR2 Required
134: -- x_msg_count OUT NUMBER Required
135: -- x_msg_data OUT VARCHAR2 Required
136: --

Line 179: -- Standard start of API savepoint

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

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

178: END IF;
179: -- Standard start of API savepoint
180: SAVEPOINT process_deferral;
181:
182: -- Standard call to check for call compatibility
183: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version,l_api_name, G_PKG_NAME ) THEN
184: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
185: END IF;
186: -- setting up module type

Line 316: -- Standard check of p_commit

312: IF x_msg_count > 0 THEN
313: RAISE FND_API.G_EXC_ERROR;
314: END IF;
315:
316: -- Standard check of p_commit
317: IF FND_API.TO_BOOLEAN(p_commit) THEN
318: COMMIT WORK;
319: END IF;
320:

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

319: END IF;
320:
321:
322:
323: -- Standard call to get message count and if count is 1, get message info
324: FND_MSG_PUB.Count_And_Get
325: ( p_count => x_msg_count,
326: p_data => x_msg_data,
327: p_encoded => fnd_api.g_false

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

3614: targetp => l_targetp1,
3615: activep => l_activep1,
3616: pmon_method => l_pmon_method,
3617: callstat => l_callstat);
3618: -- check whether Standard Concurrent Manager is up, this is not optional.
3619: fnd_concurrent.get_manager_status(applid => 0,
3620: managerid => 0,
3621: targetp => l_targetp,
3622: activep => l_activep,