DBA Data[Home] [Help]

APPS.FUN_TRX_PVT dependencies on STANDARD

Line 702: -- but we would put this in the api as this is a standard IN parameter.

698: -- p_validation_level = FND_API.G_VALID_LEVEL_FULL.
699: -- The default of this procedure is to perform
700: -- the full validations.
701: -- Currently, p_api_version is not used and is not validated,
702: -- but we would put this in the api as this is a standard IN parameter.
703: -- It is the responsibility of the calling program to commit the
704: -- record after performing the validations. This API is not responsible to
705: -- perform any commit.
706: -- Pre-reqs : None.

Line 777: -- would put this in the api as this is a standard IN parameter.

773: -- would be performed if p_validation_level = 50, and full validations
774: -- would be performed if p_validation_level = FND_API.G_VALID_LEVEL_FULL (100).
775: -- The default of this procedure is to perform the full validations.
776: -- Currently, p_api_version is not used and is not validated, but we
777: -- would put this in the api as this is a standard IN parameter.
778: -- It is the responsibility of the calling program to commit the
779: -- record after performing the validations. This API is not
780: -- responsible to perform any commit.
781: -- Pre-reqs: None.

Line 828: -- would put this in the api as this is a standard IN parameter.

824: -- would be performed if p_validation_level = 50, and full validations
825: -- would be performed if p_validation_level = FND_API.G_VALID_LEVEL_FULL (100).
826: -- The default of this procedure is to perform the full validations.
827: -- Currently, p_api_version is not used and is not validated, but we
828: -- would put this in the api as this is a standard IN parameter.
829: -- It is the responsibility of the calling program to commit the
830: -- record after performing the validations. This API is not
831: -- responsible to perform any commit.
832: -- Pre-reqs: None.