DBA Data[Home] [Help]

PACKAGE: APPS.EDW_BOM_RES_M_C

Source


1 Package EDW_BOM_RES_M_C AS
2 /*$Header: ENICRESS.pls 120.0 2005/05/26 19:36:11 appldev noship $*/
3    VERSION                 CONSTANT CHAR(80) :=
4       '$Header: ENICRESS.pls 120.0 2005/05/26 19:36:11 appldev noship $';
5 
6    Procedure Push(Errbuf        out NOCOPY Varchar2,
7                   Retcode       out NOCOPY Varchar2,
8                   p_from_date   IN  Varchar2,
9                   p_to_date     IN  Varchar2);
10    Procedure Push_EDW_BRES_PLANT(
11                   p_from_date   IN  Date,
12                   p_to_date     IN  Date);
13    Procedure Push_EDW_BRES_PLANT1(
14                   p_from_date   IN  Date,
15                   p_to_date     IN  Date);
16    Procedure Push_EDW_BRES_RESOURCE(
17                   p_from_date   IN  Date,
18                   p_to_date     IN  Date);
19    Procedure Push_EDW_BRES_RESGROUP(
20                   p_from_date   IN  Date,
21                   p_to_date     IN  Date);
22    Procedure Push_EDW_BRES_RESTYPE(
23                   p_from_date   IN  Date,
24                   p_to_date     IN  Date);
25    Procedure Push_EDW_BRES_RESCAT(
26                   p_from_date   IN  Date,
27                   p_to_date     IN  Date);
28    Procedure Push_EDW_BRES_PARENT_DEPT(
29                   p_from_date   IN  Date,
30                   p_to_date     IN  Date);
31    Procedure Push_EDW_BRES_DEPT(
32                   p_from_date   IN  Date,
33                   p_to_date     IN  Date);
34    Procedure Push_EDW_BRES_DEPT_CLASS(
35                   p_from_date   IN  Date,
36                   p_to_date     IN  Date);
37 End EDW_BOM_RES_M_C;