DBA Data[Home] [Help]

APPS.IGS_FI_CREDIT_PVT dependencies on IGS_FI_CR_ACTIVITIES

Line 54: -- x_credit_activity_id OUT NOCOPY igs_fi_cr_activities.credit_activity_id%TYPE

50: -- This is standard API out Parameter that contains the messages in the encoded format. User has to decode the error messages
51: -- when they want to see the actual message text.
52: -- x_credit_id OUT NOCOPY igs_fi_credits_all.credit_id%TYPE,
53: -- This out parameter contains the identifier for the credit transaction that got created.
54: -- x_credit_activity_id OUT NOCOPY igs_fi_cr_activities.credit_activity_id%TYPE
55: -- This out parameter contains the identifier for the credit activity transaction that got created.
56: -- x_credit_number OUT NOCOPY igs_fi_credits_all.credit_number%TYPE
57: -- This out parameter contains the creditreceipt number for the credit transaction that got created.
58: --

Line 113: x_credit_activity_id OUT NOCOPY igs_fi_cr_activities.credit_activity_id%TYPE,

109: x_msg_data OUT NOCOPY VARCHAR2,
110: p_credit_rec IN credit_rec_type,
111: p_attribute_record IN igs_fi_credits_api_pub.attribute_rec_type DEFAULT NULL,
112: x_credit_id OUT NOCOPY igs_fi_credits_all.credit_id%TYPE,
113: x_credit_activity_id OUT NOCOPY igs_fi_cr_activities.credit_activity_id%TYPE,
114: x_credit_number OUT NOCOPY igs_fi_credits_all.credit_number%TYPE);
115:
116: END igs_fi_credit_pvt;