DBA Data[Home] [Help]

PACKAGE: APPS.AHL_FLEET_UTIL_HISTORY_PVT

Source


1 PACKAGE AHL_FLEET_UTIL_HISTORY_PVT AUTHID CURRENT_USER AS
2 /* $Header: AHLVFUHS.pls 120.0.12020000.2 2012/12/10 13:39:22 shnatu noship $ */
3 
4   /*----------------------------------------------------------------------------------------------------------------------
5   Procedure Name: populate_fleet_utilization
6   Type:  Public
7   Function:    This procedure is called by concurrent program to generate utilization records
8   Parameters:  1. p_sim_plan_id - Simulation Plan id for which utilization records has to be generated
9                                     for the fleets and populate AHL_FLEET_UTILIZATION table.
10   ------------------------------------------------------------------------------------------------------------------------*/
11 PROCEDURE populate_fleet_utilization
12  (
13     errbuf              OUT NOCOPY  VARCHAR2,
14     retcode             OUT NOCOPY  NUMBER,
15     p_sim_plan_id         NUMBER
16   );
17 
18 
19 
20 END AHL_FLEET_UTIL_HISTORY_PVT;