DBA Data[Home] [Help]

PACKAGE: APPS.IGS_PE_ALT_PERS_ID_PKG

Source


1 package  IGS_PE_ALT_PERS_ID_PKG as
2 /* $Header: IGSNI02S.pls 120.0 2005/06/01 18:07:46 appldev noship $ */
3 
4  -------------------------------------------------------------------------------------------
5   --Change History:
6   -- Bug ID : 2000408
7   -- who      when          what
8   -- CDCRUZ   Sep 24,2002   New Flex Fld Col's added for
9   --                        Person DLD
10   -------------------------------------------------------------------------------------------
11 
12 procedure INSERT_ROW (
13   X_ROWID in out NOCOPY VARCHAR2,
14   X_PE_PERSON_ID in NUMBER,
15   X_API_PERSON_ID in VARCHAR2,
16   X_API_PERSON_ID_UF IN VARCHAR2 DEFAULT NULL,
17   X_PERSON_ID_TYPE in VARCHAR2,
18   X_START_DT in DATE,
19   X_END_DT in DATE,
20   x_attribute_category  IN VARCHAR2 DEFAULT NULL,
21   x_attribute1          IN VARCHAR2 DEFAULT NULL,
22   x_attribute2          IN VARCHAR2 DEFAULT NULL,
23   x_attribute3          IN VARCHAR2 DEFAULT NULL,
24   x_attribute4          IN VARCHAR2 DEFAULT NULL,
25   x_attribute5          IN VARCHAR2 DEFAULT NULL,
26   x_attribute6          IN VARCHAR2 DEFAULT NULL,
27   x_attribute7          IN VARCHAR2 DEFAULT NULL,
28   x_attribute8          IN VARCHAR2 DEFAULT NULL,
29   x_attribute9          IN VARCHAR2 DEFAULT NULL,
30   x_attribute10         IN VARCHAR2 DEFAULT NULL,
31   x_attribute11         IN VARCHAR2 DEFAULT NULL,
32   x_attribute12         IN VARCHAR2 DEFAULT NULL,
33   x_attribute13         IN VARCHAR2 DEFAULT NULL,
34   x_attribute14         IN VARCHAR2 DEFAULT NULL,
35   x_attribute15         IN VARCHAR2 DEFAULT NULL,
36   x_attribute16         IN VARCHAR2 DEFAULT NULL,
37   x_attribute17         IN VARCHAR2 DEFAULT NULL,
38   x_attribute18         IN VARCHAR2 DEFAULT NULL,
39   x_attribute19         IN VARCHAR2 DEFAULT NULL,
40   x_attribute20         IN VARCHAR2 DEFAULT NULL,
41   x_region_cd           IN VARCHAR2 DEFAULT NULL,
42   X_MODE in VARCHAR2 default 'R'
43   );
44 procedure LOCK_ROW (
45   X_ROWID in VARCHAR2,
46   X_PE_PERSON_ID in NUMBER,
47   X_API_PERSON_ID in VARCHAR2,
48   X_API_PERSON_ID_UF IN VARCHAR2 DEFAULT NULL,
49   X_PERSON_ID_TYPE in VARCHAR2,
50   X_START_DT in DATE,
51   X_END_DT in DATE,
52   x_attribute_category  IN VARCHAR2 DEFAULT NULL,
53   x_attribute1          IN VARCHAR2 DEFAULT NULL,
54   x_attribute2          IN VARCHAR2 DEFAULT NULL,
55   x_attribute3          IN VARCHAR2 DEFAULT NULL,
56   x_attribute4          IN VARCHAR2 DEFAULT NULL,
57   x_attribute5          IN VARCHAR2 DEFAULT NULL,
58   x_attribute6          IN VARCHAR2 DEFAULT NULL,
59   x_attribute7          IN VARCHAR2 DEFAULT NULL,
60   x_attribute8          IN VARCHAR2 DEFAULT NULL,
61   x_attribute9          IN VARCHAR2 DEFAULT NULL,
62   x_attribute10         IN VARCHAR2 DEFAULT NULL,
63   x_attribute11         IN VARCHAR2 DEFAULT NULL,
64   x_attribute12         IN VARCHAR2 DEFAULT NULL,
65   x_attribute13         IN VARCHAR2 DEFAULT NULL,
66   x_attribute14         IN VARCHAR2 DEFAULT NULL,
67   x_attribute15         IN VARCHAR2 DEFAULT NULL,
68   x_attribute16         IN VARCHAR2 DEFAULT NULL,
69   x_attribute17         IN VARCHAR2 DEFAULT NULL,
70   x_attribute18         IN VARCHAR2 DEFAULT NULL,
71   x_attribute19         IN VARCHAR2 DEFAULT NULL,
72   x_attribute20         IN VARCHAR2 DEFAULT NULL,
73   x_region_cd           IN VARCHAR2 DEFAULT NULL
74 );
75 procedure UPDATE_ROW (
76   X_ROWID in VARCHAR2,
77   X_PE_PERSON_ID in NUMBER,
78   X_API_PERSON_ID in VARCHAR2,
79   X_API_PERSON_ID_UF in VARCHAR2 DEFAULT NULL,
80   X_PERSON_ID_TYPE in VARCHAR2,
81   X_START_DT in DATE,
82   X_END_DT in DATE,
83   x_attribute_category  IN VARCHAR2 DEFAULT NULL,
84   x_attribute1          IN VARCHAR2 DEFAULT NULL,
85   x_attribute2          IN VARCHAR2 DEFAULT NULL,
86   x_attribute3          IN VARCHAR2 DEFAULT NULL,
87   x_attribute4          IN VARCHAR2 DEFAULT NULL,
88   x_attribute5          IN VARCHAR2 DEFAULT NULL,
89   x_attribute6          IN VARCHAR2 DEFAULT NULL,
90   x_attribute7          IN VARCHAR2 DEFAULT NULL,
91   x_attribute8          IN VARCHAR2 DEFAULT NULL,
92   x_attribute9          IN VARCHAR2 DEFAULT NULL,
93   x_attribute10         IN VARCHAR2 DEFAULT NULL,
94   x_attribute11         IN VARCHAR2 DEFAULT NULL,
95   x_attribute12         IN VARCHAR2 DEFAULT NULL,
96   x_attribute13         IN VARCHAR2 DEFAULT NULL,
97   x_attribute14         IN VARCHAR2 DEFAULT NULL,
98   x_attribute15         IN VARCHAR2 DEFAULT NULL,
99   x_attribute16         IN VARCHAR2 DEFAULT NULL,
100   x_attribute17         IN VARCHAR2 DEFAULT NULL,
101   x_attribute18         IN VARCHAR2 DEFAULT NULL,
102   x_attribute19         IN VARCHAR2 DEFAULT NULL,
103   x_attribute20         IN VARCHAR2 DEFAULT NULL,
104   x_region_cd           IN VARCHAR2 DEFAULT NULL,
105   X_MODE in VARCHAR2 default 'R'
106   );
107 procedure ADD_ROW (
108   X_ROWID in out NOCOPY VARCHAR2,
109   X_PE_PERSON_ID in NUMBER,
110   X_API_PERSON_ID in VARCHAR2,
111   X_API_PERSON_ID_UF IN VARCHAR2 DEFAULT NULL,
112   X_PERSON_ID_TYPE in VARCHAR2,
113   X_START_DT in DATE,
114   X_END_DT in DATE,
115   x_attribute_category  IN VARCHAR2 DEFAULT NULL,
116   x_attribute1          IN VARCHAR2 DEFAULT NULL,
117   x_attribute2          IN VARCHAR2 DEFAULT NULL,
118   x_attribute3          IN VARCHAR2 DEFAULT NULL,
119   x_attribute4          IN VARCHAR2 DEFAULT NULL,
120   x_attribute5          IN VARCHAR2 DEFAULT NULL,
121   x_attribute6          IN VARCHAR2 DEFAULT NULL,
122   x_attribute7          IN VARCHAR2 DEFAULT NULL,
123   x_attribute8          IN VARCHAR2 DEFAULT NULL,
124   x_attribute9          IN VARCHAR2 DEFAULT NULL,
125   x_attribute10         IN VARCHAR2 DEFAULT NULL,
126   x_attribute11         IN VARCHAR2 DEFAULT NULL,
127   x_attribute12         IN VARCHAR2 DEFAULT NULL,
128   x_attribute13         IN VARCHAR2 DEFAULT NULL,
129   x_attribute14         IN VARCHAR2 DEFAULT NULL,
130   x_attribute15         IN VARCHAR2 DEFAULT NULL,
131   x_attribute16         IN VARCHAR2 DEFAULT NULL,
132   x_attribute17         IN VARCHAR2 DEFAULT NULL,
133   x_attribute18         IN VARCHAR2 DEFAULT NULL,
134   x_attribute19         IN VARCHAR2 DEFAULT NULL,
135   x_attribute20         IN VARCHAR2 DEFAULT NULL,
136   x_region_cd           IN VARCHAR2 DEFAULT NULL,
137   X_MODE in VARCHAR2 default 'R'
138   );
139 procedure DELETE_ROW (
140   X_ROWID in VARCHAR2,
141   x_mode IN VARCHAR2 DEFAULT 'R'
142 );
143    FUNCTION Get_PK_For_Validation (
144     x_pe_person_id IN NUMBER,
145     x_api_person_id IN VARCHAR2,
146     x_person_id_type IN VARCHAR2,
147     x_start_dt IN DATE
148     ) RETURN BOOLEAN ;
149 
150   PROCEDURE GET_FK_IGS_PE_PERSON (
151     x_person_id IN VARCHAR2
152     );
153 
154   PROCEDURE Check_Constraints (
155  Column_Name	IN	VARCHAR2	DEFAULT NULL,
156  Column_Value 	IN	VARCHAR2	DEFAULT NULL
157  );
158 
159  PROCEDURE Before_DML (
160     p_action IN VARCHAR2,
161     x_rowid IN VARCHAR2 DEFAULT NULL,
162     x_pe_person_id IN NUMBER DEFAULT NULL,
163     x_api_person_id IN VARCHAR2 DEFAULT NULL,
164     X_API_PERSON_ID_UF IN VARCHAR2 DEFAULT NULL,
165     x_person_id_type IN VARCHAR2 DEFAULT NULL,
166     x_start_dt IN DATE DEFAULT NULL,
167     x_end_dt IN DATE DEFAULT NULL,
168   x_attribute_category  IN VARCHAR2 DEFAULT NULL,
169   x_attribute1          IN VARCHAR2 DEFAULT NULL,
170   x_attribute2          IN VARCHAR2 DEFAULT NULL,
171   x_attribute3          IN VARCHAR2 DEFAULT NULL,
172   x_attribute4          IN VARCHAR2 DEFAULT NULL,
173   x_attribute5          IN VARCHAR2 DEFAULT NULL,
174   x_attribute6          IN VARCHAR2 DEFAULT NULL,
175   x_attribute7          IN VARCHAR2 DEFAULT NULL,
176   x_attribute8          IN VARCHAR2 DEFAULT NULL,
177   x_attribute9          IN VARCHAR2 DEFAULT NULL,
178   x_attribute10         IN VARCHAR2 DEFAULT NULL,
179   x_attribute11         IN VARCHAR2 DEFAULT NULL,
180   x_attribute12         IN VARCHAR2 DEFAULT NULL,
181   x_attribute13         IN VARCHAR2 DEFAULT NULL,
182   x_attribute14         IN VARCHAR2 DEFAULT NULL,
183   x_attribute15         IN VARCHAR2 DEFAULT NULL,
184   x_attribute16         IN VARCHAR2 DEFAULT NULL,
185   x_attribute17         IN VARCHAR2 DEFAULT NULL,
186   x_attribute18         IN VARCHAR2 DEFAULT NULL,
187   x_attribute19         IN VARCHAR2 DEFAULT NULL,
188   x_attribute20         IN VARCHAR2 DEFAULT NULL,
189   x_region_cd           IN VARCHAR2 DEFAULT NULL,
190   x_creation_date       IN DATE DEFAULT NULL,
191   x_created_by          IN NUMBER DEFAULT NULL,
192   x_last_update_date    IN DATE DEFAULT NULL,
193   x_last_updated_by     IN NUMBER DEFAULT NULL,
194   x_last_update_login   IN NUMBER DEFAULT NULL
195   );
196 
197 end IGS_PE_ALT_PERS_ID_PKG;