DBA Data[Home] [Help]

APPS.AR_OM_PREPAY_REFUND_PVT dependencies on AR_RECEIPT_API_PUB

Line 81: p_attribute_rec IN ar_receipt_api_pub.attribute_rec_type

77: p_refund_amount IN ar_receivable_applications.amount_applied%TYPE DEFAULT NULL,
78: p_refund_date IN ar_receivable_applications.apply_date%TYPE DEFAULT NULL,
79: p_refund_gl_date IN ar_receivable_applications.gl_date%TYPE DEFAULT NULL,
80: p_ussgl_transaction_code IN ar_receivable_applications.ussgl_transaction_code%TYPE DEFAULT NULL,
81: p_attribute_rec IN ar_receipt_api_pub.attribute_rec_type
82: DEFAULT ar_receipt_api_pub.attribute_rec_const,
83: -- ******* Global Flexfield parameters *******
84: p_global_attribute_rec IN ar_receipt_api_pub.global_attribute_rec_type
85: DEFAULT ar_receipt_api_pub.global_attribute_rec_const,

Line 82: DEFAULT ar_receipt_api_pub.attribute_rec_const,

78: p_refund_date IN ar_receivable_applications.apply_date%TYPE DEFAULT NULL,
79: p_refund_gl_date IN ar_receivable_applications.gl_date%TYPE DEFAULT NULL,
80: p_ussgl_transaction_code IN ar_receivable_applications.ussgl_transaction_code%TYPE DEFAULT NULL,
81: p_attribute_rec IN ar_receipt_api_pub.attribute_rec_type
82: DEFAULT ar_receipt_api_pub.attribute_rec_const,
83: -- ******* Global Flexfield parameters *******
84: p_global_attribute_rec IN ar_receipt_api_pub.global_attribute_rec_type
85: DEFAULT ar_receipt_api_pub.global_attribute_rec_const,
86: p_comments IN ar_receivable_applications.comments%TYPE DEFAULT NULL,

Line 84: p_global_attribute_rec IN ar_receipt_api_pub.global_attribute_rec_type

80: p_ussgl_transaction_code IN ar_receivable_applications.ussgl_transaction_code%TYPE DEFAULT NULL,
81: p_attribute_rec IN ar_receipt_api_pub.attribute_rec_type
82: DEFAULT ar_receipt_api_pub.attribute_rec_const,
83: -- ******* Global Flexfield parameters *******
84: p_global_attribute_rec IN ar_receipt_api_pub.global_attribute_rec_type
85: DEFAULT ar_receipt_api_pub.global_attribute_rec_const,
86: p_comments IN ar_receivable_applications.comments%TYPE DEFAULT NULL,
87: p_payment_set_id IN NUMBER DEFAULT NULL
88: ) IS

Line 85: DEFAULT ar_receipt_api_pub.global_attribute_rec_const,

81: p_attribute_rec IN ar_receipt_api_pub.attribute_rec_type
82: DEFAULT ar_receipt_api_pub.attribute_rec_const,
83: -- ******* Global Flexfield parameters *******
84: p_global_attribute_rec IN ar_receipt_api_pub.global_attribute_rec_type
85: DEFAULT ar_receipt_api_pub.global_attribute_rec_const,
86: p_comments IN ar_receivable_applications.comments%TYPE DEFAULT NULL,
87: p_payment_set_id IN NUMBER DEFAULT NULL
88: ) IS
89: