DBA Data[Home] [Help]

APPS.AS_OPPORTUNITY_PUB dependencies on FND_API

Line 17: *
  • p_init_msg_list: Default = FND_API.G_FALSE. The p_init_msg_list
  • 13: * callers must pass it in their calls. This parameter is used by the API to
    14: * compare the version numbers of incoming calls to its current version number,
    15: * and to return an unexpected error if they are incompatible. Pass 2.0 unless
    16: * otherwise indicated in the API parameter list.
    17: *

  • p_init_msg_list: Default = FND_API.G_FALSE. The p_init_msg_list
    18: * parameter allows API callers to request the API to do the initialization of
    19: * the message list on their behalf.

  • 20: *
  • p_commit: Default = FND_API.G_FALSE. The p_commit parameter is used by API
    21: * callers to ask the API to do a commit on their behalf after performing its

    Line 20: *
  • p_commit: Default = FND_API.G_FALSE. The p_commit parameter is used by API
  • 16: * otherwise indicated in the API parameter list.


  • 17: *
  • p_init_msg_list: Default = FND_API.G_FALSE. The p_init_msg_list
    18: * parameter allows API callers to request the API to do the initialization of
    19: * the message list on their behalf.

  • 20: *
  • p_commit: Default = FND_API.G_FALSE. The p_commit parameter is used by API
    21: * callers to ask the API to do a commit on their behalf after performing its
    22: * function.

  • 23: *
  • p_validation_level: Default = FND_API.G_VALID_LEVEL_FULL. This parameter
    24: * should always be set to FND_API.G_VALID_LEVEL_FULL to ensure that valid data

    Line 23: *
  • p_validation_level: Default = FND_API.G_VALID_LEVEL_FULL. This parameter
  • 19: * the message list on their behalf.


  • 20: *
  • p_commit: Default = FND_API.G_FALSE. The p_commit parameter is used by API
    21: * callers to ask the API to do a commit on their behalf after performing its
    22: * function.

  • 23: *
  • p_validation_level: Default = FND_API.G_VALID_LEVEL_FULL. This parameter
    24: * should always be set to FND_API.G_VALID_LEVEL_FULL to ensure that valid data
    25: * is saved in the database.

  • 26: *
  • p_check_access_flag: Standard parameter for opportunity and access APIs only.
    27: * The p_check_access_flag parameter allows API callers to request that the API

    Line 24: * should always be set to FND_API.G_VALID_LEVEL_FULL to ensure that valid data

    20: *

  • p_commit: Default = FND_API.G_FALSE. The p_commit parameter is used by API
    21: * callers to ask the API to do a commit on their behalf after performing its
    22: * function.

  • 23: *
  • p_validation_level: Default = FND_API.G_VALID_LEVEL_FULL. This parameter
    24: * should always be set to FND_API.G_VALID_LEVEL_FULL to ensure that valid data
    25: * is saved in the database.

  • 26: *
  • p_check_access_flag: Standard parameter for opportunity and access APIs only.
    27: * The p_check_access_flag parameter allows API callers to request that the API
    28: * does the application security check on their behalf. We strongly recommend that

    Line 45: *

    41: * Standard OUT parameters: The following list describes standard OUT parameters
    42: * which are common to all public APIs provided by Oracle Sales products.
    43: *