DBA Data[Home] [Help]

PACKAGE: APPS.QP_QP_FORM_CON

Source


1 PACKAGE QP_QP_Form_Con AS
2 /* $Header: QPXFCONS.pls 120.1 2005/06/13 00:23:11 appldev  $ */
3 
4 --  Procedure : Default_Attributes
5 --
6 
7 PROCEDURE Default_Attributes
8 (   x_return_status                 OUT NOCOPY /* file.sql.39 change */ VARCHAR2
9 ,   x_msg_count                     OUT NOCOPY /* file.sql.39 change */ NUMBER
10 ,   x_msg_data                      OUT NOCOPY /* file.sql.39 change */ VARCHAR2
11 ,   x_attribute1                    OUT NOCOPY /* file.sql.39 change */ VARCHAR2
12 ,   x_attribute10                   OUT NOCOPY /* file.sql.39 change */ VARCHAR2
13 ,   x_attribute11                   OUT NOCOPY /* file.sql.39 change */ VARCHAR2
14 ,   x_attribute12                   OUT NOCOPY /* file.sql.39 change */ VARCHAR2
15 ,   x_attribute13                   OUT NOCOPY /* file.sql.39 change */ VARCHAR2
16 ,   x_attribute14                   OUT NOCOPY /* file.sql.39 change */ VARCHAR2
17 ,   x_attribute15                   OUT NOCOPY /* file.sql.39 change */ VARCHAR2
18 ,   x_attribute2                    OUT NOCOPY /* file.sql.39 change */ VARCHAR2
19 ,   x_attribute3                    OUT NOCOPY /* file.sql.39 change */ VARCHAR2
20 ,   x_attribute4                    OUT NOCOPY /* file.sql.39 change */ VARCHAR2
21 ,   x_attribute5                    OUT NOCOPY /* file.sql.39 change */ VARCHAR2
22 ,   x_attribute6                    OUT NOCOPY /* file.sql.39 change */ VARCHAR2
23 ,   x_attribute7                    OUT NOCOPY /* file.sql.39 change */ VARCHAR2
24 ,   x_attribute8                    OUT NOCOPY /* file.sql.39 change */ VARCHAR2
25 ,   x_attribute9                    OUT NOCOPY /* file.sql.39 change */ VARCHAR2
26 ,   x_context                       OUT NOCOPY /* file.sql.39 change */ VARCHAR2
27 ,   x_enabled_flag                  OUT NOCOPY /* file.sql.39 change */ VARCHAR2
28 ,   x_prc_context_code              OUT NOCOPY /* file.sql.39 change */ VARCHAR2
29 ,   x_prc_context_id                OUT NOCOPY /* file.sql.39 change */ NUMBER
30 ,   x_prc_context_type              OUT NOCOPY /* file.sql.39 change */ VARCHAR2
31 ,   x_seeded_description            OUT NOCOPY /* file.sql.39 change */ VARCHAR2
32 ,   x_seeded_flag                   OUT NOCOPY /* file.sql.39 change */ VARCHAR2
33 ,   x_seeded_prc_context_name       OUT NOCOPY /* file.sql.39 change */ VARCHAR2
34 ,   x_user_description              OUT NOCOPY /* file.sql.39 change */ VARCHAR2
35 ,   x_user_prc_context_name         OUT NOCOPY /* file.sql.39 change */ VARCHAR2
36 ,   x_enabled                       OUT NOCOPY /* file.sql.39 change */ VARCHAR2
37 ,   x_prc_context                   OUT NOCOPY /* file.sql.39 change */ VARCHAR2
38 ,   x_seeded                        OUT NOCOPY /* file.sql.39 change */ VARCHAR2
39 );
40 
41 --  Procedure   :   Change_Attribute
42 --
43 
44 PROCEDURE Change_Attribute
45 (   x_return_status                 OUT NOCOPY /* file.sql.39 change */ VARCHAR2
46 ,   x_msg_count                     OUT NOCOPY /* file.sql.39 change */ NUMBER
47 ,   x_msg_data                      OUT NOCOPY /* file.sql.39 change */ VARCHAR2
48 ,   p_prc_context_id                IN  NUMBER
49 ,   p_attr_id                       IN  NUMBER
50 ,   p_attr_value                    IN  VARCHAR2
51 ,   p_attribute1                    IN  VARCHAR2
52 ,   p_attribute10                   IN  VARCHAR2
53 ,   p_attribute11                   IN  VARCHAR2
54 ,   p_attribute12                   IN  VARCHAR2
55 ,   p_attribute13                   IN  VARCHAR2
56 ,   p_attribute14                   IN  VARCHAR2
57 ,   p_attribute15                   IN  VARCHAR2
58 ,   p_attribute2                    IN  VARCHAR2
59 ,   p_attribute3                    IN  VARCHAR2
60 ,   p_attribute4                    IN  VARCHAR2
61 ,   p_attribute5                    IN  VARCHAR2
62 ,   p_attribute6                    IN  VARCHAR2
63 ,   p_attribute7                    IN  VARCHAR2
64 ,   p_attribute8                    IN  VARCHAR2
65 ,   p_attribute9                    IN  VARCHAR2
66 ,   p_context                       IN  VARCHAR2
67 ,   x_attribute1                    OUT NOCOPY /* file.sql.39 change */ VARCHAR2
68 ,   x_attribute10                   OUT NOCOPY /* file.sql.39 change */ VARCHAR2
69 ,   x_attribute11                   OUT NOCOPY /* file.sql.39 change */ VARCHAR2
70 ,   x_attribute12                   OUT NOCOPY /* file.sql.39 change */ VARCHAR2
71 ,   x_attribute13                   OUT NOCOPY /* file.sql.39 change */ VARCHAR2
72 ,   x_attribute14                   OUT NOCOPY /* file.sql.39 change */ VARCHAR2
73 ,   x_attribute15                   OUT NOCOPY /* file.sql.39 change */ VARCHAR2
74 ,   x_attribute2                    OUT NOCOPY /* file.sql.39 change */ VARCHAR2
75 ,   x_attribute3                    OUT NOCOPY /* file.sql.39 change */ VARCHAR2
76 ,   x_attribute4                    OUT NOCOPY /* file.sql.39 change */ VARCHAR2
77 ,   x_attribute5                    OUT NOCOPY /* file.sql.39 change */ VARCHAR2
78 ,   x_attribute6                    OUT NOCOPY /* file.sql.39 change */ VARCHAR2
79 ,   x_attribute7                    OUT NOCOPY /* file.sql.39 change */ VARCHAR2
80 ,   x_attribute8                    OUT NOCOPY /* file.sql.39 change */ VARCHAR2
81 ,   x_attribute9                    OUT NOCOPY /* file.sql.39 change */ VARCHAR2
82 ,   x_context                       OUT NOCOPY /* file.sql.39 change */ VARCHAR2
83 ,   x_enabled_flag                  OUT NOCOPY /* file.sql.39 change */ VARCHAR2
84 ,   x_prc_context_code              OUT NOCOPY /* file.sql.39 change */ VARCHAR2
85 ,   x_prc_context_id                OUT NOCOPY /* file.sql.39 change */ NUMBER
86 ,   x_prc_context_type              OUT NOCOPY /* file.sql.39 change */ VARCHAR2
87 ,   x_seeded_description            OUT NOCOPY /* file.sql.39 change */ VARCHAR2
88 ,   x_seeded_flag                   OUT NOCOPY /* file.sql.39 change */ VARCHAR2
89 ,   x_seeded_prc_context_name       OUT NOCOPY /* file.sql.39 change */ VARCHAR2
90 ,   x_user_description              OUT NOCOPY /* file.sql.39 change */ VARCHAR2
91 ,   x_user_prc_context_name         OUT NOCOPY /* file.sql.39 change */ VARCHAR2
92 ,   x_enabled                       OUT NOCOPY /* file.sql.39 change */ VARCHAR2
93 ,   x_prc_context                   OUT NOCOPY /* file.sql.39 change */ VARCHAR2
94 ,   x_seeded                        OUT NOCOPY /* file.sql.39 change */ VARCHAR2
95 );
96 
97 --  Procedure       Validate_And_Write
98 --
99 
100 PROCEDURE Validate_And_Write
101 (   x_return_status                 OUT NOCOPY /* file.sql.39 change */ VARCHAR2
102 ,   x_msg_count                     OUT NOCOPY /* file.sql.39 change */ NUMBER
103 ,   x_msg_data                      OUT NOCOPY /* file.sql.39 change */ VARCHAR2
104 ,   p_prc_context_id                IN  NUMBER
105 ,   x_creation_date                 OUT NOCOPY /* file.sql.39 change */ DATE
106 ,   x_created_by                    OUT NOCOPY /* file.sql.39 change */ NUMBER
107 ,   x_last_update_date              OUT NOCOPY /* file.sql.39 change */ DATE
108 ,   x_last_updated_by               OUT NOCOPY /* file.sql.39 change */ NUMBER
109 ,   x_last_update_login             OUT NOCOPY /* file.sql.39 change */ NUMBER
110 );
111 
112 --  Procedure       Delete_Row
113 --
114 
115 PROCEDURE Delete_Row
116 (   x_return_status                 OUT NOCOPY /* file.sql.39 change */ VARCHAR2
117 ,   x_msg_count                     OUT NOCOPY /* file.sql.39 change */ NUMBER
118 ,   x_msg_data                      OUT NOCOPY /* file.sql.39 change */ VARCHAR2
119 ,   p_prc_context_id                IN  NUMBER
120 );
121 
122 --  Procedure       Process_Entity
123 --
124 
125 PROCEDURE Process_Entity
126 (   x_return_status                 OUT NOCOPY /* file.sql.39 change */ VARCHAR2
127 ,   x_msg_count                     OUT NOCOPY /* file.sql.39 change */ NUMBER
128 ,   x_msg_data                      OUT NOCOPY /* file.sql.39 change */ VARCHAR2
129 );
130 
131 --  Procedure       Process_Object
132 --
133 
134 PROCEDURE Process_Object
135 (   x_return_status                 OUT NOCOPY /* file.sql.39 change */ VARCHAR2
136 ,   x_msg_count                     OUT NOCOPY /* file.sql.39 change */ NUMBER
137 ,   x_msg_data                      OUT NOCOPY /* file.sql.39 change */ VARCHAR2
138 );
139 
140 --  Procedure       lock_Row
141 --
142 
143 PROCEDURE Lock_Row
144 (   x_return_status                 OUT NOCOPY /* file.sql.39 change */ VARCHAR2
145 ,   x_msg_count                     OUT NOCOPY /* file.sql.39 change */ NUMBER
146 ,   x_msg_data                      OUT NOCOPY /* file.sql.39 change */ VARCHAR2
147 ,   p_attribute1                    IN  VARCHAR2
148 ,   p_attribute10                   IN  VARCHAR2
149 ,   p_attribute11                   IN  VARCHAR2
150 ,   p_attribute12                   IN  VARCHAR2
151 ,   p_attribute13                   IN  VARCHAR2
152 ,   p_attribute14                   IN  VARCHAR2
153 ,   p_attribute15                   IN  VARCHAR2
154 ,   p_attribute2                    IN  VARCHAR2
155 ,   p_attribute3                    IN  VARCHAR2
156 ,   p_attribute4                    IN  VARCHAR2
157 ,   p_attribute5                    IN  VARCHAR2
158 ,   p_attribute6                    IN  VARCHAR2
159 ,   p_attribute7                    IN  VARCHAR2
160 ,   p_attribute8                    IN  VARCHAR2
161 ,   p_attribute9                    IN  VARCHAR2
162 ,   p_context                       IN  VARCHAR2
163 ,   p_created_by                    IN  NUMBER
164 ,   p_creation_date                 IN  DATE
165 ,   p_enabled_flag                  IN  VARCHAR2
166 ,   p_last_updated_by               IN  NUMBER
167 ,   p_last_update_date              IN  DATE
168 ,   p_last_update_login             IN  NUMBER
169 ,   p_prc_context_code              IN  VARCHAR2
170 ,   p_prc_context_id                IN  NUMBER
171 ,   p_prc_context_type              IN  VARCHAR2
172 ,   p_program_application_id        IN  NUMBER
173 ,   p_program_id                    IN  NUMBER
174 ,   p_program_update_date           IN  DATE
175 ,   p_seeded_description            IN  VARCHAR2
176 ,   p_seeded_flag                   IN  VARCHAR2
177 ,   p_seeded_prc_context_name       IN  VARCHAR2
178 ,   p_user_description              IN  VARCHAR2
179 ,   p_user_prc_context_name         IN  VARCHAR2
180 );
181 
182 END QP_QP_Form_Con;