DBA Data[Home] [Help]

APPS.JTF_TASK_RECURRENCES_PUB dependencies on STANDARD

Line 68: * @param p_api_version the standard API version number

64:
65: /*#
66: * Creates a Task recurrence.
67: *
68: * @param p_api_version the standard API version number
69: * @param p_init_msg_list the standard API flag allows API callers to request
70: * that the API does the initialization of the message list on their behalf.
71: * By default, the message list will not be initialized.
72: * @param p_commit the standard API flag is used by API callers to ask

Line 69: * @param p_init_msg_list the standard API flag allows API callers to request

65: /*#
66: * Creates a Task recurrence.
67: *
68: * @param p_api_version the standard API version number
69: * @param p_init_msg_list the standard API flag allows API callers to request
70: * that the API does the initialization of the message list on their behalf.
71: * By default, the message list will not be initialized.
72: * @param p_commit the standard API flag is used by API callers to ask
73: * the API to commit on their behalf after performing its function

Line 72: * @param p_commit the standard API flag is used by API callers to ask

68: * @param p_api_version the standard API version number
69: * @param p_init_msg_list the standard API flag allows API callers to request
70: * that the API does the initialization of the message list on their behalf.
71: * By default, the message list will not be initialized.
72: * @param p_commit the standard API flag is used by API callers to ask
73: * the API to commit on their behalf after performing its function
74: * By default, the commit will not be performed.
75: * @param p_task_id the task id for recurrence creation
76: * @param p_task_number the task number for recurrence creation

Line 179: * @param p_api_version the standard API version number

175:
176: /*#
177: * Updates a Task recurrence.
178: *
179: * @param p_api_version the standard API version number
180: * @param p_init_msg_list the standard API flag allows API callers to request
181: * that the API does the initialization of the message list on their behalf.
182: * By default, the message list will not be initialized.
183: * @param p_commit the standard API flag is used by API callers to ask

Line 180: * @param p_init_msg_list the standard API flag allows API callers to request

176: /*#
177: * Updates a Task recurrence.
178: *
179: * @param p_api_version the standard API version number
180: * @param p_init_msg_list the standard API flag allows API callers to request
181: * that the API does the initialization of the message list on their behalf.
182: * By default, the message list will not be initialized.
183: * @param p_commit the standard API flag is used by API callers to ask
184: * the API to commit on their behalf after performing its function

Line 183: * @param p_commit the standard API flag is used by API callers to ask

179: * @param p_api_version the standard API version number
180: * @param p_init_msg_list the standard API flag allows API callers to request
181: * that the API does the initialization of the message list on their behalf.
182: * By default, the message list will not be initialized.
183: * @param p_commit the standard API flag is used by API callers to ask
184: * the API to commit on their behalf after performing its function
185: * By default, the commit will not be performed.
186: * @param p_task_id the task id for recurrence update
187: * @param p_recurrence_rule_id the recurrence rule id for recurrence update