DBA Data[Home] [Help]

APPS.AR_OM_PREPAY_REFUND_PVT dependencies on AR_RECEIPT_API_PUB

Line 70: p_attribute_rec IN ar_receipt_api_pub.attribute_rec_type

66: p_refund_amount IN ar_receivable_applications.amount_applied%TYPE DEFAULT NULL,
67: p_refund_date IN ar_receivable_applications.apply_date%TYPE DEFAULT NULL,
68: p_refund_gl_date IN ar_receivable_applications.gl_date%TYPE DEFAULT NULL,
69: p_ussgl_transaction_code IN ar_receivable_applications.ussgl_transaction_code%TYPE DEFAULT NULL,
70: p_attribute_rec IN ar_receipt_api_pub.attribute_rec_type
71: DEFAULT ar_receipt_api_pub.attribute_rec_const,
72: -- ******* Global Flexfield parameters *******
73: p_global_attribute_rec IN ar_receipt_api_pub.global_attribute_rec_type
74: DEFAULT ar_receipt_api_pub.global_attribute_rec_const,

Line 71: DEFAULT ar_receipt_api_pub.attribute_rec_const,

67: p_refund_date IN ar_receivable_applications.apply_date%TYPE DEFAULT NULL,
68: p_refund_gl_date IN ar_receivable_applications.gl_date%TYPE DEFAULT NULL,
69: p_ussgl_transaction_code IN ar_receivable_applications.ussgl_transaction_code%TYPE DEFAULT NULL,
70: p_attribute_rec IN ar_receipt_api_pub.attribute_rec_type
71: DEFAULT ar_receipt_api_pub.attribute_rec_const,
72: -- ******* Global Flexfield parameters *******
73: p_global_attribute_rec IN ar_receipt_api_pub.global_attribute_rec_type
74: DEFAULT ar_receipt_api_pub.global_attribute_rec_const,
75: p_comments IN ar_receivable_applications.comments%TYPE DEFAULT NULL,

Line 73: p_global_attribute_rec IN ar_receipt_api_pub.global_attribute_rec_type

69: p_ussgl_transaction_code IN ar_receivable_applications.ussgl_transaction_code%TYPE DEFAULT NULL,
70: p_attribute_rec IN ar_receipt_api_pub.attribute_rec_type
71: DEFAULT ar_receipt_api_pub.attribute_rec_const,
72: -- ******* Global Flexfield parameters *******
73: p_global_attribute_rec IN ar_receipt_api_pub.global_attribute_rec_type
74: DEFAULT ar_receipt_api_pub.global_attribute_rec_const,
75: p_comments IN ar_receivable_applications.comments%TYPE DEFAULT NULL,
76: p_payment_set_id IN NUMBER DEFAULT NULL
77: ) ;

Line 74: DEFAULT ar_receipt_api_pub.global_attribute_rec_const,

70: p_attribute_rec IN ar_receipt_api_pub.attribute_rec_type
71: DEFAULT ar_receipt_api_pub.attribute_rec_const,
72: -- ******* Global Flexfield parameters *******
73: p_global_attribute_rec IN ar_receipt_api_pub.global_attribute_rec_type
74: DEFAULT ar_receipt_api_pub.global_attribute_rec_const,
75: p_comments IN ar_receivable_applications.comments%TYPE DEFAULT NULL,
76: p_payment_set_id IN NUMBER DEFAULT NULL
77: ) ;
78: