DBA Data[Home] [Help]

PACKAGE: APPS.AHL_UMP_PROCESSUNIT_EXTN_PVT

Source


1 PACKAGE AHL_UMP_ProcessUnit_EXTN_PVT AUTHID CURRENT_USER AS
2 /* $Header: AHLVUMES.pls 120.0.12020000.2 2012/12/07 16:12:23 sareepar ship $ */
3 
4 ------------------------
5 -- Declare Procedures --
6 ------------------------
7 
8 -- To flush the unit effectivities from the temporary table to ahl_unit_effectivities/ahl_ue_relationships.
9 PROCEDURE Flush_From_Temp_Table(p_config_node_tbl  IN  AHL_UMP_PROCESSUNIT_PVT.config_node_tbl_type,
10                                  p_uc_header_id IN NUMBER);
11 
12 -- JKJain, NR Analysis and Forecasting
13 -- To flush the unit effectivities from the temporary table to ahl_ue_simulations
14 PROCEDURE Flush_To_Sim_Ue_Table(p_config_node_tbl  IN  AHL_UMP_PROCESSUNIT_PVT.config_node_tbl_type,
15                                 p_simulation_plan_id IN NUMBER,
16                                 p_uc_header_id IN NUMBER);
17 
18 END AHL_UMP_ProcessUnit_EXTN_PVT;