DBA Data[Home] [Help]

APPS.ARP_DEDUCTION_COVER2 dependencies on AR_RECEIPT_API_PUB

Line 70: l_attribute_rec ar_receipt_api_pub.attribute_rec_type;

66: l_ra_rec ar_receivable_applications%ROWTYPE;
67: l_default_gl_date DATE;
68: l_defaulting_rule_used VARCHAR2(100);
69: l_bal_due_remaining NUMBER;
70: l_attribute_rec ar_receipt_api_pub.attribute_rec_type;
71: l_global_attribute_rec ar_receipt_api_pub.global_attribute_rec_type;
72:
73: l_error_message VARCHAR2(2000);
74: l_error_count NUMBER := 0;

Line 71: l_global_attribute_rec ar_receipt_api_pub.global_attribute_rec_type;

67: l_default_gl_date DATE;
68: l_defaulting_rule_used VARCHAR2(100);
69: l_bal_due_remaining NUMBER;
70: l_attribute_rec ar_receipt_api_pub.attribute_rec_type;
71: l_global_attribute_rec ar_receipt_api_pub.global_attribute_rec_type;
72:
73: l_error_message VARCHAR2(2000);
74: l_error_count NUMBER := 0;
75: l_msg_count NUMBER;

Line 268: ar_receipt_api_pub.apply (

264: l_global_attribute_rec.global_attribute18 := l_ra_rec.global_attribute18;
265: l_global_attribute_rec.global_attribute19 := l_ra_rec.global_attribute19;
266: l_global_attribute_rec.global_attribute20 := l_ra_rec.global_attribute20;
267:
268: ar_receipt_api_pub.apply (
269: p_api_version => 1.0,
270: p_init_msg_list => FND_API.G_FALSE,
271: x_return_status => l_return_status,
272: x_msg_count => l_msg_count,