DBA Data[Home] [Help]

APPS.POS_USER_REG_HELPER_PKG dependencies on FND_REGISTRATION_PKG

Line 105: l_registration_id := fnd_registration_pkg.insert_fnd_reg

101:
102: -- FP of the bug 16390037
103: -- Add p_language_code parameter to the below call
104:
105: l_registration_id := fnd_registration_pkg.insert_fnd_reg
106: (
107: p_application_id => l_app_id,
108: p_party_id => NULL,
109: p_registration_type => l_reg_type,

Line 137: fnd_registration_pkg.insert_fnd_reg_details

133: -- create details rows similar to the invite supplier user UI
134: -- Note: some rows are created with null values as in the UI
135: -- Dont think it matters but just to be consistent
136:
137: fnd_registration_pkg.insert_fnd_reg_details
138: (
139: p_registration_id => l_registration_id,
140: p_application_id => l_app_id,
141: p_registration_type => l_reg_type,

Line 153: fnd_registration_pkg.insert_fnd_reg_details

149:
150: -- FP of the bug 16390037
151: -- pass p_vendor_id as parameter
152:
153: fnd_registration_pkg.insert_fnd_reg_details
154: (
155: p_registration_id => l_registration_id,
156: p_application_id => l_app_id,
157: p_registration_type => l_reg_type,

Line 166: fnd_registration_pkg.insert_fnd_reg_details

162: p_field_value_number => p_vendor_id,
163: p_field_value_date => NULL
164: );
165:
166: fnd_registration_pkg.insert_fnd_reg_details
167: (
168: p_registration_id => l_registration_id,
169: p_application_id => l_app_id,
170: p_registration_type => l_reg_type,

Line 179: fnd_registration_pkg.insert_fnd_reg_details

175: p_field_value_number => NULL,
176: p_field_value_date => NULL
177: );
178:
179: fnd_registration_pkg.insert_fnd_reg_details
180: (
181: p_registration_id => l_registration_id,
182: p_application_id => l_app_id,
183: p_registration_type => l_reg_type,

Line 192: fnd_registration_pkg.insert_fnd_reg_details

188: p_field_value_number => NULL,
189: p_field_value_date => NULL
190: );
191:
192: fnd_registration_pkg.insert_fnd_reg_details
193: (
194: p_registration_id => l_registration_id,
195: p_application_id => l_app_id,
196: p_registration_type => l_reg_type,

Line 205: fnd_registration_pkg.insert_fnd_reg_details

201: p_field_value_number => NULL,
202: p_field_value_date => NULL
203: );
204:
205: fnd_registration_pkg.insert_fnd_reg_details
206: (
207: p_registration_id => l_registration_id,
208: p_application_id => l_app_id,
209: p_registration_type => l_reg_type,

Line 218: fnd_registration_pkg.insert_fnd_reg_details

214: p_field_value_number => NULL,
215: p_field_value_date => NULL
216: );
217:
218: fnd_registration_pkg.insert_fnd_reg_details
219: (
220: p_registration_id => l_registration_id,
221: p_application_id => l_app_id,
222: p_registration_type => l_reg_type,

Line 231: fnd_registration_pkg.insert_fnd_reg_details

227: p_field_value_number => NULL,
228: p_field_value_date => NULL
229: );
230:
231: fnd_registration_pkg.insert_fnd_reg_details
232: (
233: p_registration_id => l_registration_id,
234: p_application_id => l_app_id,
235: p_registration_type => l_reg_type,

Line 244: fnd_registration_pkg.insert_fnd_reg_details

240: p_field_value_number => NULL,
241: p_field_value_date => NULL
242: );
243:
244: fnd_registration_pkg.insert_fnd_reg_details
245: (
246: p_registration_id => l_registration_id,
247: p_application_id => l_app_id,
248: p_registration_type => l_reg_type,

Line 257: fnd_registration_pkg.insert_fnd_reg_details

253: p_field_value_number => NULL,
254: p_field_value_date => NULL
255: );
256:
257: fnd_registration_pkg.insert_fnd_reg_details
258: (
259: p_registration_id => l_registration_id,
260: p_application_id => l_app_id,
261: p_registration_type => l_reg_type,

Line 270: fnd_registration_pkg.insert_fnd_reg_details

266: p_field_value_number => fnd_global.user_id,
267: p_field_value_date => NULL
268: );
269:
270: fnd_registration_pkg.insert_fnd_reg_details
271: (
272: p_registration_id => l_registration_id,
273: p_application_id => l_app_id,
274: p_registration_type => l_reg_type,