DBA Data[Home] [Help]

APPS.JTF_TASK_DATES_PUB dependencies on STANDARD

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

39:
40: /*#
41: * Task date creation API.
42: *
43: * @param p_api_version the standard API version number
44: * @param p_init_msg_list the standard API flag allows API callers to request
45: * that the API does the initialization of the message list on their behalf.
46: * By default, the message list will not be initialized.
47: * @param p_commit the standard API flag is used by API callers to ask

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

40: /*#
41: * Task date creation API.
42: *
43: * @param p_api_version the standard API version number
44: * @param p_init_msg_list the standard API flag allows API callers to request
45: * that the API does the initialization of the message list on their behalf.
46: * By default, the message list will not be initialized.
47: * @param p_commit the standard API flag is used by API callers to ask
48: * the API to commit on their behalf after performing its function

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

43: * @param p_api_version the standard API version number
44: * @param p_init_msg_list the standard API flag allows API callers to request
45: * that the API does the initialization of the message list on their behalf.
46: * By default, the message list will not be initialized.
47: * @param p_commit the standard API flag is used by API callers to ask
48: * the API to commit on their behalf after performing its function
49: * By default, the commit will not be performed.
50: * @param p_task_number the task number for dates creation
51: * @param p_task_id the task id for dates creation

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

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

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

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

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

123: * @param p_api_version the standard API version number
124: * @param p_init_msg_list the standard API flag allows API callers to request
125: * that the API does the initialization of the message list on their behalf.
126: * By default, the message list will not be initialized.
127: * @param p_commit the standard API flag is used by API callers to ask
128: * the API to commit on their behalf after performing its function
129: * By default, the commit will not be performed.
130: * @param p_object_version_number the object version number for dates update
131: * @param p_task_date_id the task date id for dates update

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

194:
195: /*#
196: * Task date row locking API.
197: *
198: * @param p_api_version the standard API version number
199: * @param p_init_msg_list the standard API flag allows API callers to request
200: * that the API does the initialization of the message list on their behalf.
201: * By default, the message list will not be initialized.
202: * @param p_commit the standard API flag is used by API callers to ask

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

195: /*#
196: * Task date row locking API.
197: *
198: * @param p_api_version the standard API version number
199: * @param p_init_msg_list the standard API flag allows API callers to request
200: * that the API does the initialization of the message list on their behalf.
201: * By default, the message list will not be initialized.
202: * @param p_commit the standard API flag is used by API callers to ask
203: * the API to commit on their behalf after performing its function

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

198: * @param p_api_version the standard API version number
199: * @param p_init_msg_list the standard API flag allows API callers to request
200: * that the API does the initialization of the message list on their behalf.
201: * By default, the message list will not be initialized.
202: * @param p_commit the standard API flag is used by API callers to ask
203: * the API to commit on their behalf after performing its function
204: * By default, the commit will not be performed.
205: * @param p_task_date_id the task date id being locked
206: * @param p_object_version_number the object version number for lock

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

231:
232: /*#
233: * Task date delete API.
234: *
235: * @param p_api_version the standard API version number
236: * @param p_init_msg_list the standard API flag allows API callers to request
237: * that the API does the initialization of the message list on their behalf.
238: * By default, the message list will not be initialized.
239: * @param p_commit the standard API flag is used by API callers to ask

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

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

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

235: * @param p_api_version the standard API version number
236: * @param p_init_msg_list the standard API flag allows API callers to request
237: * that the API does the initialization of the message list on their behalf.
238: * By default, the message list will not be initialized.
239: * @param p_commit the standard API flag is used by API callers to ask
240: * the API to commit on their behalf after performing its function
241: * By default, the commit will not be performed.
242: * @param p_object_version_number the object version number for delete
243: * @param p_task_date_id the task date id being deleted.