DBA Data[Home] [Help]

APPS.HZ_ORG_CONTACT_BO_PUB dependencies on FND_API

Line 26: -- FND_API.G_TRUE. Default is FND_API.G_FALSE.

22: --
23: -- ARGUMENTS
24: -- IN:
25: -- p_init_msg_list Initialize message stack if it is set to
26: -- FND_API.G_TRUE. Default is FND_API.G_FALSE.
27: -- p_validate_bo_flag If it is set to FND_API.G_TRUE, validate
28: -- the completeness of business object.
29: -- p_org_contact_obj Logical org contact object.
30: -- p_created_by_module Created by module.

Line 27: -- p_validate_bo_flag If it is set to FND_API.G_TRUE, validate

23: -- ARGUMENTS
24: -- IN:
25: -- p_init_msg_list Initialize message stack if it is set to
26: -- FND_API.G_TRUE. Default is FND_API.G_FALSE.
27: -- p_validate_bo_flag If it is set to FND_API.G_TRUE, validate
28: -- the completeness of business object.
29: -- p_org_contact_obj Logical org contact object.
30: -- p_created_by_module Created by module.
31: -- IN OUT:

Line 37: -- be fnd_api.g_ret_sts_success (success),

33: -- px_parent_org_os Parent organization os
34: -- px_parent_org_osr Parent organization osr
35: -- OUT:
36: -- x_return_status Return status after the call. The status can
37: -- be fnd_api.g_ret_sts_success (success),
38: -- fnd_api.g_ret_sts_error (error),
39: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
40: -- x_msg_count Number of messages in message stack.
41: -- x_msg_data Message text if x_msg_count is 1.

Line 38: -- fnd_api.g_ret_sts_error (error),

34: -- px_parent_org_osr Parent organization osr
35: -- OUT:
36: -- x_return_status Return status after the call. The status can
37: -- be fnd_api.g_ret_sts_success (success),
38: -- fnd_api.g_ret_sts_error (error),
39: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
40: -- x_msg_count Number of messages in message stack.
41: -- x_msg_data Message text if x_msg_count is 1.
42: -- x_org_contact_id Org Contact ID.

Line 39: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).

35: -- OUT:
36: -- x_return_status Return status after the call. The status can
37: -- be fnd_api.g_ret_sts_success (success),
38: -- fnd_api.g_ret_sts_error (error),
39: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
40: -- x_msg_count Number of messages in message stack.
41: -- x_msg_data Message text if x_msg_count is 1.
42: -- x_org_contact_id Org Contact ID.
43: -- x_org_contact_os Org Contact orig system.

Line 53: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,

