DBA Data[Home] [Help]

APPS.JTF_CAL_WF_PVT dependencies on FND_API

Line 42: * @param p_init_msg_list Initialize message list flag, Optional Default = FND_API.G_FALSE

38: /*#
39: * Given the group and requestor information this API will start subscription
40: * workflows for all admins of the group
41: * @param p_api_version API Version Required
42: * @param p_init_msg_list Initialize message list flag, Optional Default = FND_API.G_FALSE
43: * @param p_commit Required
44: * @param x_return_status Required Length = 1
45: * @param x_msg_count API Error message count, Required
46: * @param x_msg_data API Error message data, Required Length = 2000

Line 56: , p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false

52: * @rep:lifecycle active
53: * @rep:displayname StartSubscription
54: */
55: ( p_api_version IN NUMBER
56: , p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false
57: , p_commit IN VARCHAR2
58: , x_return_status OUT NOCOPY VARCHAR2
59: , x_msg_count OUT NOCOPY NUMBER
60: , x_msg_data OUT NOCOPY VARCHAR2

Line 97: * @param p_init_msg_list Initialize message list flag, Optional Default = FND_API.G_FALSE

93: /*#
94: * Given the group and requestor information this API will start
95: * a workflow that will send the request to the JTF_CALENDAR_ADMIN
96: * @param p_api_version API Version Required
97: * @param p_init_msg_list Initialize message list flag, Optional Default = FND_API.G_FALSE
98: * @param p_commit Required
99: * @param x_return_status Required Length = 1
100: * @param x_msg_count API Error message count, Required
101: * @param x_msg_data API Error message data, Required Length = 2000

Line 112: , p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false

108: * @rep:lifecycle active
109: * @rep:displayname StartRequest
110: */
111: ( p_api_version IN NUMBER
112: , p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false
113: , p_commit IN VARCHAR2
114: , x_return_status OUT NOCOPY VARCHAR2
115: , x_msg_count OUT NOCOPY NUMBER
116: , x_msg_data OUT NOCOPY VARCHAR2

Line 155: * @param p_init_msg_list Initialize message list flag, Optional Default = FND_API.G_FALSE

151: * Given the task ID of the appointment (p_TaskID) and the
152: * Resource ID of the invitor (p_INVITOR) this procedure will
153: * send notifications to all the attendees of the appointment.
154: * @param p_api_version API Version Required
155: * @param p_init_msg_list Initialize message list flag, Optional Default = FND_API.G_FALSE
156: * @param p_commit Required
157: * @param x_return_status Required Length = 1
158: * @param x_msg_count API Error message count, Required
159: * @param x_msg_data API Error message data, Required Length = 2000

Line 167: , p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false

163: * @rep:lifecycle active
164: * @rep:displayname StartInvite
165: */
166: ( p_api_version IN NUMBER
167: , p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false
168: , p_commit IN VARCHAR2
169: , x_return_status OUT NOCOPY VARCHAR2
170: , x_msg_count OUT NOCOPY NUMBER
171: , x_msg_data OUT NOCOPY VARCHAR2

Line 209: * @param p_init_msg_list Initialize message list flag, Optional Default = FND_API.G_FALSE

205: * Given the task ID of the appointment (p_TaskID) and the
206: * Resource ID of the invitor (p_INVITOR) this procedure will
207: * send notifications to the paticular attendee of the appointment.
208: * @param p_api_version API Version Required
209: * @param p_init_msg_list Initialize message list flag, Optional Default = FND_API.G_FALSE
210: * @param p_commit Required
211: * @param x_return_status Required Length = 1
212: * @param x_msg_count API Error message count, Required
213: * @param x_msg_data API Error message data, Required Length = 2000

Line 223: , p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false

219: * @rep:lifecycle active
220: * @rep:displayname StartInviteResource
221: */
222: ( p_api_version IN NUMBER
223: , p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false
224: , p_commit IN VARCHAR2
225: , x_return_status OUT NOCOPY VARCHAR2
226: , x_msg_count OUT NOCOPY NUMBER
227: , x_msg_data OUT NOCOPY VARCHAR2

Line 417: * @param p_init_msg_list Initialize message list flag, Optional Default = FND_API.G_FALSE

413: *******************************************************************************/
414: /*#
415: * For given resource this API will process invitation
416: * @param p_api_version API Version Required
417: * @param p_init_msg_list Initialize message list flag, Optional Default = FND_API.G_FALSE
418: * @param p_commit Required
419: * @param x_return_status Required Length = 1
420: * @param x_msg_count API Error message count, Required
421: * @param x_msg_data API Error message data, Required Length = 2000

Line 515: * @param p_init_msg_list Initialize message list flag, Optional Default = FND_API.G_FALSE

511: * Given the task ID of the appointment (p_TaskID) and the
512: * Resource ID of the invitor (p_INVITOR) this procedure will
513: * start WF reminders for all the attendees of the appointment.
514: * @param p_api_version API Version Required
515: * @param p_init_msg_list Initialize message list flag, Optional Default = FND_API.G_FALSE
516: * @param p_commit Required
517: * @param x_return_status Required Length = 1
518: * @param x_msg_count API Error message count, Required
519: * @param x_msg_data API Error message data, Required Length = 2000

Line 528: , p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false

524: * @rep:lifecycle active
525: * @rep:displayname StartReminders
526: */
527: ( p_api_version IN NUMBER
528: , p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false
529: , p_commit IN VARCHAR2
530: , x_return_status OUT NOCOPY VARCHAR2
531: , x_msg_count OUT NOCOPY NUMBER
532: , x_msg_data OUT NOCOPY VARCHAR2

Line 605: * @param p_init_msg_list Initialize message list flag, Optional Default = FND_API.G_FALSE

601: * Given the task ID and a new reminder date this procedure will
602: * update all the reminders for the appointment, should only be
603: * called if the reminder me or start date has changed
604: * @param p_api_version API Version Required
605: * @param p_init_msg_list Initialize message list flag, Optional Default = FND_API.G_FALSE
606: * @param p_commit Required
607: * @param x_return_status Required Length = 1
608: * @param x_msg_count API Error message count, Required
609: * @param x_msg_data API Error message data, Required Length = 2000

Line 617: , p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false

613: * @rep:lifecycle active
614: * @rep:displayname UpdateReminders
615: */
616: ( p_api_version IN NUMBER
617: , p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false
618: , p_commit IN VARCHAR2
619: , x_return_status OUT NOCOPY VARCHAR2
620: , x_msg_count OUT NOCOPY NUMBER
621: , x_msg_data OUT NOCOPY VARCHAR2