DBA Data[Home] [Help]

PACKAGE: APPS.AHL_UMP_BOM_PVT

Source


1 PACKAGE Ahl_Ump_Bom_Pvt AUTHID CURRENT_USER AS
2 /* $Header: AHLVUMBS.pls 120.0.12020000.2 2012/12/07 16:09:11 sareepar noship $*/
3   /*----------------------------------------------------------------------------------------------------------------------
4   Procedure Name: Create_Update_Ump_Bom
5   Type:  Public
6   Function:    This procedure is called by concurrent program to generate UMP BOM
7   Parameters:  1. p_simulation_plan_id - Simulation Plan id for which the BOM has to be generated
8                2. p_all_flag - A values of 'Y' indicates that the proc needs to be run for all
9                   active simulation and primary plans
10   ------------------------------------------------------------------------------------------------------------------------*/
11 PROCEDURE Create_Update_Ump_Bom
12   (
13     errbuf OUT NOCOPY  VARCHAR2,
14     retcode OUT NOCOPY NUMBER,
15     p_sim_plan_name    IN VARCHAR2,
16     p_all_flag         IN VARCHAR2 );
17 
18 
19 END Ahl_Ump_Bom_Pvt;