DBA Data[Home] [Help]

APPS.HZ_CUST_ACCOUNT_ROLE_V2PUB dependencies on FND_API

Line 100: * FND_API.G_TRUE. Default is FND_API.G_FALSE.

96: *
97: * ARGUMENTS
98: * IN:
99: * p_init_msg_list Initialize message stack if it is set to
100: * FND_API.G_TRUE. Default is FND_API.G_FALSE.
101: * p_cust_account_role_rec Customer account role record.
102: * IN/OUT:
103: * OUT:
104: * x_cust_account_role_id Customer account role ID.

Line 106: * be FND_API.G_RET_STS_SUCCESS (success),

102: * IN/OUT:
103: * OUT:
104: * x_cust_account_role_id Customer account role ID.
105: * x_return_status Return status after the call. The status can
106: * be FND_API.G_RET_STS_SUCCESS (success),
107: * FND_API.G_RET_STS_ERROR (error),
108: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
109: * x_msg_count Number of messages in message stack.
110: * x_msg_data Message text if x_msg_count is 1.

Line 107: * FND_API.G_RET_STS_ERROR (error),

103: * OUT:
104: * x_cust_account_role_id Customer account role ID.
105: * x_return_status Return status after the call. The status can
106: * be FND_API.G_RET_STS_SUCCESS (success),
107: * FND_API.G_RET_STS_ERROR (error),
108: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
109: * x_msg_count Number of messages in message stack.
110: * x_msg_data Message text if x_msg_count is 1.
111: *

Line 108: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).

104: * x_cust_account_role_id Customer account role ID.
105: * x_return_status Return status after the call. The status can
106: * be FND_API.G_RET_STS_SUCCESS (success),
107: * FND_API.G_RET_STS_ERROR (error),
108: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
109: * x_msg_count Number of messages in message stack.
110: * x_msg_data Message text if x_msg_count is 1.
111: *
112: * NOTES

Line 135: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,

131: * @rep:businessevent oracle.apps.ar.hz.CustAccountRole.create
132: * @rep:doccd 120hztig.pdf Customer Account Role APIs, Oracle Trading Community Architecture Technical Implementation Guide
133: */
134: PROCEDURE create_cust_account_role (
135: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
136: p_cust_account_role_rec IN CUST_ACCOUNT_ROLE_REC_TYPE,
137: x_cust_account_role_id OUT NOCOPY NUMBER,
138: x_return_status OUT NOCOPY VARCHAR2,
139: x_msg_count OUT NOCOPY NUMBER,

Line 154: * FND_API.G_TRUE. Default is FND_API.G_FALSE.

150: *
151: * ARGUMENTS
152: * IN:
153: * p_init_msg_list Initialize message stack if it is set to
154: * FND_API.G_TRUE. Default is FND_API.G_FALSE.
155: * p_cust_account_role_rec Customer account role record.
156: * IN/OUT:
157: * p_object_version_number Used for locking the being updated record.
158: * OUT:

Line 160: * be FND_API.G_RET_STS_SUCCESS (success),

156: * IN/OUT:
157: * p_object_version_number Used for locking the being updated record.
158: * OUT:
159: * x_return_status Return status after the call. The status can
160: * be FND_API.G_RET_STS_SUCCESS (success),
161: * FND_API.G_RET_STS_ERROR (error),
162: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
163: * x_msg_count Number of messages in message stack.
164: * x_msg_data Message text if x_msg_count is 1.

Line 161: * FND_API.G_RET_STS_ERROR (error),

157: * p_object_version_number Used for locking the being updated record.
158: * OUT:
159: * x_return_status Return status after the call. The status can
160: * be FND_API.G_RET_STS_SUCCESS (success),
161: * FND_API.G_RET_STS_ERROR (error),
162: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
163: * x_msg_count Number of messages in message stack.
164: * x_msg_data Message text if x_msg_count is 1.
165: *

Line 162: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).

158: * OUT:
159: * x_return_status Return status after the call. The status can
160: * be FND_API.G_RET_STS_SUCCESS (success),
161: * FND_API.G_RET_STS_ERROR (error),
162: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
163: * x_msg_count Number of messages in message stack.
164: * x_msg_data Message text if x_msg_count is 1.
165: *
166: * NOTES

Line 187: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,

