DBA Data[Home] [Help]

APPS.JTF_TASK_DEPENDENCY_PVT dependencies on STANDARD

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

96: * Rules for reconnecting task dependencies, all three are required:
97: *

  • The dependency type code of the parent task dependencies and the child task dependencies must be the same.

  • 98: *
  • The adjustment time of the parent task dependency and the child task dependency must be the same.

  • 99: *
  • The adjustment time uom of the parent task dependency and the child task dependency must be the same.

  • 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: *

  • The dependency type code of the parent task dependencies and the child task dependencies must be the same.

  • 98: *
  • The adjustment time of the parent task dependency and the child task dependency must be the same.

  • 99: *
  • The adjustment time uom of the parent task dependency and the child task dependency must be the same.

  • 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 x_return_status returns the result of all the operations performed
    108: * by the API and must have one of the following values:

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

    138: /**
    139: * Task dependency creation API. Many validations will be performed before
    140: * creating task dependency.
    141: *
    142: * @param p_api_version the standard API version number
    143: * @param p_init_msg_list the standard API flag allows API callers to request
    144: * that the API does the initialization of the message list on their behalf.
    145: * By default, the message list will not be initialized.
    146: * @param p_commit the standard API flag is used by API callers to ask

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

    139: * Task dependency creation API. Many validations will be performed before
    140: * creating task dependency.
    141: *
    142: * @param p_api_version the standard API version number
    143: * @param p_init_msg_list the standard API flag allows API callers to request
    144: * that the API does the initialization of the message list on their behalf.
    145: * By default, the message list will not be initialized.
    146: * @param p_commit the standard API flag is used by API callers to ask
    147: * the API to commit on their behalf after performing its function

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

    142: * @param p_api_version the standard API version number
    143: * @param p_init_msg_list the standard API flag allows API callers to request
    144: * that the API does the initialization of the message list on their behalf.
    145: * By default, the message list will not be initialized.
    146: * @param p_commit the standard API flag is used by API callers to ask
    147: * the API to commit on their behalf after performing its function
    148: * By default, the commit will not be performed.
    149: * @param p_task_id the task id for dependency creation
    150: * @param p_dependent_on_task_id the master task id for dependency creation

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

    221: /**
    222: * Task dependency update API. Many validations will be performed before
    223: * updating task dependency.
    224: *
    225: * @param p_api_version the standard API version number
    226: * @param p_init_msg_list the standard API flag allows API callers to request
    227: * that the API does the initialization of the message list on their behalf.
    228: * By default, the message list will not be initialized.
    229: * @param p_commit the standard API flag is used by API callers to ask

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

    222: * Task dependency update API. Many validations will be performed before
    223: * updating task dependency.
    224: *
    225: * @param p_api_version the standard API version number
    226: * @param p_init_msg_list the standard API flag allows API callers to request
    227: * that the API does the initialization of the message list on their behalf.
    228: * By default, the message list will not be initialized.
    229: * @param p_commit the standard API flag is used by API callers to ask
    230: * the API to commit on their behalf after performing its function

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

    225: * @param p_api_version the standard API version number
    226: * @param p_init_msg_list the standard API flag allows API callers to request
    227: * that the API does the initialization of the message list on their behalf.
    228: * By default, the message list will not be initialized.
    229: * @param p_commit the standard API flag is used by API callers to ask
    230: * the API to commit on their behalf after performing its function
    231: * By default, the commit will not be performed.
    232: * @param p_task_id the task id for dependency creation
    233: * @param p_dependent_on_task_id the master task id for dependency creation

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

    304:
    305: /**
    306: * Task dependency delete API.
    307: *
    308: * @param p_api_version the standard API version number
    309: * @param p_init_msg_list the standard API flag allows API callers to request
    310: * that the API does the initialization of the message list on their behalf.
    311: * By default, the message list will not be initialized.
    312: * @param p_commit the standard API flag is used by API callers to ask

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

    305: /**
    306: * Task dependency delete API.
    307: *
    308: * @param p_api_version the standard API version number
    309: * @param p_init_msg_list the standard API flag allows API callers to request
    310: * that the API does the initialization of the message list on their behalf.
    311: * By default, the message list will not be initialized.
    312: * @param p_commit the standard API flag is used by API callers to ask
    313: * the API to commit on their behalf after performing its function

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

    308: * @param p_api_version the standard API version number
    309: * @param p_init_msg_list the standard API flag allows API callers to request
    310: * that the API does the initialization of the message list on their behalf.
    311: * By default, the message list will not be initialized.
    312: * @param p_commit the standard API flag is used by API callers to ask
    313: * the API to commit on their behalf after performing its function
    314: * By default, the commit will not be performed.
    315: * @param p_object_version_number the object version number for delete
    316: * @param x_dependency_id the dependency id being created