DBA Data[Home] [Help]

PACKAGE: APPS.PQH_RBC_STAGE_TO_RBC

Source


1 PACKAGE PQH_RBC_STAGE_TO_RBC AUTHID CURRENT_USER as
2 /* $Header: pqrbcsrb.pkh 120.0 2005/09/14 15:38 srajakum noship $ */
3 
4 procedure pre_push_data(p_copy_entity_txn_id in number,
5                         p_effective_date     in date,
6                         p_business_group_id  in number,
7                         p_Date_Track_Mode    in Varchar2,
8                         p_status out nocopy varchar2);
9 
10 
11 
12 procedure rbc_data_push(p_copy_entity_txn_id in number,
13                         p_effective_date     in date,
14                         p_business_group_id  in number,
15                         p_datetrack_mode     in varchar2,
16                         p_status out nocopy varchar2 ) ;
17 
18 procedure rbc_stage_to_hr(p_copy_entity_txn_id in number,
19                           p_effective_date     in date,
20                           p_business_group_id  in number,
21                           p_datetrack_mode     in varchar2,
22                           p_status             out nocopy varchar2
23                           );
24 
25 Procedure stage_to_rmn(p_copy_entity_txn_id in number,
26                          p_business_group_id  in number,
27                          p_effective_date     in date,
28                          p_plan_id   in number,
29                          p_datetrack_mode in varchar2
30                          );
31 
32 Procedure stage_to_plan(p_copy_entity_txn_id in number,
33                          p_business_group_id  in number,
34                          p_effective_date     in date,
35                          p_datetrack_mode     in varchar2);
36 
37 Procedure stage_to_rmn_values(p_copy_entity_txn_id in number,
38                          p_business_group_id  in number,
39                          p_effective_date     in date,
40                          p_rmn_id in number );
41 
42 Procedure stage_to_rmr(p_copy_entity_txn_id in number,
43                    p_effective_date     in date,
44                    p_business_group_id  in number,
45                    p_datetrack_mode     in varchar2,
46                    p_rmn_id in number);
47 
48 end pqh_rbc_stage_to_rbc;