183: * @rep:businessevent oracle.apps.ar.hz.CustAccountRole.update
184: * @rep:doccd 120hztig.pdf Customer Account Role APIs, Oracle Trading Community Architecture Technical Implementation Guide
185: */
186: PROCEDURE update_cust_account_role (
187: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
188: p_cust_account_role_rec IN CUST_ACCOUNT_ROLE_REC_TYPE,
189: p_object_version_number IN OUT NOCOPY NUMBER,
190: x_return_status OUT NOCOPY VARCHAR2,
191: x_msg_count OUT NOCOPY NUMBER,

Line 206: * FND_API.G_TRUE. Default is FND_API.G_FALSE.

202: *
203: * ARGUMENTS
204: * IN:
205: * p_init_msg_list Initialize message stack if it is set to
206: * FND_API.G_TRUE. Default is FND_API.G_FALSE.
207: * p_cust_account_role_id Customer account role id.
208: * IN/OUT:
209: * OUT:
210: * x_cust_account_role_rec Returned customer account role record.

Line 212: * be FND_API.G_RET_STS_SUCCESS (success),

208: * IN/OUT:
209: * OUT:
210: * x_cust_account_role_rec Returned customer account role record.
211: * x_return_status Return status after the call. The status can
212: * be FND_API.G_RET_STS_SUCCESS (success),
213: * FND_API.G_RET_STS_ERROR (error),
214: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
215: * x_msg_count Number of messages in message stack.
216: * x_msg_data Message text if x_msg_count is 1.

Line 213: * FND_API.G_RET_STS_ERROR (error),

209: * OUT:
210: * x_cust_account_role_rec Returned customer account role record.
211: * x_return_status Return status after the call. The status can
212: * be FND_API.G_RET_STS_SUCCESS (success),
213: * FND_API.G_RET_STS_ERROR (error),
214: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
215: * x_msg_count Number of messages in message stack.
216: * x_msg_data Message text if x_msg_count is 1.
217: *

Line 214: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).

210: * x_cust_account_role_rec Returned customer account role record.
211: * x_return_status Return status after the call. The status can
212: * be FND_API.G_RET_STS_SUCCESS (success),
213: * FND_API.G_RET_STS_ERROR (error),
214: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
215: * x_msg_count Number of messages in message stack.
216: * x_msg_data Message text if x_msg_count is 1.
217: *
218: * NOTES

Line 227: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,

223: *
224: */
225:
226: PROCEDURE get_cust_account_role_rec (
227: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
228: p_cust_account_role_id IN NUMBER,
229: x_cust_account_role_rec OUT NOCOPY CUST_ACCOUNT_ROLE_REC_TYPE,
230: x_return_status OUT NOCOPY VARCHAR2,
231: x_msg_count OUT NOCOPY NUMBER,

Line 246: * FND_API.G_TRUE. Default is FND_API.G_FALSE.

242: *
243: * ARGUMENTS
244: * IN:
245: * p_init_msg_list Initialize message stack if it is set to
246: * FND_API.G_TRUE. Default is FND_API.G_FALSE.
247: * p_role_responsibility_rec Customer account role responsibility record.
248: * IN/OUT:
249: * OUT:
250: * x_responsibility_id Role responsibility ID.

Line 252: * be FND_API.G_RET_STS_SUCCESS (success),

248: * IN/OUT:
249: * OUT:
250: * x_responsibility_id Role responsibility ID.
251: * x_return_status Return status after the call. The status can
252: * be FND_API.G_RET_STS_SUCCESS (success),
253: * FND_API.G_RET_STS_ERROR (error),
254: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
255: * x_msg_count Number of messages in message stack.
256: * x_msg_data Message text if x_msg_count is 1.

Line 253: * FND_API.G_RET_STS_ERROR (error),

249: * OUT:
250: * x_responsibility_id Role responsibility ID.
251: * x_return_status Return status after the call. The status can
252: * be FND_API.G_RET_STS_SUCCESS (success),
253: * FND_API.G_RET_STS_ERROR (error),
254: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
255: * x_msg_count Number of messages in message stack.
256: * x_msg_data Message text if x_msg_count is 1.
257: *

Line 254: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).

250: * x_responsibility_id Role responsibility ID.
251: * x_return_status Return status after the call. The status can
252: * be FND_API.G_RET_STS_SUCCESS (success),
253: * FND_API.G_RET_STS_ERROR (error),
254: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
255: * x_msg_count Number of messages in message stack.
256: * x_msg_data Message text if x_msg_count is 1.
257: *
258: * NOTES

Line 276: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,

