DBA Data[Home] [Help]

APPS.JTF_TASK_DEPENDENCY_PUB dependencies on STANDARD

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

28: /*#
29: * Task dependency creation API. Many validations will be performed before
30: * creating task dependency.
31: *
32: * @param p_api_version the standard API version number
33: * @param p_init_msg_list the standard API flag allows API callers to request
34: * that the API does the initialization of the message list on their behalf.
35: * By default, the message list will not be initialized.
36: * @param p_commit the standard API flag is used by API callers to ask

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

29: * Task dependency creation API. Many validations will be performed before
30: * creating task dependency.
31: *
32: * @param p_api_version the standard API version number
33: * @param p_init_msg_list the standard API flag allows API callers to request
34: * that the API does the initialization of the message list on their behalf.
35: * By default, the message list will not be initialized.
36: * @param p_commit the standard API flag is used by API callers to ask
37: * the API to commit on their behalf after performing its function

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

32: * @param p_api_version the standard API version number
33: * @param p_init_msg_list the standard API flag allows API callers to request
34: * that the API does the initialization of the message list on their behalf.
35: * By default, the message list will not be initialized.
36: * @param p_commit the standard API flag is used by API callers to ask
37: * the API to commit on their behalf after performing its function
38: * By default, the commit will not be performed.
39: * @param p_validation_level the validation level for dependency creation
40: * @param p_task_id the task id for dependency creation

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

116:
117: /*#
118: * Task dependency row locking API.
119: *
120: * @param p_api_version the standard API version number
121: * @param p_init_msg_list the standard API flag allows API callers to request
122: * that the API does the initialization of the message list on their behalf.
123: * By default, the message list will not be initialized.
124: * @param p_commit the standard API flag is used by API callers to ask

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

117: /*#
118: * Task dependency row locking API.
119: *
120: * @param p_api_version the standard API version number
121: * @param p_init_msg_list the standard API flag allows API callers to request
122: * that the API does the initialization of the message list on their behalf.
123: * By default, the message list will not be initialized.
124: * @param p_commit the standard API flag is used by API callers to ask
125: * the API to commit on their behalf after performing its function

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

120: * @param p_api_version the standard API version number
121: * @param p_init_msg_list the standard API flag allows API callers to request
122: * that the API does the initialization of the message list on their behalf.
123: * By default, the message list will not be initialized.
124: * @param p_commit the standard API flag is used by API callers to ask
125: * the API to commit on their behalf after performing its function
126: * By default, the commit will not be performed.
127: * @param p_dependency_id the dependency id being locked
128: * @param p_object_version_number the object version number for lock

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

153:
154: /*#
155: * Task dependency update API.
156: *
157: * @param p_api_version the standard API version number
158: * @param p_init_msg_list the standard API flag allows API callers to request
159: * that the API does the initialization of the message list on their behalf.
160: * By default, the message list will not be initialized.
161: * @param p_commit the standard API flag is used by API callers to ask

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

154: /*#
155: * Task dependency update API.
156: *
157: * @param p_api_version the standard API version number
158: * @param p_init_msg_list the standard API flag allows API callers to request
159: * that the API does the initialization of the message list on their behalf.
160: * By default, the message list will not be initialized.
161: * @param p_commit the standard API flag is used by API callers to ask
162: * the API to commit on their behalf after performing its function

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

157: * @param p_api_version the standard API version number
158: * @param p_init_msg_list the standard API flag allows API callers to request
159: * that the API does the initialization of the message list on their behalf.
160: * By default, the message list will not be initialized.
161: * @param p_commit the standard API flag is used by API callers to ask
162: * the API to commit on their behalf after performing its function
163: * By default, the commit will not be performed.
164: * @param p_object_version_number the object version number for dependency update
165: * @param p_dependency_id the dependency id for dependency update

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

236:
237: /*#
238: * Task dependency delete API.
239: *
240: * @param p_api_version the standard API version number
241: * @param p_init_msg_list the standard API flag allows API callers to request
242: * that the API does the initialization of the message list on their behalf.
243: * By default, the message list will not be initialized.
244: * @param p_commit the standard API flag is used by API callers to ask

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

237: /*#
238: * Task dependency delete API.
239: *
240: * @param p_api_version the standard API version number
241: * @param p_init_msg_list the standard API flag allows API callers to request
242: * that the API does the initialization of the message list on their behalf.
243: * By default, the message list will not be initialized.
244: * @param p_commit the standard API flag is used by API callers to ask
245: * the API to commit on their behalf after performing its function

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

240: * @param p_api_version the standard API version number
241: * @param p_init_msg_list the standard API flag allows API callers to request
242: * that the API does the initialization of the message list on their behalf.
243: * By default, the message list will not be initialized.
244: * @param p_commit the standard API flag is used by API callers to ask
245: * the API to commit on their behalf after performing its function
246: * By default, the commit will not be performed.
247: * @param p_object_version_number the object version number for delete
248: * @param p_dependency_id the dependency id being deleted