DBA Data[Home] [Help]

APPS.IGS_FI_CRDAPI_UTIL dependencies on IGS_FI_CREDIT_PVT

Line 29: p_credit_rec IN igs_fi_credit_pvt.credit_rec_type,

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: );
33: