DBA Data[Home] [Help]

APPS.JTF_TASK_ASSIGNMENTS_PUB dependencies on STANDARD

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

112:
113: /*#
114: * Creates a Task Assignment.
115: *
116: * @param p_api_version Standard API version number. See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.
117: * @rep:paraminfo {@rep:required}
118: * @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.
119: * See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.
120: * @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 118: * @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.

114: * Creates a Task Assignment.
115: *
116: * @param p_api_version Standard API version number. See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.
117: * @rep:paraminfo {@rep:required}
118: * @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.
119: * See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.
120: * @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.
121: * See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.
122: * @param p_task_assignment_id Unique task assignment id. It will be generated from the sequence jtf_task_assignments_s when not passed.

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

115: *
116: * @param p_api_version Standard API version number. See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.
117: * @rep:paraminfo {@rep:required}
118: * @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.
119: * See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.
120: * @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.
121: * See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.
122: * @param p_task_assignment_id Unique task assignment id. It will be generated from the sequence jtf_task_assignments_s when not passed.
123: * @param p_task_id Unique Identifier for the task to be used for assignment creation. Either p_task_id or p_task_number must be passed.

Line 120: * @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.

116: * @param p_api_version Standard API version number. See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.
117: * @rep:paraminfo {@rep:required}
118: * @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.
119: * See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.
120: * @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.
121: * See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.
122: * @param p_task_assignment_id Unique task assignment id. It will be generated from the sequence jtf_task_assignments_s when not passed.
123: * @param p_task_id Unique Identifier for the task to be used for assignment creation. Either p_task_id or p_task_number must be passed.
124: * @rep:paraminfo {@rep:required}

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

117: * @rep:paraminfo {@rep:required}
118: * @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.
119: * See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.
120: * @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.
121: * See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.
122: * @param p_task_assignment_id Unique task assignment id. It will be generated from the sequence jtf_task_assignments_s when not passed.
123: * @param p_task_id Unique Identifier for the task to be used for assignment creation. Either p_task_id or p_task_number must be passed.
124: * @rep:paraminfo {@rep:required}
125: * @param p_task_number Unique task number to be used for assignment creation. Either p_task_id or p_task_number must be passed.

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

438:
439: /*#
440: * Deletes an existing Task Assignment.
441: *
442: * @param p_api_version Standard API version number. See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.
443: * @rep:paraminfo {@rep:required}
444: * @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.
445: * See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.
446: * @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 444: * @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.

440: * Deletes an existing Task Assignment.
441: *
442: * @param p_api_version Standard API version number. See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.
443: * @rep:paraminfo {@rep:required}
444: * @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.
445: * See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.
446: * @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.
447: * See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.
448: * @param p_task_assignment_id Unique task assignment identifier of the assignment to be deleted.

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

441: *
442: * @param p_api_version Standard API version number. See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.
443: * @rep:paraminfo {@rep:required}
444: * @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.
445: * See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.
446: * @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.
447: * See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.
448: * @param p_task_assignment_id Unique task assignment identifier of the assignment to be deleted.
449: * @rep:paraminfo {@rep:required}

Line 446: * @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.

442: * @param p_api_version Standard API version number. See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.
443: * @rep:paraminfo {@rep:required}
444: * @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.
445: * See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.
446: * @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.
447: * See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.
448: * @param p_task_assignment_id Unique task assignment identifier of the assignment to be deleted.
449: * @rep:paraminfo {@rep:required}
450: * @param p_object_version_number Object version number of the current assignment record.

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

443: * @rep:paraminfo {@rep:required}
444: * @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.
445: * See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.
446: * @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.
447: * See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.
448: * @param p_task_assignment_id Unique task assignment identifier of the assignment to be deleted.
449: * @rep:paraminfo {@rep:required}
450: * @param p_object_version_number Object version number of the current assignment record.
451: * @rep:paraminfo {@rep:required}

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

497:
498: /*
499: * Locks a Task assignment.
500: *
501: * @param p_api_version Standard API version number.
502: * @rep:paraminfo {@rep:required}
503: * @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.
504: * @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.
505: * @param p_task_assignment_id Unique task assignment identifier of the assignment to be locked.

Line 503: * @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.

499: * Locks a Task assignment.
500: *
501: * @param p_api_version Standard API version number.
502: * @rep:paraminfo {@rep:required}
503: * @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.
504: * @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.
505: * @param p_task_assignment_id Unique task assignment identifier of the assignment to be locked.
506: * @rep:paraminfo {@rep:required}
507: * @param p_object_version_number Object version number of the current assignment record.

Line 504: * @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.

500: *
501: * @param p_api_version Standard API version number.
502: * @rep:paraminfo {@rep:required}
503: * @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.
504: * @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.
505: * @param p_task_assignment_id Unique task assignment identifier of the assignment to be locked.
506: * @rep:paraminfo {@rep:required}
507: * @param p_object_version_number Object version number of the current assignment record.
508: * @rep:paraminfo {@rep:required}

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

534: --Procedure to Update the Task Assignment
535: /*#
536: * Updates an existing Task Assignment.
537: *
538: * @param p_api_version Standard API version number. See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.
539: * @rep:paraminfo {@rep:required}
540: * @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.
541: * See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.
542: * @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 540: * @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.

536: * Updates an existing Task Assignment.
537: *
538: * @param p_api_version Standard API version number. See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.
539: * @rep:paraminfo {@rep:required}
540: * @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.
541: * See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.
542: * @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.
543: * See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.
544: * @param p_object_version_number Object version number of the current assignment record.

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

537: *
538: * @param p_api_version Standard API version number. See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.
539: * @rep:paraminfo {@rep:required}
540: * @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.
541: * See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.
542: * @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.
543: * See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.
544: * @param p_object_version_number Object version number of the current assignment record.
545: * @rep:paraminfo {@rep:required}

Line 542: * @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.

538: * @param p_api_version Standard API version number. See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.
539: * @rep:paraminfo {@rep:required}
540: * @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.
541: * See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.
542: * @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.
543: * See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.
544: * @param p_object_version_number Object version number of the current assignment record.
545: * @rep:paraminfo {@rep:required}
546: * @param p_task_assignment_id Unique task assignment identifier of the assignment to be updated.

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

539: * @rep:paraminfo {@rep:required}
540: * @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.
541: * See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.
542: * @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.
543: * See "Standard IN Parameters", Oracle Common Application Calendar API Reference Guide.
544: * @param p_object_version_number Object version number of the current assignment record.
545: * @rep:paraminfo {@rep:required}
546: * @param p_task_assignment_id Unique task assignment identifier of the assignment to be updated.
547: * @rep:paraminfo {@rep:required}