DBA Data[Home] [Help]

APPS.FUN_TRX_PVT dependencies on STANDARD

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

708: -- p_validation_level = FND_API.G_VALID_LEVEL_FULL.
709: -- The default of this procedure is to perform
710: -- the full validations.
711: -- Currently, p_api_version is not used and is not validated,
712: -- but we would put this in the api as this is a standard IN parameter.
713: -- It is the responsibility of the calling program to commit the
714: -- record after performing the validations. This API is not responsible to
715: -- perform any commit.
716: -- Pre-reqs : None.

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

783: -- would be performed if p_validation_level = 50, and full validations
784: -- would be performed if p_validation_level = FND_API.G_VALID_LEVEL_FULL (100).
785: -- The default of this procedure is to perform the full validations.
786: -- Currently, p_api_version is not used and is not validated, but we
787: -- would put this in the api as this is a standard IN parameter.
788: -- It is the responsibility of the calling program to commit the
789: -- record after performing the validations. This API is not
790: -- responsible to perform any commit.
791: -- Pre-reqs: None.

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

834: -- would be performed if p_validation_level = 50, and full validations
835: -- would be performed if p_validation_level = FND_API.G_VALID_LEVEL_FULL (100).
836: -- The default of this procedure is to perform the full validations.
837: -- Currently, p_api_version is not used and is not validated, but we
838: -- would put this in the api as this is a standard IN parameter.
839: -- It is the responsibility of the calling program to commit the
840: -- record after performing the validations. This API is not
841: -- responsible to perform any commit.
842: -- Pre-reqs: None.