DBA Data[Home] [Help]

APPS.CSF_TASK_DEPENDENCY_PUB dependencies on STANDARD

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

11: -- End of Comments
12:
13: /**
14: * Create task dependency always set the Validate flag as 'N' and validate flag is not exposed
15: * @param p_api_version the standard API version number
16: * @param p_init_msg_list the standard API flag allows API callers to request
17: * that the API does the initialization of the message list on their behalf.
18: * By default, the message list will not be initialized.
19: * @param p_commit the standard API flag is used by API callers to ask

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

12:
13: /**
14: * Create task dependency always set the Validate flag as 'N' and validate flag is not exposed
15: * @param p_api_version the standard API version number
16: * @param p_init_msg_list the standard API flag allows API callers to request
17: * that the API does the initialization of the message list on their behalf.
18: * By default, the message list will not be initialized.
19: * @param p_commit the standard API flag is used by API callers to ask
20: * the API to commit on their behalf after performing its function

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

15: * @param p_api_version the standard API version number
16: * @param p_init_msg_list the standard API flag allows API callers to request
17: * that the API does the initialization of the message list on their behalf.
18: * By default, the message list will not be initialized.
19: * @param p_commit the standard API flag is used by API callers to ask
20: * the API to commit on their behalf after performing its function
21: * By default, the commit will not be performed.
22: * @param p_validation_level the standard API validation level
23: * @param p_task_id the task id for dependency creation

Line 22: * @param p_validation_level the standard API validation level

18: * By default, the message list will not be initialized.
19: * @param p_commit the standard API flag is used by API callers to ask
20: * the API to commit on their behalf after performing its function
21: * By default, the commit will not be performed.
22: * @param p_validation_level the standard API validation level
23: * @param p_task_id the task id for dependency creation
24: * @param p_dependent_on_task_id the master task id for dependency creation
25: * @param p_dependency_type_code the dependency type code of the dependency
26: * @param x_dependency_id the dependency id being created

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

82:
83: /**
84: * Task dependency row locking API.
85: *
86: * @param p_api_version the standard API version number
87: * @param p_init_msg_list the standard API flag allows API callers to request
88: * that the API does the initialization of the message list on their behalf.
89: * By default, the message list will not be initialized.
90: * @param p_commit the standard API flag is used by API callers to ask

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

83: /**
84: * Task dependency row locking API.
85: *
86: * @param p_api_version the standard API version number
87: * @param p_init_msg_list the standard API flag allows API callers to request
88: * that the API does the initialization of the message list on their behalf.
89: * By default, the message list will not be initialized.
90: * @param p_commit the standard API flag is used by API callers to ask
91: * the API to commit on their behalf after performing its function

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

86: * @param p_api_version the standard API version number
87: * @param p_init_msg_list the standard API flag allows API callers to request
88: * that the API does the initialization of the message list on their behalf.
89: * By default, the message list will not be initialized.
90: * @param p_commit the standard API flag is used by API callers to ask
91: * the API to commit on their behalf after performing its function
92: * By default, the commit will not be performed.
93: * @param p_object_version_number the object version number for lock
94: * @param x_dependency_id the dependency id being locked

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

116:
117: /**
118: * Task dependency update 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 update 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_object_version_number the object version number for dependency update
128: * @param p_dependency_id the dependency id for dependency update

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

191:
192: /**
193: * Task dependency delete API.
194: *
195: * @param p_api_version the standard API version number
196: * @param p_init_msg_list the standard API flag allows API callers to request
197: * that the API does the initialization of the message list on their behalf.
198: * By default, the message list will not be initialized.
199: * @param p_commit the standard API flag is used by API callers to ask

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

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

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

195: * @param p_api_version the standard API version number
196: * @param p_init_msg_list the standard API flag allows API callers to request
197: * that the API does the initialization of the message list on their behalf.
198: * By default, the message list will not be initialized.
199: * @param p_commit the standard API flag is used by API callers to ask
200: * the API to commit on their behalf after performing its function
201: * By default, the commit will not be performed.
202: * @param p_object_version_number the object version number for delete
203: * @param p_dependency_id the dependency id being deleted