DBA Data[Home] [Help]

APPS.JTF_TASK_CONTACTS_PUB dependencies on STANDARD

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

15:
16: /*#
17: * Task contacts creation API.
18: *
19: * @param p_api_version the standard API version number
20: * @param p_init_msg_list the standard API flag allows API callers to request
21: * that the API does the initialization of the message list on their behalf.
22: * By default, the message list will not be initialized.
23: * @param p_commit the standard API flag is used by API callers to ask

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

16: /*#
17: * Task contacts creation API.
18: *
19: * @param p_api_version the standard API version number
20: * @param p_init_msg_list the standard API flag allows API callers to request
21: * that the API does the initialization of the message list on their behalf.
22: * By default, the message list will not be initialized.
23: * @param p_commit the standard API flag is used by API callers to ask
24: * the API to commit on their behalf after performing its function

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

19: * @param p_api_version the standard API version number
20: * @param p_init_msg_list the standard API flag allows API callers to request
21: * that the API does the initialization of the message list on their behalf.
22: * By default, the message list will not be initialized.
23: * @param p_commit the standard API flag is used by API callers to ask
24: * the API to commit on their behalf after performing its function
25: * By default, the commit will not be performed.
26: * @param p_task_id the task id for contact creation
27: * @param p_task_number the task number for contact creation

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

96:
97: /*#
98: * Task contact row locking API.
99: *
100: * @param p_api_version the standard API version number
101: * @param p_init_msg_list the standard API flag allows API callers to request
102: * that the API does the initialization of the message list on their behalf.
103: * By default, the message list will not be initialized.
104: * @param p_commit the standard API flag is used by API callers to ask

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

97: /*#
98: * Task contact row locking API.
99: *
100: * @param p_api_version the standard API version number
101: * @param p_init_msg_list the standard API flag allows API callers to request
102: * that the API does the initialization of the message list on their behalf.
103: * By default, the message list will not be initialized.
104: * @param p_commit the standard API flag is used by API callers to ask
105: * the API to commit on their behalf after performing its function

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

100: * @param p_api_version the standard API version number
101: * @param p_init_msg_list the standard API flag allows API callers to request
102: * that the API does the initialization of the message list on their behalf.
103: * By default, the message list will not be initialized.
104: * @param p_commit the standard API flag is used by API callers to ask
105: * the API to commit on their behalf after performing its function
106: * By default, the commit will not be performed.
107: * @param p_task_contact_id the task contact id being locked
108: * @param p_object_version_number the object version number for lock

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

134:
135: /*#
136: * Task contacts update API.
137: *
138: * @param p_api_version the standard API version number
139: * @param p_init_msg_list the standard API flag allows API callers to request
140: * that the API does the initialization of the message list on their behalf.
141: * By default, the message list will not be initialized.
142: * @param p_commit the standard API flag is used by API callers to ask

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

135: /*#
136: * Task contacts update API.
137: *
138: * @param p_api_version the standard API version number
139: * @param p_init_msg_list the standard API flag allows API callers to request
140: * that the API does the initialization of the message list on their behalf.
141: * By default, the message list will not be initialized.
142: * @param p_commit the standard API flag is used by API callers to ask
143: * the API to commit on their behalf after performing its function

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

138: * @param p_api_version the standard API version number
139: * @param p_init_msg_list the standard API flag allows API callers to request
140: * that the API does the initialization of the message list on their behalf.
141: * By default, the message list will not be initialized.
142: * @param p_commit the standard API flag is used by API callers to ask
143: * the API to commit on their behalf after performing its function
144: * By default, the commit will not be performed.
145: * @param p_object_version_number the object version number for contact update
146: * @param p_task_contact_id the task contact id for contact update

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

213:
214: /*#
215: * Task contacts delete API.
216: *
217: * @param p_api_version the standard API version number
218: * @param p_init_msg_list the standard API flag allows API callers to request
219: * that the API does the initialization of the message list on their behalf.
220: * By default, the message list will not be initialized.
221: * @param p_commit the standard API flag is used by API callers to ask

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

214: /*#
215: * Task contacts delete API.
216: *
217: * @param p_api_version the standard API version number
218: * @param p_init_msg_list the standard API flag allows API callers to request
219: * that the API does the initialization of the message list on their behalf.
220: * By default, the message list will not be initialized.
221: * @param p_commit the standard API flag is used by API callers to ask
222: * the API to commit on their behalf after performing its function

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

217: * @param p_api_version the standard API version number
218: * @param p_init_msg_list the standard API flag allows API callers to request
219: * that the API does the initialization of the message list on their behalf.
220: * By default, the message list will not be initialized.
221: * @param p_commit the standard API flag is used by API callers to ask
222: * the API to commit on their behalf after performing its function
223: * By default, the commit will not be performed.
224: * @param p_object_version_number the object version number for delete
225: * @param p_task_contact_id the task contact id being deleted