272: * @rep:businessevent oracle.apps.ar.hz.RoleResponsibility.create
273: * @rep:doccd 120hztig.pdf Customer Account Role APIs, Oracle Trading Community Architecture Technical Implementation Guide
274: */
275: PROCEDURE create_role_responsibility (
276: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
277: p_role_responsibility_rec IN ROLE_RESPONSIBILITY_REC_TYPE,
278: x_responsibility_id OUT NOCOPY NUMBER,
279: x_return_status OUT NOCOPY VARCHAR2,
280: x_msg_count OUT NOCOPY NUMBER,

Line 295: * FND_API.G_TRUE. Default is FND_API.G_FALSE.

291: *
292: * ARGUMENTS
293: * IN:
294: * p_init_msg_list Initialize message stack if it is set to
295: * FND_API.G_TRUE. Default is FND_API.G_FALSE.
296: * p_role_responsibility_rec Customer account role responsibility record.
297: * IN/OUT:
298: * p_object_version_number Used for locking the being updated record.
299: * OUT:

Line 301: * be FND_API.G_RET_STS_SUCCESS (success),

297: * IN/OUT:
298: * p_object_version_number Used for locking the being updated record.
299: * OUT:
300: * x_return_status Return status after the call. The status can
301: * be FND_API.G_RET_STS_SUCCESS (success),
302: * FND_API.G_RET_STS_ERROR (error),
303: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
304: * x_msg_count Number of messages in message stack.
305: * x_msg_data Message text if x_msg_count is 1.

Line 302: * FND_API.G_RET_STS_ERROR (error),

298: * p_object_version_number Used for locking the being updated record.
299: * OUT:
300: * x_return_status Return status after the call. The status can
301: * be FND_API.G_RET_STS_SUCCESS (success),
302: * FND_API.G_RET_STS_ERROR (error),
303: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
304: * x_msg_count Number of messages in message stack.
305: * x_msg_data Message text if x_msg_count is 1.
306: *

Line 303: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).

299: * OUT:
300: * x_return_status Return status after the call. The status can
301: * be FND_API.G_RET_STS_SUCCESS (success),
302: * FND_API.G_RET_STS_ERROR (error),
303: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
304: * x_msg_count Number of messages in message stack.
305: * x_msg_data Message text if x_msg_count is 1.
306: *
307: * NOTES

Line 325: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,

321: * @rep:businessevent oracle.apps.ar.hz.RoleResponsibility.update
322: * @rep:doccd 120hztig.pdf Customer Account Role APIs, Oracle Trading Community Architecture Technical Implementation Guide
323: */
324: PROCEDURE update_role_responsibility (
325: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
326: p_role_responsibility_rec IN ROLE_RESPONSIBILITY_REC_TYPE,
327: p_object_version_number IN OUT NOCOPY NUMBER,
328: x_return_status OUT NOCOPY VARCHAR2,
329: x_msg_count OUT NOCOPY NUMBER,

Line 344: * FND_API.G_TRUE. Default is FND_API.G_FALSE.

340: *
341: * ARGUMENTS
342: * IN:
343: * p_init_msg_list Initialize message stack if it is set to
344: * FND_API.G_TRUE. Default is FND_API.G_FALSE.
345: * p_responsibility_id Role responsibility ID.
346: * IN/OUT:
347: * OUT:
348: * x_role_responsibility_rec Returned customer account role responsibility record.

Line 350: * be FND_API.G_RET_STS_SUCCESS (success),

346: * IN/OUT:
347: * OUT:
348: * x_role_responsibility_rec Returned customer account role responsibility record.
349: * x_return_status Return status after the call. The status can
350: * be FND_API.G_RET_STS_SUCCESS (success),
351: * FND_API.G_RET_STS_ERROR (error),
352: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
353: * x_msg_count Number of messages in message stack.
354: * x_msg_data Message text if x_msg_count is 1.

Line 351: * FND_API.G_RET_STS_ERROR (error),

347: * OUT:
348: * x_role_responsibility_rec Returned customer account role responsibility record.
349: * x_return_status Return status after the call. The status can
350: * be FND_API.G_RET_STS_SUCCESS (success),
351: * FND_API.G_RET_STS_ERROR (error),
352: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
353: * x_msg_count Number of messages in message stack.
354: * x_msg_data Message text if x_msg_count is 1.
355: *

Line 352: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).

348: * x_role_responsibility_rec Returned customer account role responsibility record.
349: * x_return_status Return status after the call. The status can
350: * be FND_API.G_RET_STS_SUCCESS (success),
351: * FND_API.G_RET_STS_ERROR (error),
352: * FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
353: * x_msg_count Number of messages in message stack.
354: * x_msg_data Message text if x_msg_count is 1.
355: *
356: * NOTES

Line 365: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,

361: *
362: */
363:
364: PROCEDURE get_role_responsibility_rec (
365: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
366: p_responsibility_id IN NUMBER,
367: x_role_responsibility_rec OUT NOCOPY ROLE_RESPONSIBILITY_REC_TYPE,
368: x_return_status OUT NOCOPY VARCHAR2,
369: x_msg_count OUT NOCOPY NUMBER,