DBA Data[Home] [Help]

APPS.HZ_EXTRACT_CONT_POINT_BO_PVT dependencies on FND_API

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

42: -- p_init_msg_list Initialize message stack if it is set to
43: -- p_phone_id phone ID.If this id passed in, return only one phone obj.
44: -- p_parent_id parent_id
45: -- p_parent_table_name parent_table name
46: -- FND_API.G_TRUE. Default is FND_API.G_FALSE.
47: -- OUT:
48: -- x_phone_objs Logical phone records.
49: -- x_return_status Return status after the call. The status can
50: -- be fnd_api.g_ret_sts_success (success),

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

46: -- FND_API.G_TRUE. Default is FND_API.G_FALSE.
47: -- OUT:
48: -- x_phone_objs Logical phone records.
49: -- x_return_status Return status after the call. The status can
50: -- be fnd_api.g_ret_sts_success (success),
51: -- fnd_api.g_ret_sts_error (error),
52: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
53: -- x_msg_count Number of messages in message stack.
54: -- x_msg_data Message text if x_msg_count is 1.

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

47: -- OUT:
48: -- x_phone_objs Logical phone records.
49: -- x_return_status Return status after the call. The status can
50: -- be fnd_api.g_ret_sts_success (success),
51: -- fnd_api.g_ret_sts_error (error),
52: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
53: -- x_msg_count Number of messages in message stack.
54: -- x_msg_data Message text if x_msg_count is 1.
55: --

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

48: -- x_phone_objs Logical phone records.
49: -- x_return_status Return status after the call. The status can
50: -- be fnd_api.g_ret_sts_success (success),
51: -- fnd_api.g_ret_sts_error (error),
52: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
53: -- x_msg_count Number of messages in message stack.
54: -- x_msg_data Message text if x_msg_count is 1.
55: --
56: -- NOTES

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

