DBA Data[Home] [Help]

APPS.JTF_TASK_REFERENCES_PUB dependencies on STANDARD

Line 48: * @param p_api_version Standard API version number. See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.

44:
45: /*#
46: * Creates an object reference for a Task.
47: *
48: * @param p_api_version Standard API version number. See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.
49: * @rep:paraminfo {@rep:required}
50: * @param p_init_msg_list Standard API flag allows API callers to request that the API does the initialization of the message list on their behalf. By default, the message list will not be initialized.
51: * See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.
52: * @param p_commit Standard API flag is used by API callers to ask the API to commit on their behalf after performing its function. By default, the commit will not be performed.

Line 50: * @param p_init_msg_list Standard API flag allows API callers to request that the API does the initialization of the message list on their behalf. By default, the message list will not be initialized.

46: * Creates an object reference for a Task.
47: *
48: * @param p_api_version Standard API version number. See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.
49: * @rep:paraminfo {@rep:required}
50: * @param p_init_msg_list Standard API flag allows API callers to request that the API does the initialization of the message list on their behalf. By default, the message list will not be initialized.
51: * See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.
52: * @param p_commit Standard API flag is used by API callers to ask the API to commit on their behalf after performing its function. By default, the commit will not be performed.
53: * See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.
54: * @param p_task_id Unique Identifier for the task to be used for reference creation. Either p_task_id or p_task_number must be passed.

Line 51: * See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.

47: *
48: * @param p_api_version Standard API version number. See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.
49: * @rep:paraminfo {@rep:required}
50: * @param p_init_msg_list Standard API flag allows API callers to request that the API does the initialization of the message list on their behalf. By default, the message list will not be initialized.
51: * See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.
52: * @param p_commit Standard API flag is used by API callers to ask the API to commit on their behalf after performing its function. By default, the commit will not be performed.
53: * See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.
54: * @param p_task_id Unique Identifier for the task to be used for reference creation. Either p_task_id or p_task_number must be passed.
55: * @rep:paraminfo {@rep:required}

Line 52: * @param p_commit Standard API flag is used by API callers to ask the API to commit on their behalf after performing its function. By default, the commit will not be performed.

48: * @param p_api_version Standard API version number. See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.
49: * @rep:paraminfo {@rep:required}
50: * @param p_init_msg_list Standard API flag allows API callers to request that the API does the initialization of the message list on their behalf. By default, the message list will not be initialized.
51: * See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.
52: * @param p_commit Standard API flag is used by API callers to ask the API to commit on their behalf after performing its function. By default, the commit will not be performed.
53: * See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.
54: * @param p_task_id Unique Identifier for the task to be used for reference creation. Either p_task_id or p_task_number must be passed.
55: * @rep:paraminfo {@rep:required}
56: * @param p_task_number Unique task number to be used for reference creation. Either p_task_id or p_task_number must be passed.

Line 53: * See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.

49: * @rep:paraminfo {@rep:required}
50: * @param p_init_msg_list Standard API flag allows API callers to request that the API does the initialization of the message list on their behalf. By default, the message list will not be initialized.
51: * See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.
52: * @param p_commit Standard API flag is used by API callers to ask the API to commit on their behalf after performing its function. By default, the commit will not be performed.
53: * See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.
54: * @param p_task_id Unique Identifier for the task to be used for reference creation. Either p_task_id or p_task_number must be passed.
55: * @rep:paraminfo {@rep:required}
56: * @param p_task_number Unique task number to be used for reference creation. Either p_task_id or p_task_number must be passed.
57: * @rep:paraminfo {@rep:required}

Line 136: * @param p_api_version Standard API version number.

132:
133: /*
134: * Locks an existing object reference for a Task.
135: *
136: * @param p_api_version Standard API version number.
137: * @rep:paraminfo {@rep:required}
138: * @param p_init_msg_list Standard API flag allows API callers to request that the API does the initialization of the message list on their behalf. By default, the message list will not be initialized.
139: * @param p_commit Standard API flag is used by API callers to ask the API to commit on their behalf after performing its function. By default, the commit will not be performed.
140: * @param p_object_version_number Object version number of the current reference record.

Line 138: * @param p_init_msg_list Standard API flag allows API callers to request that the API does the initialization of the message list on their behalf. By default, the message list will not be initialized.

134: * Locks an existing object reference for a Task.
135: *
136: * @param p_api_version Standard API version number.
137: * @rep:paraminfo {@rep:required}
138: * @param p_init_msg_list Standard API flag allows API callers to request that the API does the initialization of the message list on their behalf. By default, the message list will not be initialized.
139: * @param p_commit Standard API flag is used by API callers to ask the API to commit on their behalf after performing its function. By default, the commit will not be performed.
140: * @param p_object_version_number Object version number of the current reference record.
141: * @rep:paraminfo {@rep:required}
142: * @param p_task_reference_id Unique reference identifier of the reference to be locked.

Line 139: * @param p_commit Standard API flag is used by API callers to ask the API to commit on their behalf after performing its function. By default, the commit will not be performed.

135: *
136: * @param p_api_version Standard API version number.
137: * @rep:paraminfo {@rep:required}
138: * @param p_init_msg_list Standard API flag allows API callers to request that the API does the initialization of the message list on their behalf. By default, the message list will not be initialized.
139: * @param p_commit Standard API flag is used by API callers to ask the API to commit on their behalf after performing its function. By default, the commit will not be performed.
140: * @param p_object_version_number Object version number of the current reference record.
141: * @rep:paraminfo {@rep:required}
142: * @param p_task_reference_id Unique reference identifier of the reference to be locked.
143: * @rep:paraminfo {@rep:required}

Line 170: * @param p_api_version Standard API version number. See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.

166:
167: /*#
168: * Updates an existing object reference for a Task.
169: *
170: * @param p_api_version Standard API version number. See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.
171: * @rep:paraminfo {@rep:required}
172: * @param p_init_msg_list Standard API flag allows API callers to request that the API does the initialization of the message list on their behalf. By default, the message list will not be initialized.
173: * See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.
174: * @param p_commit Standard API flag is used by API callers to ask the API to commit on their behalf after performing its function. By default, the commit will not be performed.

Line 172: * @param p_init_msg_list Standard API flag allows API callers to request that the API does the initialization of the message list on their behalf. By default, the message list will not be initialized.

168: * Updates an existing object reference for a Task.
169: *
170: * @param p_api_version Standard API version number. See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.
171: * @rep:paraminfo {@rep:required}
172: * @param p_init_msg_list Standard API flag allows API callers to request that the API does the initialization of the message list on their behalf. By default, the message list will not be initialized.
173: * See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.
174: * @param p_commit Standard API flag is used by API callers to ask the API to commit on their behalf after performing its function. By default, the commit will not be performed.
175: * See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.
176: * @param p_object_version_number Object version number of the current reference record.

Line 173: * See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.

169: *
170: * @param p_api_version Standard API version number. See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.
171: * @rep:paraminfo {@rep:required}
172: * @param p_init_msg_list Standard API flag allows API callers to request that the API does the initialization of the message list on their behalf. By default, the message list will not be initialized.
173: * See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.
174: * @param p_commit Standard API flag is used by API callers to ask the API to commit on their behalf after performing its function. By default, the commit will not be performed.
175: * See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.
176: * @param p_object_version_number Object version number of the current reference record.
177: * @rep:paraminfo {@rep:required}

Line 174: * @param p_commit Standard API flag is used by API callers to ask the API to commit on their behalf after performing its function. By default, the commit will not be performed.

170: * @param p_api_version Standard API version number. See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.
171: * @rep:paraminfo {@rep:required}
172: * @param p_init_msg_list Standard API flag allows API callers to request that the API does the initialization of the message list on their behalf. By default, the message list will not be initialized.
173: * See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.
174: * @param p_commit Standard API flag is used by API callers to ask the API to commit on their behalf after performing its function. By default, the commit will not be performed.
175: * See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.
176: * @param p_object_version_number Object version number of the current reference record.
177: * @rep:paraminfo {@rep:required}
178: * @param p_task_reference_id Unique reference identifier of the reference to be updated.

Line 175: * See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.

171: * @rep:paraminfo {@rep:required}
172: * @param p_init_msg_list Standard API flag allows API callers to request that the API does the initialization of the message list on their behalf. By default, the message list will not be initialized.
173: * See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.
174: * @param p_commit Standard API flag is used by API callers to ask the API to commit on their behalf after performing its function. By default, the commit will not be performed.
175: * See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.
176: * @param p_object_version_number Object version number of the current reference record.
177: * @rep:paraminfo {@rep:required}
178: * @param p_task_reference_id Unique reference identifier of the reference to be updated.
179: * @rep:paraminfo {@rep:required}

Line 250: * @param p_api_version Standard API version number. See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.

246:
247: /*#
248: * Deletes an existing object reference for a Task.
249: *
250: * @param p_api_version Standard API version number. See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.
251: * @rep:paraminfo {@rep:required}
252: * @param p_init_msg_list Standard API flag allows API callers to request that the API does the initialization of the message list on their behalf. By default, the message list will not be initialized.
253: * See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.
254: * @param p_commit Standard API flag is used by API callers to ask the API to commit on their behalf after performing its function. By default, the commit will not be performed.

Line 252: * @param p_init_msg_list Standard API flag allows API callers to request that the API does the initialization of the message list on their behalf. By default, the message list will not be initialized.

248: * Deletes an existing object reference for a Task.
249: *
250: * @param p_api_version Standard API version number. See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.
251: * @rep:paraminfo {@rep:required}
252: * @param p_init_msg_list Standard API flag allows API callers to request that the API does the initialization of the message list on their behalf. By default, the message list will not be initialized.
253: * See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.
254: * @param p_commit Standard API flag is used by API callers to ask the API to commit on their behalf after performing its function. By default, the commit will not be performed.
255: * See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.
256: * @param p_object_version_number Object version number of the current reference record.

Line 253: * See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.

249: *
250: * @param p_api_version Standard API version number. See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.
251: * @rep:paraminfo {@rep:required}
252: * @param p_init_msg_list Standard API flag allows API callers to request that the API does the initialization of the message list on their behalf. By default, the message list will not be initialized.
253: * See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.
254: * @param p_commit Standard API flag is used by API callers to ask the API to commit on their behalf after performing its function. By default, the commit will not be performed.
255: * See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.
256: * @param p_object_version_number Object version number of the current reference record.
257: * @rep:paraminfo {@rep:required}

Line 254: * @param p_commit Standard API flag is used by API callers to ask the API to commit on their behalf after performing its function. By default, the commit will not be performed.

250: * @param p_api_version Standard API version number. See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.
251: * @rep:paraminfo {@rep:required}
252: * @param p_init_msg_list Standard API flag allows API callers to request that the API does the initialization of the message list on their behalf. By default, the message list will not be initialized.
253: * See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.
254: * @param p_commit Standard API flag is used by API callers to ask the API to commit on their behalf after performing its function. By default, the commit will not be performed.
255: * See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.
256: * @param p_object_version_number Object version number of the current reference record.
257: * @rep:paraminfo {@rep:required}
258: * @param p_task_reference_id Unique reference identifier of the reference to be deleted.

Line 255: * See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.

251: * @rep:paraminfo {@rep:required}
252: * @param p_init_msg_list Standard API flag allows API callers to request that the API does the initialization of the message list on their behalf. By default, the message list will not be initialized.
253: * See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.
254: * @param p_commit Standard API flag is used by API callers to ask the API to commit on their behalf after performing its function. By default, the commit will not be performed.
255: * See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.
256: * @param p_object_version_number Object version number of the current reference record.
257: * @rep:paraminfo {@rep:required}
258: * @param p_task_reference_id Unique reference identifier of the reference to be deleted.
259: * @rep:paraminfo {@rep:required}