DBA Data[Home] [Help]

APPS.AHL_UMP_PROCESSUNIT_EXTN_PVT dependencies on AHL_UMP_PROCESSUNIT_PVT

Line 9: PROCEDURE Flush_From_Temp_Table(p_config_node_tbl IN AHL_UMP_PROCESSUNIT_PVT.config_node_tbl_type,

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

Line 14: PROCEDURE Flush_To_Sim_Ue_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;