DBA Data[Home] [Help]

APPS.AHL_RA_ANALYSER_PVT dependencies on STANDARD

Line 16: -- Standard IN Parameters :

12: -- Type : Private
13: -- Function : This API would create the setup data for Reliability Framework in AHL_RA_DEFINITION_HDR
14: -- Pre-reqs :
15: --
16: -- Standard IN Parameters :
17: -- p_api_version IN NUMBER Required
18: -- p_init_msg_list IN VARCHAR2 Default FND_API.G_FALSE
19: -- p_commit IN VARCHAR2 Default FND_API.G_FALSE
20: -- p_validation_level IN NUMBER Default FND_API.G_VALID_LEVEL_FULL

Line 22: -- Standard OUT Parameters :

18: -- p_init_msg_list IN VARCHAR2 Default FND_API.G_FALSE
19: -- p_commit IN VARCHAR2 Default FND_API.G_FALSE
20: -- p_validation_level IN NUMBER Default FND_API.G_VALID_LEVEL_FULL
21: --
22: -- Standard OUT Parameters :
23: -- x_return_status OUT VARCHAR2 Required
24: -- x_msg_count OUT NUMBER Required
25: -- x_msg_data OUT VARCHAR2 Required
26: --

Line 377: -- Standard start of API savepoint

373: IF (p_concurrent_flag = 'Y') THEN
374: fnd_file.put_line(fnd_file.log, 'RA Analyser Process ---- START ----');
375: END IF;
376:
377: -- Standard start of API savepoint
378: SAVEPOINT PROCESS_RA_DATA_SP;
379:
380: -- Standard call to check for call compatibility
381: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN

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

376:
377: -- Standard start of API savepoint
378: SAVEPOINT PROCESS_RA_DATA_SP;
379:
380: -- Standard call to check for call compatibility
381: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
382: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
383: END IF;
384:

Line 607: -- standard IN params

603: fnd_log.string(fnd_log.level_statement,l_full_name,' DATE_APPLY_TO_FLAG - UA API : ' || l_flight_search_rec_type.DATE_APPLY_TO_FLAG);
604: END IF;
605:
606: AHL_UA_FLIGHT_SCHEDULES_PUB.Get_Flight_Schedule_Details(
607: -- standard IN params
608: p_api_version => 1,
609: p_init_msg_list => FND_API.G_FALSE,
610: p_commit => FND_API.G_FALSE,
611: p_validation_level => FND_API.G_VALID_LEVEL_FULL,

Line 614: -- standard OUT params

610: p_commit => FND_API.G_FALSE,
611: p_validation_level => FND_API.G_VALID_LEVEL_FULL,
612: p_default => FND_API.G_FALSE,
613: p_module_type => NULL,
614: -- standard OUT params
615: x_return_status => l_return_status,
616: x_msg_count => l_msg_count,
617: x_msg_data => l_msg_data,
618: -- procedure params

Line 2166: -- Standard check for p_commit

2162: --Close and release the temporary lobs
2163: dbms_lob.close( l_fct_data_lob );
2164: dbms_lob.freeTemporary( l_fct_data_lob );
2165:
2166: -- Standard check for p_commit
2167: IF FND_API.To_Boolean (p_commit) THEN
2168: COMMIT;
2169: END IF;
2170:

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

2174: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level)THEN
2175: fnd_log.string(fnd_log.level_statement,l_full_name,'RA -- PKG -- PROCESS_RA_DATA -------END-----------');
2176: END IF;
2177:
2178: -- Standard call to get message count and if count is 1, get message
2179: FND_MSG_PUB.Count_And_Get
2180: ( p_count => x_msg_count,
2181: p_data => x_msg_data,
2182: p_encoded => fnd_api.g_false);

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

2250:
2251: -- Initialize error message stack by default
2252: FND_MSG_PUB.Initialize;
2253:
2254: -- Standard call to check for call compatibility
2255: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME)
2256: THEN
2257: retcode := 2;
2258: errbuf := FND_MSG_PUB.Get;

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

2319: l_msg_data VARCHAR2(2000);
2320:
2321: BEGIN
2322:
2323: -- Standard call to get message count.
2324: l_msg_count := FND_MSG_PUB.Count_Msg;
2325:
2326: FOR i IN 1..l_msg_count LOOP
2327: FND_MSG_PUB.get (