DBA Data[Home] [Help]

APPS.HZ_EXTRACT_PERSON_CUST_BO_PVT dependencies on FND_API

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

22: -- ARGUMENTS
23: -- IN:
24: -- p_init_msg_list Initialize message stack if it is set to
25: -- p_person_id Person ID.
26: -- FND_API.G_TRUE. Default is FND_API.G_FALSE.
27: -- OUT:
28: -- x_person_cust_obj Logical person customer record.
29: -- x_return_status Return status after the call. The status can
30: -- be fnd_api.g_ret_sts_success (success),

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

26: -- FND_API.G_TRUE. Default is FND_API.G_FALSE.
27: -- OUT:
28: -- x_person_cust_obj Logical person customer record.
29: -- x_return_status Return status after the call. The status can
30: -- be fnd_api.g_ret_sts_success (success),
31: -- fnd_api.g_ret_sts_error (error),
32: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
33: -- x_msg_count Number of messages in message stack.
34: -- x_msg_data Message text if x_msg_count is 1.

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

27: -- OUT:
28: -- x_person_cust_obj Logical person customer record.
29: -- x_return_status Return status after the call. The status can
30: -- be fnd_api.g_ret_sts_success (success),
31: -- fnd_api.g_ret_sts_error (error),
32: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
33: -- x_msg_count Number of messages in message stack.
34: -- x_msg_data Message text if x_msg_count is 1.
35: --

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

28: -- x_person_cust_obj Logical person customer record.
29: -- x_return_status Return status after the call. The status can
30: -- be fnd_api.g_ret_sts_success (success),
31: -- fnd_api.g_ret_sts_error (error),
32: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
33: -- x_msg_count Number of messages in message stack.
34: -- x_msg_data Message text if x_msg_count is 1.
35: --
36: -- NOTES

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

