DBA Data[Home] [Help]

APPS.IGS_FI_CRDAPI_UTIL dependencies on FND_API

Line 28: p_n_validation_level IN NUMBER DEFAULT fnd_api.g_valid_level_full,

24: * individual procedures or functions. When this procedure is invoked with FULL
25: * validation level then all parameter validations will take place.
26: */
27: PROCEDURE validate_parameters (
28: p_n_validation_level IN NUMBER DEFAULT fnd_api.g_valid_level_full,
29: p_credit_rec IN igs_fi_credit_pvt.credit_rec_type,
30: p_attribute_rec IN igs_fi_credits_api_pub.attribute_rec_type,
31: p_b_return_status OUT NOCOPY BOOLEAN
32: );