DBA Data[Home] [Help]

PACKAGE: APPS.GHR_SS_ASG_EIT

Source


1 Package GHR_SS_ASG_EIT AUTHID CURRENT_USER as
2  /* $Header: ghrasgei.pkh 120.0.12020000.2 2013/02/07 09:41:40 vmididho noship $ */
3  --
4  -- ----------------------------------------------------------------------------
5  -- |-----------------------< INS_PA_HISTORY_PROC >-------------------------|
6  -- ----------------------------------------------------------------------------
7  -- Description:
8  --   Procedure to insert into GHR_PA_HISTORY after updating Assignment_Extra_Info
9  --   from self service
10  --
11  -- Pre Conditions:
12  --
13  --
14  -- In Parameters:
15  --   assignment_extra_info_id, assignment_id, information_type, row_id
16  --
17  -- Post Success:
18  --   Processing continues.
19  --
20  -- Post Failure:
21  --   An application error will be raised and processing is terminated.
22  --
23  -- Access Status:
24  --   Internal Table Handler Use Only.
25  --
26  --
27    Procedure INS_PA_HISTORY_PROC (p_assignment_extra_info_id in number
28                                  ,p_assignment_id     in number
29                                  ,p_information_type  in varchar2);
30 
31    Procedure UPD_PA_HISTORY_PROC (p_assignment_extra_info_id in number
32                                  ,p_assignment_id     in number
33                                  ,p_information_type  in varchar2);
34 
35    Procedure VALIDATE_TELEWORK_DET(p_assignment_extra_info_id in NUMBER);
36 
37  --
38  --
39  end GHR_SS_ASG_EIT;