61:
62:
63:
64: PROCEDURE get_person_cust_bo(
65: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
66: p_person_id IN NUMBER,
67: p_action_type IN VARCHAR2 := NULL,
68: x_person_cust_obj OUT NOCOPY HZ_PERSON_CUST_BO,
69: x_return_status OUT NOCOPY VARCHAR2,

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

71: x_msg_data OUT NOCOPY VARCHAR2
72: );
73:
74: PROCEDURE get_person_cust_v2_bo(
75: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
76: p_person_id IN NUMBER,
77: p_action_type IN VARCHAR2 := NULL,
78: x_person_cust_v2_obj OUT NOCOPY HZ_PERSON_CUST_V2_BO,
79: x_return_status OUT NOCOPY VARCHAR2,

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

96: -- ARGUMENTS
97: -- IN:
98: -- p_init_msg_list Initialize message stack if it is set to
99: -- p_event_id BES Event identifier.
100: -- FND_API.G_TRUE. Default is FND_API.G_FALSE.
101: -- OUT:
102: -- x_person_cust_objs One or more created logical person customer.
103: -- x_return_status Return status after the call. The status can
104: -- be fnd_api.g_ret_sts_success (success),

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

100: -- FND_API.G_TRUE. Default is FND_API.G_FALSE.
101: -- OUT:
102: -- x_person_cust_objs One or more created logical person customer.
103: -- x_return_status Return status after the call. The status can
104: -- be fnd_api.g_ret_sts_success (success),
105: -- fnd_api.g_ret_sts_error (error),
106: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
107: -- x_msg_count Number of messages in message stack.
108: -- x_msg_data Message text if x_msg_count is 1.

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

101: -- OUT:
102: -- x_person_cust_objs One or more created logical person customer.
103: -- x_return_status Return status after the call. The status can
104: -- be fnd_api.g_ret_sts_success (success),
105: -- fnd_api.g_ret_sts_error (error),
106: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
107: -- x_msg_count Number of messages in message stack.
108: -- x_msg_data Message text if x_msg_count is 1.
109: --

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

102: -- x_person_cust_objs One or more created logical person customer.
103: -- x_return_status Return status after the call. The status can
104: -- be fnd_api.g_ret_sts_success (success),
105: -- fnd_api.g_ret_sts_error (error),
106: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
107: -- x_msg_count Number of messages in message stack.
108: -- x_msg_data Message text if x_msg_count is 1.
109: --
110: -- NOTES

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

130: */
131:
132:
133: PROCEDURE get_person_custs_created(
134: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
135: p_event_id IN NUMBER,
136: x_person_cust_objs OUT NOCOPY HZ_PERSON_CUST_BO_TBL,
137: x_return_status OUT NOCOPY VARCHAR2,
138: x_msg_count OUT NOCOPY NUMBER,

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

156: -- ARGUMENTS
157: -- IN:
158: -- p_init_msg_list Initialize message stack if it is set to
159: -- p_event_id BES Event identifier.
160: -- FND_API.G_TRUE. Default is FND_API.G_FALSE.
161: -- OUT:
162: -- x_person_cust_objs One or more created logical person.
163: -- x_return_status Return status after the call. The status can
164: -- be fnd_api.g_ret_sts_success (success),

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

160: -- FND_API.G_TRUE. Default is FND_API.G_FALSE.
161: -- OUT:
162: -- x_person_cust_objs One or more created logical person.
163: -- x_return_status Return status after the call. The status can
164: -- be fnd_api.g_ret_sts_success (success),
165: -- fnd_api.g_ret_sts_error (error),
166: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
167: -- x_msg_count Number of messages in message stack.
168: -- x_msg_data Message text if x_msg_count is 1.

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

161: -- OUT:
162: -- x_person_cust_objs One or more created logical person.
163: -- x_return_status Return status after the call. The status can
164: -- be fnd_api.g_ret_sts_success (success),
165: -- fnd_api.g_ret_sts_error (error),
166: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
167: -- x_msg_count Number of messages in message stack.
168: -- x_msg_data Message text if x_msg_count is 1.
169: --

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

162: -- x_person_cust_objs One or more created logical person.
163: -- x_return_status Return status after the call. The status can
164: -- be fnd_api.g_ret_sts_success (success),
165: -- fnd_api.g_ret_sts_error (error),
166: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
167: -- x_msg_count Number of messages in message stack.
168: -- x_msg_data Message text if x_msg_count is 1.
169: --
170: -- NOTES

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

186: and returns them to the caller.
187: */
188:
189: PROCEDURE get_person_custs_updated(
190: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
191: p_event_id IN NUMBER,
192: x_person_cust_objs OUT NOCOPY HZ_PERSON_CUST_BO_TBL,
193: x_return_status OUT NOCOPY VARCHAR2,
194: x_msg_count OUT NOCOPY NUMBER,

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

209: -- IN:
210: -- p_init_msg_list Initialize message stack if it is set to
211: -- p_event_id BES Event identifier.
212: -- p_person_cust_id Person customer identifier.
213: -- FND_API.G_TRUE. Default is FND_API.G_FALSE.
214: -- OUT:
215: -- x_person_cust_obj One updated logical person.
216: -- x_return_status Return status after the call. The status can
217: -- be fnd_api.g_ret_sts_success (success),

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

213: -- FND_API.G_TRUE. Default is FND_API.G_FALSE.
214: -- OUT:
215: -- x_person_cust_obj One updated logical person.
216: -- x_return_status Return status after the call. The status can
217: -- be fnd_api.g_ret_sts_success (success),
218: -- fnd_api.g_ret_sts_error (error),
219: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
220: -- x_msg_count Number of messages in message stack.
221: -- x_msg_data Message text if x_msg_count is 1.

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

214: -- OUT:
215: -- x_person_cust_obj One updated logical person.
216: -- x_return_status Return status after the call. The status can
217: -- be fnd_api.g_ret_sts_success (success),
218: -- fnd_api.g_ret_sts_error (error),
219: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
220: -- x_msg_count Number of messages in message stack.
221: -- x_msg_data Message text if x_msg_count is 1.
222: --

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

215: -- x_person_cust_obj One updated logical person.
216: -- x_return_status Return status after the call. The status can
217: -- be fnd_api.g_ret_sts_success (success),
218: -- fnd_api.g_ret_sts_error (error),
219: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
220: -- x_msg_count Number of messages in message stack.
221: -- x_msg_data Message text if x_msg_count is 1.
222: --
223: -- NOTES

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

227: -- 06-JUN-2005 AWU Created.
228: --
229:
230: PROCEDURE get_person_cust_updated(
231: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
232: p_event_id IN NUMBER,
233: p_person_cust_id IN NUMBER,
234: x_person_cust_obj OUT NOCOPY HZ_PERSON_CUST_BO,
235: x_return_status OUT NOCOPY VARCHAR2,

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

252: -- ARGUMENTS
253: -- IN:
254: -- p_init_msg_list Initialize message stack if it is set to
255: -- p_event_id BES Event identifier.
256: -- FND_API.G_TRUE. Default is FND_API.G_FALSE.
257: -- OUT:
258: -- x_person_cust_v2_objs One or more created logical person customer.
259: -- x_return_status Return status after the call. The status can
260: -- be fnd_api.g_ret_sts_success (success),

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

256: -- FND_API.G_TRUE. Default is FND_API.G_FALSE.
257: -- OUT:
258: -- x_person_cust_v2_objs One or more created logical person customer.
259: -- x_return_status Return status after the call. The status can
260: -- be fnd_api.g_ret_sts_success (success),
261: -- fnd_api.g_ret_sts_error (error),
262: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
263: -- x_msg_count Number of messages in message stack.
264: -- x_msg_data Message text if x_msg_count is 1.

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

257: -- OUT:
258: -- x_person_cust_v2_objs One or more created logical person customer.
259: -- x_return_status Return status after the call. The status can
260: -- be fnd_api.g_ret_sts_success (success),
261: -- fnd_api.g_ret_sts_error (error),
262: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
263: -- x_msg_count Number of messages in message stack.
264: -- x_msg_data Message text if x_msg_count is 1.
265: --

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

258: -- x_person_cust_v2_objs One or more created logical person customer.
259: -- x_return_status Return status after the call. The status can
260: -- be fnd_api.g_ret_sts_success (success),
261: -- fnd_api.g_ret_sts_error (error),
262: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
263: -- x_msg_count Number of messages in message stack.
264: -- x_msg_data Message text if x_msg_count is 1.
265: --
266: -- NOTES

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

286: */
287:
288:
289: PROCEDURE get_v2_person_custs_created(
290: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
291: p_event_id IN NUMBER,
292: x_person_cust_v2_objs OUT NOCOPY HZ_PERSON_CUST_V2_BO_TBL,
293: x_return_status OUT NOCOPY VARCHAR2,
294: x_msg_count OUT NOCOPY NUMBER,

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

312: -- ARGUMENTS
313: -- IN:
314: -- p_init_msg_list Initialize message stack if it is set to
315: -- p_event_id BES Event identifier.
316: -- FND_API.G_TRUE. Default is FND_API.G_FALSE.
317: -- OUT:
318: -- x_person_cust_v2_objs One or more created logical person.
319: -- x_return_status Return status after the call. The status can
320: -- be fnd_api.g_ret_sts_success (success),

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

316: -- FND_API.G_TRUE. Default is FND_API.G_FALSE.
317: -- OUT:
318: -- x_person_cust_v2_objs One or more created logical person.
319: -- x_return_status Return status after the call. The status can
320: -- be fnd_api.g_ret_sts_success (success),
321: -- fnd_api.g_ret_sts_error (error),
322: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
323: -- x_msg_count Number of messages in message stack.
324: -- x_msg_data Message text if x_msg_count is 1.

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

317: -- OUT:
318: -- x_person_cust_v2_objs One or more created logical person.
319: -- x_return_status Return status after the call. The status can
320: -- be fnd_api.g_ret_sts_success (success),
321: -- fnd_api.g_ret_sts_error (error),
322: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
323: -- x_msg_count Number of messages in message stack.
324: -- x_msg_data Message text if x_msg_count is 1.
325: --

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

318: -- x_person_cust_v2_objs One or more created logical person.
319: -- x_return_status Return status after the call. The status can
320: -- be fnd_api.g_ret_sts_success (success),
321: -- fnd_api.g_ret_sts_error (error),
322: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
323: -- x_msg_count Number of messages in message stack.
324: -- x_msg_data Message text if x_msg_count is 1.
325: --
326: -- NOTES

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

342: and returns them to the caller.
343: */
344:
345: PROCEDURE get_v2_person_custs_updated(
346: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
347: p_event_id IN NUMBER,
348: x_person_cust_v2_objs OUT NOCOPY HZ_PERSON_CUST_V2_BO_TBL,
349: x_return_status OUT NOCOPY VARCHAR2,
350: x_msg_count OUT NOCOPY NUMBER,

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

365: -- IN:
366: -- p_init_msg_list Initialize message stack if it is set to
367: -- p_event_id BES Event identifier.
368: -- p_person_cust_id Person customer identifier.
369: -- FND_API.G_TRUE. Default is FND_API.G_FALSE.
370: -- OUT:
371: -- x_person_cust_v2_obj One updated logical person.
372: -- x_return_status Return status after the call. The status can
373: -- be fnd_api.g_ret_sts_success (success),

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

369: -- FND_API.G_TRUE. Default is FND_API.G_FALSE.
370: -- OUT:
371: -- x_person_cust_v2_obj One updated logical person.
372: -- x_return_status Return status after the call. The status can
373: -- be fnd_api.g_ret_sts_success (success),
374: -- fnd_api.g_ret_sts_error (error),
375: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
376: -- x_msg_count Number of messages in message stack.
377: -- x_msg_data Message text if x_msg_count is 1.

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

370: -- OUT:
371: -- x_person_cust_v2_obj One updated logical person.
372: -- x_return_status Return status after the call. The status can
373: -- be fnd_api.g_ret_sts_success (success),
374: -- fnd_api.g_ret_sts_error (error),
375: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
376: -- x_msg_count Number of messages in message stack.
377: -- x_msg_data Message text if x_msg_count is 1.
378: --

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

371: -- x_person_cust_v2_obj One updated logical person.
372: -- x_return_status Return status after the call. The status can
373: -- be fnd_api.g_ret_sts_success (success),
374: -- fnd_api.g_ret_sts_error (error),
375: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
376: -- x_msg_count Number of messages in message stack.
377: -- x_msg_data Message text if x_msg_count is 1.
378: --
379: -- NOTES

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

383: -- 04-FEB-2008 VSEGU Created.
384: --
385:
386: PROCEDURE get_v2_person_cust_updated(
387: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
388: p_event_id IN NUMBER,
389: p_person_cust_id IN NUMBER,
390: x_person_cust_v2_obj OUT NOCOPY HZ_PERSON_CUST_V2_BO,
391: x_return_status OUT NOCOPY VARCHAR2,