63:
64:
65:
66: PROCEDURE get_phone_bos(
67: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
68: p_phone_id IN NUMBER,
69: p_parent_id IN NUMBER,
70: p_parent_table_name IN VARCHAR2,
71: p_action_type IN VARCHAR2 := NULL,

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

89: -- ARGUMENTS
90: -- IN:
91: -- p_init_msg_list Initialize message stack if it is set to
92: -- p_telex_id telex ID. If this id passed in, return only one obj.
93: -- FND_API.G_TRUE. Default is FND_API.G_FALSE.
94: -- p_parent_id parent_id
95: -- p_parent_table_name parent_table name
96: -- OUT:
97: -- x_telex_objs Logical telex records.

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

95: -- p_parent_table_name parent_table name
96: -- OUT:
97: -- x_telex_objs Logical telex records.
98: -- x_return_status Return status after the call. The status can
99: -- be fnd_api.g_ret_sts_success (success),
100: -- fnd_api.g_ret_sts_error (error),
101: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
102: -- x_msg_count Number of messages in message stack.
103: -- x_msg_data Message text if x_msg_count is 1.

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

96: -- OUT:
97: -- x_telex_objs Logical telex records.
98: -- x_return_status Return status after the call. The status can
99: -- be fnd_api.g_ret_sts_success (success),
100: -- fnd_api.g_ret_sts_error (error),
101: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
102: -- x_msg_count Number of messages in message stack.
103: -- x_msg_data Message text if x_msg_count is 1.
104: --

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

97: -- x_telex_objs Logical telex records.
98: -- x_return_status Return status after the call. The status can
99: -- be fnd_api.g_ret_sts_success (success),
100: -- fnd_api.g_ret_sts_error (error),
101: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
102: -- x_msg_count Number of messages in message stack.
103: -- x_msg_data Message text if x_msg_count is 1.
104: --
105: -- NOTES

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

112:
113:
114:
115: PROCEDURE get_telex_bos(
116: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
117: p_telex_id IN NUMBER,
118: p_parent_id IN NUMBER,
119: p_parent_table_name IN VARCHAR2,
120: p_action_type IN VARCHAR2 := NULL,

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

137: -- ARGUMENTS
138: -- IN:
139: -- p_init_msg_list Initialize message stack if it is set to
140: -- p_email_id email ID. If this id passed in, return only one obj.
141: -- FND_API.G_TRUE. Default is FND_API.G_FALSE.
142: -- p_parent_id parent_id
143: -- p_parent_table_name parent_table name
144: -- OUT:
145: -- x_email_objs Logical email records.

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

143: -- p_parent_table_name parent_table name
144: -- OUT:
145: -- x_email_objs Logical email records.
146: -- x_return_status Return status after the call. The status can
147: -- be fnd_api.g_ret_sts_success (success),
148: -- fnd_api.g_ret_sts_error (error),
149: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
150: -- x_msg_count Number of messages in message stack.
151: -- x_msg_data Message text if x_msg_count is 1.

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

144: -- OUT:
145: -- x_email_objs Logical email records.
146: -- x_return_status Return status after the call. The status can
147: -- be fnd_api.g_ret_sts_success (success),
148: -- fnd_api.g_ret_sts_error (error),
149: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
150: -- x_msg_count Number of messages in message stack.
151: -- x_msg_data Message text if x_msg_count is 1.
152: --

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

145: -- x_email_objs Logical email records.
146: -- x_return_status Return status after the call. The status can
147: -- be fnd_api.g_ret_sts_success (success),
148: -- fnd_api.g_ret_sts_error (error),
149: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
150: -- x_msg_count Number of messages in message stack.
151: -- x_msg_data Message text if x_msg_count is 1.
152: --
153: -- NOTES

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

160:
161:
162:
163: PROCEDURE get_email_bos(
164: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
165: p_email_id IN NUMBER,
166: p_parent_id IN NUMBER,
167: p_parent_table_name IN VARCHAR2,
168: p_action_type IN VARCHAR2 := NULL,

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

186: -- ARGUMENTS
187: -- IN:
188: -- p_init_msg_list Initialize message stack if it is set to
189: -- p_web_id web ID. If this id passed in, return only one obj.
190: -- FND_API.G_TRUE. Default is FND_API.G_FALSE.
191: -- p_parent_id parent_id
192: -- p_parent_table_name parent_table name
193: -- OUT:
194: -- x_web_objs Logical web records.

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

192: -- p_parent_table_name parent_table name
193: -- OUT:
194: -- x_web_objs Logical web records.
195: -- x_return_status Return status after the call. The status can
196: -- be fnd_api.g_ret_sts_success (success),
197: -- fnd_api.g_ret_sts_error (error),
198: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
199: -- x_msg_count Number of messages in message stack.
200: -- x_msg_data Message text if x_msg_count is 1.

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

193: -- OUT:
194: -- x_web_objs Logical web records.
195: -- x_return_status Return status after the call. The status can
196: -- be fnd_api.g_ret_sts_success (success),
197: -- fnd_api.g_ret_sts_error (error),
198: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
199: -- x_msg_count Number of messages in message stack.
200: -- x_msg_data Message text if x_msg_count is 1.
201: --

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

194: -- x_web_objs Logical web records.
195: -- x_return_status Return status after the call. The status can
196: -- be fnd_api.g_ret_sts_success (success),
197: -- fnd_api.g_ret_sts_error (error),
198: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
199: -- x_msg_count Number of messages in message stack.
200: -- x_msg_data Message text if x_msg_count is 1.
201: --
202: -- NOTES

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

209:
210:
211:
212: PROCEDURE get_web_bos(
213: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
214: p_web_id IN NUMBER,
215: p_parent_id IN NUMBER,
216: p_parent_table_name IN VARCHAR2,
217: p_action_type IN VARCHAR2 := NULL,

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

234: -- ARGUMENTS
235: -- IN:
236: -- p_init_msg_list Initialize message stack if it is set to
237: -- p_edi_id edi ID. If this id passed in, return only one obj.
238: -- FND_API.G_TRUE. Default is FND_API.G_FALSE.
239: -- p_parent_id parent_id
240: -- p_parent_table_name parent_table name
241: -- OUT:
242: -- x_edi_objs Logical edi records.

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

240: -- p_parent_table_name parent_table name
241: -- OUT:
242: -- x_edi_objs Logical edi records.
243: -- x_return_status Return status after the call. The status can
244: -- be fnd_api.g_ret_sts_success (success),
245: -- fnd_api.g_ret_sts_error (error),
246: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
247: -- x_msg_count Number of messages in message stack.
248: -- x_msg_data Message text if x_msg_count is 1.

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

241: -- OUT:
242: -- x_edi_objs Logical edi records.
243: -- x_return_status Return status after the call. The status can
244: -- be fnd_api.g_ret_sts_success (success),
245: -- fnd_api.g_ret_sts_error (error),
246: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
247: -- x_msg_count Number of messages in message stack.
248: -- x_msg_data Message text if x_msg_count is 1.
249: --

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

242: -- x_edi_objs Logical edi records.
243: -- x_return_status Return status after the call. The status can
244: -- be fnd_api.g_ret_sts_success (success),
245: -- fnd_api.g_ret_sts_error (error),
246: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
247: -- x_msg_count Number of messages in message stack.
248: -- x_msg_data Message text if x_msg_count is 1.
249: --
250: -- NOTES

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

257:
258:
259:
260: PROCEDURE get_edi_bos(
261: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
262: p_edi_id IN NUMBER,
263: p_parent_id IN NUMBER,
264: p_parent_table_name IN VARCHAR2,
265: p_action_type IN VARCHAR2 := NULL,

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

281: -- ARGUMENTS
282: -- IN:
283: -- p_init_msg_list Initialize message stack if it is set to
284: -- p_eft_id eft ID. If this id passed in, return only one obj.
285: -- FND_API.G_TRUE. Default is FND_API.G_FALSE.
286: -- p_parent_id parent_id
287: -- p_parent_table_name parent_table name
288: -- OUT:
289: -- x_eft_objs Logical eft records.

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

287: -- p_parent_table_name parent_table name
288: -- OUT:
289: -- x_eft_objs Logical eft records.
290: -- x_return_status Return status after the call. The status can
291: -- be fnd_api.g_ret_sts_success (success),
292: -- fnd_api.g_ret_sts_error (error),
293: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
294: -- x_msg_count Number of messages in message stack.
295: -- x_msg_data Message text if x_msg_count is 1.

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

288: -- OUT:
289: -- x_eft_objs Logical eft records.
290: -- x_return_status Return status after the call. The status can
291: -- be fnd_api.g_ret_sts_success (success),
292: -- fnd_api.g_ret_sts_error (error),
293: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
294: -- x_msg_count Number of messages in message stack.
295: -- x_msg_data Message text if x_msg_count is 1.
296: --

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

289: -- x_eft_objs Logical eft records.
290: -- x_return_status Return status after the call. The status can
291: -- be fnd_api.g_ret_sts_success (success),
292: -- fnd_api.g_ret_sts_error (error),
293: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
294: -- x_msg_count Number of messages in message stack.
295: -- x_msg_data Message text if x_msg_count is 1.
296: --
297: -- NOTES

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

304:
305:
306:
307: PROCEDURE get_eft_bos(
308: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
309: p_eft_id IN NUMBER,
310: p_parent_id IN NUMBER,
311: p_parent_table_name IN VARCHAR2,
312: p_action_type IN VARCHAR2 := NULL,

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

328: -- ARGUMENTS
329: -- IN:
330: -- p_init_msg_list Initialize message stack if it is set to
331: -- p_sms_id sms ID. If this id passed in, return only one obj.
332: -- FND_API.G_TRUE. Default is FND_API.G_FALSE.
333: -- p_parent_id parent_id
334: -- p_parent_table_name parent_table name
335: -- OUT:
336: -- x_sms_objs Logical sms records.

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

334: -- p_parent_table_name parent_table name
335: -- OUT:
336: -- x_sms_objs Logical sms records.
337: -- x_return_status Return status after the call. The status can
338: -- be fnd_api.g_ret_sts_success (success),
339: -- fnd_api.g_ret_sts_error (error),
340: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
341: -- x_msg_count Number of messages in message stack.
342: -- x_msg_data Message text if x_msg_count is 1.

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

335: -- OUT:
336: -- x_sms_objs Logical sms records.
337: -- x_return_status Return status after the call. The status can
338: -- be fnd_api.g_ret_sts_success (success),
339: -- fnd_api.g_ret_sts_error (error),
340: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
341: -- x_msg_count Number of messages in message stack.
342: -- x_msg_data Message text if x_msg_count is 1.
343: --

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

336: -- x_sms_objs Logical sms records.
337: -- x_return_status Return status after the call. The status can
338: -- be fnd_api.g_ret_sts_success (success),
339: -- fnd_api.g_ret_sts_error (error),
340: -- FND_API.G_RET_STS_UNEXP_ERROR (unexpected error).
341: -- x_msg_count Number of messages in message stack.
342: -- x_msg_data Message text if x_msg_count is 1.
343: --
344: -- NOTES

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

351:
352:
353:
354: PROCEDURE get_sms_bos(
355: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
356: p_sms_id IN NUMBER,
357: p_parent_id IN NUMBER,
358: p_parent_table_name IN VARCHAR2,
359: p_action_type IN VARCHAR2 := NULL,

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

363: x_msg_data OUT NOCOPY VARCHAR2
364: );
365:
366: PROCEDURE get_cont_pref_objs(
367: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
368: p_cont_level_table_id IN NUMBER,
369: p_cont_level_table IN VARCHAR2,
370: p_contact_type IN VARCHAR2,
371: p_action_type IN VARCHAR2 := NULL,