DBA Data[Home] [Help]

APPS.JTF_TASK_RESOURCES_PUB dependencies on STANDARD

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

76: );
77:
78: /*#
79: * Procedure to create task resource requirements.
80: * @param p_api_version the standard API version number
81: * @param p_init_msg_list the standard API flag allows API callers to request
82: * that the API does the initialization of the message list on their behalf.
83: * By default, the message list will not be initialized.
84: * @param p_commit the standard API flag is used by API callers to ask

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

77:
78: /*#
79: * Procedure to create task resource requirements.
80: * @param p_api_version the standard API version number
81: * @param p_init_msg_list the standard API flag allows API callers to request
82: * that the API does the initialization of the message list on their behalf.
83: * By default, the message list will not be initialized.
84: * @param p_commit the standard API flag is used by API callers to ask
85: * the API to commit on their behalf after performing its function

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

80: * @param p_api_version the standard API version number
81: * @param p_init_msg_list the standard API flag allows API callers to request
82: * that the API does the initialization of the message list on their behalf.
83: * By default, the message list will not be initialized.
84: * @param p_commit the standard API flag is used by API callers to ask
85: * the API to commit on their behalf after performing its function
86: * By default, the commit will not be performed.
87: * @param p_task_id the task id to create the resource requirements
88: * @param p_task_name the task name to create the resource requirements

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

165:
166:
167: /*#
168: * Procedure to update task resource requirements.
169: * @param p_api_version the standard API version number
170: * @param p_object_version_number the object version number
171: * @param p_init_msg_list the standard API flag allows API callers to request
172: * that the API does the initialization of the message list on their behalf.
173: * By default, the message list will not be initialized.

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

167: /*#
168: * Procedure to update task resource requirements.
169: * @param p_api_version the standard API version number
170: * @param p_object_version_number the object version number
171: * @param p_init_msg_list the standard API flag allows API callers to request
172: * that the API does the initialization of the message list on their behalf.
173: * By default, the message list will not be initialized.
174: * @param p_commit the standard API flag is used by API callers to ask
175: * the API to commit on their behalf after performing its function

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

170: * @param p_object_version_number the object version number
171: * @param p_init_msg_list the standard API flag allows API callers to request
172: * that the API does the initialization of the message list on their behalf.
173: * By default, the message list will not be initialized.
174: * @param p_commit the standard API flag is used by API callers to ask
175: * the API to commit on their behalf after performing its function
176: * By default, the commit will not be performed.
177: * @param p_resource_req_id the resource request id to update the resource requirements
178: * @param p_task_id the task id to update the resource requirements

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

254:
255:
256: /*#
257: * Procedure to delete task resource requirements.
258: * @param p_api_version the standard API version number
259: * @param p_object_version_number the object version number
260: * @param p_init_msg_list the standard API flag allows API callers to request
261: * that the API does the initialization of the message list on their behalf.
262: * By default, the message list will not be initialized.

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

256: /*#
257: * Procedure to delete task resource requirements.
258: * @param p_api_version the standard API version number
259: * @param p_object_version_number the object version number
260: * @param p_init_msg_list the standard API flag allows API callers to request
261: * that the API does the initialization of the message list on their behalf.
262: * By default, the message list will not be initialized.
263: * @param p_commit the standard API flag is used by API callers to ask
264: * the API to commit on their behalf after performing its function

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

259: * @param p_object_version_number the object version number
260: * @param p_init_msg_list the standard API flag allows API callers to request
261: * that the API does the initialization of the message list on their behalf.
262: * By default, the message list will not be initialized.
263: * @param p_commit the standard API flag is used by API callers to ask
264: * the API to commit on their behalf after performing its function
265: * @param p_resource_req_id the resource requirements id for delete
266: * @param x_return_status returns the result of all the operations performed
267: * by the API and must have one of the following values:

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

290:
291:
292: /*#
293: * Procedure to get the task resource requirements.
294: * @param p_api_version the standard API version number
295: * @param p_init_msg_list the standard API flag allows API callers to request
296: * that the API does the initialization of the message list on their behalf.
297: * By default, the message list will not be initialized.
298: * @param p_commit the standard API flag is used by API callers to ask

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

291:
292: /*#
293: * Procedure to get the task resource requirements.
294: * @param p_api_version the standard API version number
295: * @param p_init_msg_list the standard API flag allows API callers to request
296: * that the API does the initialization of the message list on their behalf.
297: * By default, the message list will not be initialized.
298: * @param p_commit the standard API flag is used by API callers to ask
299: * the API to commit on their behalf after performing its function

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

294: * @param p_api_version the standard API version number
295: * @param p_init_msg_list the standard API flag allows API callers to request
296: * that the API does the initialization of the message list on their behalf.
297: * By default, the message list will not be initialized.
298: * @param p_commit the standard API flag is used by API callers to ask
299: * the API to commit on their behalf after performing its function
300: * By default, the commit will not be performed.
301: * @param p_resource_req_id the resource request id to be queried
302: * @param p_resource_req_name the resource request name to be queried

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

362:
363:
364: /*#
365: * Procedure to lock the row of task resource requirements.
366: * @param p_api_version the standard API version number
367: * @param p_init_msg_list the standard API flag allows API callers to request
368: * that the API does the initialization of the message list on their behalf.
369: * By default, the message list will not be initialized.
370: * @param p_commit the standard API flag is used by API callers to ask

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

363:
364: /*#
365: * Procedure to lock the row of task resource requirements.
366: * @param p_api_version the standard API version number
367: * @param p_init_msg_list the standard API flag allows API callers to request
368: * that the API does the initialization of the message list on their behalf.
369: * By default, the message list will not be initialized.
370: * @param p_commit the standard API flag is used by API callers to ask
371: * the API to commit on their behalf after performing its function

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

366: * @param p_api_version the standard API version number
367: * @param p_init_msg_list the standard API flag allows API callers to request
368: * that the API does the initialization of the message list on their behalf.
369: * By default, the message list will not be initialized.
370: * @param p_commit the standard API flag is used by API callers to ask
371: * the API to commit on their behalf after performing its function
372: * By default, the commit will not be performed.
373: * @param p_resource_requirement_id the resource requirement id to be locked
374: * @param p_object_version_number the object version number