49: --
50: -- 14-DEC-2004 Arnold Ng Created.
51:
52: PROCEDURE create_org_contact_bo(
53: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
54: p_validate_bo_flag IN VARCHAR2 := fnd_api.g_true,
55: p_org_contact_obj IN HZ_ORG_CONTACT_BO,
56: p_created_by_module IN VARCHAR2,
57: x_return_status OUT NOCOPY VARCHAR2,

Line 54: p_validate_bo_flag IN VARCHAR2 := fnd_api.g_true,

50: -- 14-DEC-2004 Arnold Ng Created.
51:
52: PROCEDURE create_org_contact_bo(
53: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
54: p_validate_bo_flag IN VARCHAR2 := fnd_api.g_true,
55: p_org_contact_obj IN HZ_ORG_CONTACT_BO,
56: p_created_by_module IN VARCHAR2,
57: x_return_status OUT NOCOPY VARCHAR2,
58: x_msg_count OUT NOCOPY NUMBER,

Line 95: p_validate_bo_flag IN VARCHAR2 := fnd_api.g_true,

91: * @rep:displayname Create Organization Contact Business Object
92: * @rep:doccd 120hztig.pdf Create Organization Contact Business Object, Oracle Trading Community Architecture Technical Implementation Guide
93: */
94: PROCEDURE create_org_contact_bo(
95: p_validate_bo_flag IN VARCHAR2 := fnd_api.g_true,
96: p_org_contact_obj IN HZ_ORG_CONTACT_BO,
97: p_created_by_module IN VARCHAR2,
98: p_obj_source IN VARCHAR2 := null,
99: p_return_obj_flag IN VARCHAR2 := fnd_api.g_true,

Line 99: p_return_obj_flag IN VARCHAR2 := fnd_api.g_true,

95: p_validate_bo_flag IN VARCHAR2 := fnd_api.g_true,
96: p_org_contact_obj IN HZ_ORG_CONTACT_BO,
97: p_created_by_module IN VARCHAR2,
98: p_obj_source IN VARCHAR2 := null,
99: p_return_obj_flag IN VARCHAR2 := fnd_api.g_true,
100: x_return_status OUT NOCOPY VARCHAR2,
101: x_messages OUT NOCOPY HZ_MESSAGE_OBJ_TBL,
102: x_return_obj OUT NOCOPY HZ_ORG_CONTACT_BO,
103: x_org_contact_id OUT NOCOPY NUMBER,

Line 121: -- FND_API.G_TRUE. Default is FND_API.G_FALSE.

117: --
118: -- ARGUMENTS
119: -- IN:
120: -- p_init_msg_list Initialize message stack if it is set to
121: -- FND_API.G_TRUE. Default is FND_API.G_FALSE.
122: -- p_org_contact_obj Logical org contact object.
123: -- p_created_by_module Created by module.
124: -- OUT:
125: -- x_return_status Return status after the call. The status can

Line 126: -- be fnd_api.g_ret_sts_success (success),

122: -- p_org_contact_obj Logical org contact object.
123: -- p_created_by_module Created by module.
124: -- OUT:
125: -- x_return_status Return status after the call. The status can
126: -- be fnd_api.g_ret_sts_success (success),
127: -- fnd_api.g_ret_sts_error (error),
128: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
129: -- x_msg_count Number of messages in message stack.
130: -- x_msg_data Message text if x_msg_count is 1.

Line 127: -- fnd_api.g_ret_sts_error (error),

123: -- p_created_by_module Created by module.
124: -- OUT:
125: -- x_return_status Return status after the call. The status can
126: -- be fnd_api.g_ret_sts_success (success),
127: -- fnd_api.g_ret_sts_error (error),
128: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
129: -- x_msg_count Number of messages in message stack.
130: -- x_msg_data Message text if x_msg_count is 1.
131: -- x_org_contact_id Org Contact ID.

Line 128: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).

124: -- OUT:
125: -- x_return_status Return status after the call. The status can
126: -- be fnd_api.g_ret_sts_success (success),
127: -- fnd_api.g_ret_sts_error (error),
128: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
129: -- x_msg_count Number of messages in message stack.
130: -- x_msg_data Message text if x_msg_count is 1.
131: -- x_org_contact_id Org Contact ID.
132: -- x_org_contact_os Org Contact orig system.

Line 142: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,

138: --
139: -- 14-DEC-2004 Arnold Ng Created.
140:
141: PROCEDURE update_org_contact_bo(
142: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
143: p_org_contact_obj IN HZ_ORG_CONTACT_BO,
144: p_created_by_module IN VARCHAR2,
145: x_return_status OUT NOCOPY VARCHAR2,
146: x_msg_count OUT NOCOPY NUMBER,

Line 179: p_return_obj_flag IN VARCHAR2 := fnd_api.g_true,

175: PROCEDURE update_org_contact_bo(
176: p_org_contact_obj IN HZ_ORG_CONTACT_BO,
177: p_created_by_module IN VARCHAR2,
178: p_obj_source IN VARCHAR2 := null,
179: p_return_obj_flag IN VARCHAR2 := fnd_api.g_true,
180: x_return_status OUT NOCOPY VARCHAR2,
181: x_messages OUT NOCOPY HZ_MESSAGE_OBJ_TBL,
182: x_return_obj OUT NOCOPY HZ_ORG_CONTACT_BO,
183: x_org_contact_id OUT NOCOPY NUMBER,

Line 198: -- FND_API.G_TRUE. Default is FND_API.G_FALSE.

194: --
195: -- ARGUMENTS
196: -- IN:
197: -- p_init_msg_list Initialize message stack if it is set to
198: -- FND_API.G_TRUE. Default is FND_API.G_FALSE.
199: -- p_validate_bo_flag If it is set to FND_API.G_TRUE, validate
200: -- the completeness of business object.
201: -- p_org_contact_obj Logical org contact object.
202: -- p_created_by_module Created by module.

Line 199: -- p_validate_bo_flag If it is set to FND_API.G_TRUE, validate

195: -- ARGUMENTS
196: -- IN:
197: -- p_init_msg_list Initialize message stack if it is set to
198: -- FND_API.G_TRUE. Default is FND_API.G_FALSE.
199: -- p_validate_bo_flag If it is set to FND_API.G_TRUE, validate
200: -- the completeness of business object.
201: -- p_org_contact_obj Logical org contact object.
202: -- p_created_by_module Created by module.
203: -- IN OUT:

Line 209: -- be fnd_api.g_ret_sts_success (success),

205: -- px_parent_org_os Parent organization os
206: -- px_parent_org_osr Parent organization osr
207: -- OUT:
208: -- x_return_status Return status after the call. The status can
209: -- be fnd_api.g_ret_sts_success (success),
210: -- fnd_api.g_ret_sts_error (error),
211: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
212: -- x_msg_count Number of messages in message stack.
213: -- x_msg_data Message text if x_msg_count is 1.

Line 210: -- fnd_api.g_ret_sts_error (error),

206: -- px_parent_org_osr Parent organization osr
207: -- OUT:
208: -- x_return_status Return status after the call. The status can
209: -- be fnd_api.g_ret_sts_success (success),
210: -- fnd_api.g_ret_sts_error (error),
211: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
212: -- x_msg_count Number of messages in message stack.
213: -- x_msg_data Message text if x_msg_count is 1.
214: -- x_org_contact_id Org Contact ID.

Line 211: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).

207: -- OUT:
208: -- x_return_status Return status after the call. The status can
209: -- be fnd_api.g_ret_sts_success (success),
210: -- fnd_api.g_ret_sts_error (error),
211: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
212: -- x_msg_count Number of messages in message stack.
213: -- x_msg_data Message text if x_msg_count is 1.
214: -- x_org_contact_id Org Contact ID.
215: -- x_org_contact_os Org Contact orig system.

Line 225: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,

221: --
222: -- 14-DEC-2004 Arnold Ng Created.
223:
224: PROCEDURE save_org_contact_bo(
225: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
226: p_validate_bo_flag IN VARCHAR2 := fnd_api.g_true,
227: p_org_contact_obj IN HZ_ORG_CONTACT_BO,
228: p_created_by_module IN VARCHAR2,
229: x_return_status OUT NOCOPY VARCHAR2,

Line 226: p_validate_bo_flag IN VARCHAR2 := fnd_api.g_true,

222: -- 14-DEC-2004 Arnold Ng Created.
223:
224: PROCEDURE save_org_contact_bo(
225: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
226: p_validate_bo_flag IN VARCHAR2 := fnd_api.g_true,
227: p_org_contact_obj IN HZ_ORG_CONTACT_BO,
228: p_created_by_module IN VARCHAR2,
229: x_return_status OUT NOCOPY VARCHAR2,
230: x_msg_count OUT NOCOPY NUMBER,

Line 270: p_validate_bo_flag IN VARCHAR2 := fnd_api.g_true,

266: * @rep:displayname Save Organization Contact Business Object
267: * @rep:doccd 120hztig.pdf Save Organization Contact Business Object, Oracle Trading Community Architecture Technical Implementation Guide
268: */
269: PROCEDURE save_org_contact_bo(
270: p_validate_bo_flag IN VARCHAR2 := fnd_api.g_true,
271: p_org_contact_obj IN HZ_ORG_CONTACT_BO,
272: p_created_by_module IN VARCHAR2,
273: p_obj_source IN VARCHAR2 := null,
274: p_return_obj_flag IN VARCHAR2 := fnd_api.g_true,

Line 274: p_return_obj_flag IN VARCHAR2 := fnd_api.g_true,

270: p_validate_bo_flag IN VARCHAR2 := fnd_api.g_true,
271: p_org_contact_obj IN HZ_ORG_CONTACT_BO,
272: p_created_by_module IN VARCHAR2,
273: p_obj_source IN VARCHAR2 := null,
274: p_return_obj_flag IN VARCHAR2 := fnd_api.g_true,
275: x_return_status OUT NOCOPY VARCHAR2,
276: x_messages OUT NOCOPY HZ_MESSAGE_OBJ_TBL,
277: x_return_obj OUT NOCOPY HZ_ORG_CONTACT_BO,
278: x_org_contact_id OUT NOCOPY NUMBER,

Line 297: -- p_init_msg_list Initialize message stack if it is set to FND_API.G_TRUE. Default is FND_API.G_FALSE.

293: -- EXTERNAL PROCEDURES/FUNCTIONS ACCESSED
294: --
295: -- ARGUMENTS
296: -- IN:
297: -- p_init_msg_list Initialize message stack if it is set to FND_API.G_TRUE. Default is FND_API.G_FALSE.
298: -- p_org_contact_id Org Contact id.
299: -- p_org_contact_os Org contact orig system.
300: -- p_org_contact_osr Org contact orig system reference.
301: --

Line 305: -- be fnd_api.g_ret_sts_success (success),

301: --
302: -- OUT:
303: -- x_org contact_objs Table of org contact objects.
304: -- x_return_status Return status after the call. The status can
305: -- be fnd_api.g_ret_sts_success (success),
306: -- fnd_api.g_ret_sts_error (error),
307: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
308: -- x_msg_count Number of messages in message stack.
309: -- x_msg_data Message text if x_msg_count is 1.

Line 306: -- fnd_api.g_ret_sts_error (error),

302: -- OUT:
303: -- x_org contact_objs Table of org contact objects.
304: -- x_return_status Return status after the call. The status can
305: -- be fnd_api.g_ret_sts_success (success),
306: -- fnd_api.g_ret_sts_error (error),
307: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
308: -- x_msg_count Number of messages in message stack.
309: -- x_msg_data Message text if x_msg_count is 1.
310: --

Line 307: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).

303: -- x_org contact_objs Table of org contact objects.
304: -- x_return_status Return status after the call. The status can
305: -- be fnd_api.g_ret_sts_success (success),
306: -- fnd_api.g_ret_sts_error (error),
307: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
308: -- x_msg_count Number of messages in message stack.
309: -- x_msg_data Message text if x_msg_count is 1.
310: --
311: -- NOTES

Line 321: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,

317: --
318:
319:
320: PROCEDURE get_org_contact_bo(
321: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
322: p_org_contact_id IN NUMBER,
323: p_org_contact_os IN VARCHAR2,
324: p_org_contact_osr IN VARCHAR2,
325: x_org_contact_obj OUT NOCOPY HZ_ORG_CONTACT_BO,

Line 357: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,

353: x_messages OUT NOCOPY HZ_MESSAGE_OBJ_TBL
354: );
355:
356: PROCEDURE do_create_org_contact_bo(
357: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
358: p_validate_bo_flag IN VARCHAR2 := fnd_api.g_true,
359: p_org_contact_obj IN OUT NOCOPY HZ_ORG_CONTACT_BO,
360: p_created_by_module IN VARCHAR2,
361: p_obj_source IN VARCHAR2 := null,

Line 358: p_validate_bo_flag IN VARCHAR2 := fnd_api.g_true,

354: );
355:
356: PROCEDURE do_create_org_contact_bo(
357: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
358: p_validate_bo_flag IN VARCHAR2 := fnd_api.g_true,
359: p_org_contact_obj IN OUT NOCOPY HZ_ORG_CONTACT_BO,
360: p_created_by_module IN VARCHAR2,
361: p_obj_source IN VARCHAR2 := null,
362: x_return_status OUT NOCOPY VARCHAR2,

Line 374: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,

370: px_parent_org_osr IN OUT NOCOPY VARCHAR2
371: );
372:
373: PROCEDURE do_update_org_contact_bo(
374: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
375: p_org_contact_obj IN OUT NOCOPY HZ_ORG_CONTACT_BO,
376: p_created_by_module IN VARCHAR2,
377: p_obj_source IN VARCHAR2 := null,
378: x_return_status OUT NOCOPY VARCHAR2,

Line 388: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,

384: p_parent_os IN VARCHAR2
385: );
386:
387: PROCEDURE do_save_org_contact_bo(
388: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
389: p_validate_bo_flag IN VARCHAR2 := fnd_api.g_true,
390: p_org_contact_obj IN OUT NOCOPY HZ_ORG_CONTACT_BO,
391: p_created_by_module IN VARCHAR2,
392: p_obj_source IN VARCHAR2 := null,

Line 389: p_validate_bo_flag IN VARCHAR2 := fnd_api.g_true,

385: );
386:
387: PROCEDURE do_save_org_contact_bo(
388: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
389: p_validate_bo_flag IN VARCHAR2 := fnd_api.g_true,
390: p_org_contact_obj IN OUT NOCOPY HZ_ORG_CONTACT_BO,
391: p_created_by_module IN VARCHAR2,
392: p_obj_source IN VARCHAR2 := null,
393: x_return_status OUT NOCOPY VARCHAR2,