DBA Data[Home] [Help]

APPS.JTF_TASK_PHONES_PUB dependencies on STANDARD

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

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

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

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

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

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

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

116:
117: /*#
118: * Task phone 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 phone 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_task_phone_id the task phone id being locked
128: * @param p_object_version_number the object version number for lock

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

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

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

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

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

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

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

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

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

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

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

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