DBA Data[Home] [Help]

APPS.HZ_EXTRACT_ORG_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_organization_id Organization ID.
26: -- FND_API.G_TRUE. Default is FND_API.G_FALSE.
27: -- OUT:
28: -- x_org_cust_obj Logical organization 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_org_cust_obj Logical organization 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_org_cust_obj Logical organization 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_org_cust_obj Logical organization 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_org_cust_bo(
65: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
66: p_organization_id IN NUMBER,
67: p_action_type IN VARCHAR2 := NULL,
68: x_org_cust_obj OUT NOCOPY HZ_ORG_CUST_BO,
69: x_return_status OUT NOCOPY VARCHAR2,

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

86: -- ARGUMENTS
87: -- IN:
88: -- p_init_msg_list Initialize message stack if it is set to
89: -- p_event_id BES Event identifier.
90: -- FND_API.G_TRUE. Default is FND_API.G_FALSE.
91: -- OUT:
92: -- x_org_cust_objs One or more created logical organization customer.
93: -- x_return_status Return status after the call. The status can
94: -- be fnd_api.g_ret_sts_success (success),

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

90: -- FND_API.G_TRUE. Default is FND_API.G_FALSE.
91: -- OUT:
92: -- x_org_cust_objs One or more created logical organization customer.
93: -- x_return_status Return status after the call. The status can
94: -- be fnd_api.g_ret_sts_success (success),
95: -- fnd_api.g_ret_sts_error (error),
96: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
97: -- x_msg_count Number of messages in message stack.
98: -- x_msg_data Message text if x_msg_count is 1.

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

91: -- OUT:
92: -- x_org_cust_objs One or more created logical organization customer.
93: -- x_return_status Return status after the call. The status can
94: -- be fnd_api.g_ret_sts_success (success),
95: -- fnd_api.g_ret_sts_error (error),
96: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
97: -- x_msg_count Number of messages in message stack.
98: -- x_msg_data Message text if x_msg_count is 1.
99: --

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

92: -- x_org_cust_objs One or more created logical organization customer.
93: -- x_return_status Return status after the call. The status can
94: -- be fnd_api.g_ret_sts_success (success),
95: -- fnd_api.g_ret_sts_error (error),
96: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
97: -- x_msg_count Number of messages in message stack.
98: -- x_msg_data Message text if x_msg_count is 1.
99: --
100: -- NOTES

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

120: */
121:
122:
123: PROCEDURE get_org_custs_created(
124: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
125: p_event_id IN NUMBER,
126: x_org_cust_objs OUT NOCOPY HZ_ORG_CUST_BO_TBL,
127: x_return_status OUT NOCOPY VARCHAR2,
128: x_msg_count OUT NOCOPY NUMBER,

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

146: -- ARGUMENTS
147: -- IN:
148: -- p_init_msg_list Initialize message stack if it is set to
149: -- p_event_id BES Event identifier.
150: -- FND_API.G_TRUE. Default is FND_API.G_FALSE.
151: -- OUT:
152: -- x_org_cust_objs One or more created logical person.
153: -- x_return_status Return status after the call. The status can
154: -- be fnd_api.g_ret_sts_success (success),

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

150: -- FND_API.G_TRUE. Default is FND_API.G_FALSE.
151: -- OUT:
152: -- x_org_cust_objs One or more created logical person.
153: -- x_return_status Return status after the call. The status can
154: -- be fnd_api.g_ret_sts_success (success),
155: -- fnd_api.g_ret_sts_error (error),
156: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
157: -- x_msg_count Number of messages in message stack.
158: -- x_msg_data Message text if x_msg_count is 1.

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

151: -- OUT:
152: -- x_org_cust_objs One or more created logical person.
153: -- x_return_status Return status after the call. The status can
154: -- be fnd_api.g_ret_sts_success (success),
155: -- fnd_api.g_ret_sts_error (error),
156: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
157: -- x_msg_count Number of messages in message stack.
158: -- x_msg_data Message text if x_msg_count is 1.
159: --

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

152: -- x_org_cust_objs One or more created logical person.
153: -- x_return_status Return status after the call. The status can
154: -- be fnd_api.g_ret_sts_success (success),
155: -- fnd_api.g_ret_sts_error (error),
156: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
157: -- x_msg_count Number of messages in message stack.
158: -- x_msg_data Message text if x_msg_count is 1.
159: --
160: -- NOTES

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

176: and returns them to the caller.
177: */
178:
179: PROCEDURE get_org_custs_updated(
180: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
181: p_event_id IN NUMBER,
182: x_org_cust_objs OUT NOCOPY HZ_ORG_CUST_BO_TBL,
183: x_return_status OUT NOCOPY VARCHAR2,
184: x_msg_count OUT NOCOPY NUMBER,

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

185: x_msg_data OUT NOCOPY VARCHAR2
186: );
187:
188: PROCEDURE get_org_cust_updated(
189: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
190: p_event_id IN NUMBER,
191: p_org_cust_id IN NUMBER,
192: x_org_cust_obj OUT NOCOPY HZ_ORG_CUST_BO,
193: x_return_status OUT NOCOPY VARCHAR2,

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

208: -- ARGUMENTS
209: -- IN:
210: -- p_init_msg_list Initialize message stack if it is set to
211: -- p_organization_id Organization ID.
212: -- FND_API.G_TRUE. Default is FND_API.G_FALSE.
213: -- OUT:
214: -- x_org_cust_v2_obj Logical organization customer record.
215: -- x_return_status Return status after the call. The status can
216: -- be fnd_api.g_ret_sts_success (success),

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

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

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

213: -- OUT:
214: -- x_org_cust_v2_obj Logical organization customer record.
215: -- x_return_status Return status after the call. The status can
216: -- be fnd_api.g_ret_sts_success (success),
217: -- fnd_api.g_ret_sts_error (error),
218: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
219: -- x_msg_count Number of messages in message stack.
220: -- x_msg_data Message text if x_msg_count is 1.
221: --

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

214: -- x_org_cust_v2_obj Logical organization customer record.
215: -- x_return_status Return status after the call. The status can
216: -- be fnd_api.g_ret_sts_success (success),
217: -- fnd_api.g_ret_sts_error (error),
218: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
219: -- x_msg_count Number of messages in message stack.
220: -- x_msg_data Message text if x_msg_count is 1.
221: --
222: -- NOTES

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

247:
248:
249:
250: PROCEDURE get_org_cust_v2_bo(
251: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
252: p_organization_id IN NUMBER,
253: p_action_type IN VARCHAR2 := NULL,
254: x_org_cust_v2_obj OUT NOCOPY HZ_ORG_CUST_V2_BO,
255: x_return_status OUT NOCOPY VARCHAR2,

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

272: -- ARGUMENTS
273: -- IN:
274: -- p_init_msg_list Initialize message stack if it is set to
275: -- p_event_id BES Event identifier.
276: -- FND_API.G_TRUE. Default is FND_API.G_FALSE.
277: -- OUT:
278: -- x_org_cust_v2_objs One or more created logical organization customer.
279: -- x_return_status Return status after the call. The status can
280: -- be fnd_api.g_ret_sts_success (success),

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

276: -- FND_API.G_TRUE. Default is FND_API.G_FALSE.
277: -- OUT:
278: -- x_org_cust_v2_objs One or more created logical organization customer.
279: -- x_return_status Return status after the call. The status can
280: -- be fnd_api.g_ret_sts_success (success),
281: -- fnd_api.g_ret_sts_error (error),
282: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
283: -- x_msg_count Number of messages in message stack.
284: -- x_msg_data Message text if x_msg_count is 1.

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

277: -- OUT:
278: -- x_org_cust_v2_objs One or more created logical organization customer.
279: -- x_return_status Return status after the call. The status can
280: -- be fnd_api.g_ret_sts_success (success),
281: -- fnd_api.g_ret_sts_error (error),
282: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
283: -- x_msg_count Number of messages in message stack.
284: -- x_msg_data Message text if x_msg_count is 1.
285: --

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

278: -- x_org_cust_v2_objs One or more created logical organization customer.
279: -- x_return_status Return status after the call. The status can
280: -- be fnd_api.g_ret_sts_success (success),
281: -- fnd_api.g_ret_sts_error (error),
282: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
283: -- x_msg_count Number of messages in message stack.
284: -- x_msg_data Message text if x_msg_count is 1.
285: --
286: -- NOTES

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

306: */
307:
308:
309: PROCEDURE get_v2_org_custs_created(
310: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
311: p_event_id IN NUMBER,
312: x_org_cust_v2_objs OUT NOCOPY HZ_ORG_CUST_V2_BO_TBL,
313: x_return_status OUT NOCOPY VARCHAR2,
314: x_msg_count OUT NOCOPY NUMBER,

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

332: -- ARGUMENTS
333: -- IN:
334: -- p_init_msg_list Initialize message stack if it is set to
335: -- p_event_id BES Event identifier.
336: -- FND_API.G_TRUE. Default is FND_API.G_FALSE.
337: -- OUT:
338: -- x_org_cust_v2_objs One or more created logical person.
339: -- x_return_status Return status after the call. The status can
340: -- be fnd_api.g_ret_sts_success (success),

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

336: -- FND_API.G_TRUE. Default is FND_API.G_FALSE.
337: -- OUT:
338: -- x_org_cust_v2_objs One or more created logical person.
339: -- x_return_status Return status after the call. The status can
340: -- be fnd_api.g_ret_sts_success (success),
341: -- fnd_api.g_ret_sts_error (error),
342: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
343: -- x_msg_count Number of messages in message stack.
344: -- x_msg_data Message text if x_msg_count is 1.

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

337: -- OUT:
338: -- x_org_cust_v2_objs One or more created logical person.
339: -- x_return_status Return status after the call. The status can
340: -- be fnd_api.g_ret_sts_success (success),
341: -- fnd_api.g_ret_sts_error (error),
342: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
343: -- x_msg_count Number of messages in message stack.
344: -- x_msg_data Message text if x_msg_count is 1.
345: --

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

338: -- x_org_cust_v2_objs One or more created logical person.
339: -- x_return_status Return status after the call. The status can
340: -- be fnd_api.g_ret_sts_success (success),
341: -- fnd_api.g_ret_sts_error (error),
342: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
343: -- x_msg_count Number of messages in message stack.
344: -- x_msg_data Message text if x_msg_count is 1.
345: --
346: -- NOTES

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

362: and returns them to the caller.
363: */
364:
365: PROCEDURE get_v2_org_custs_updated(
366: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
367: p_event_id IN NUMBER,
368: x_org_cust_v2_objs OUT NOCOPY HZ_ORG_CUST_V2_BO_TBL,
369: x_return_status OUT NOCOPY VARCHAR2,
370: x_msg_count OUT NOCOPY NUMBER,

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

371: x_msg_data OUT NOCOPY VARCHAR2
372: );
373:
374: PROCEDURE get_v2_org_cust_updated(
375: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
376: p_event_id IN NUMBER,
377: p_org_cust_id IN NUMBER,
378: x_org_cust_v2_obj OUT NOCOPY HZ_ORG_CUST_V2_BO,
379: x_return_status OUT NOCOPY VARCHAR2,