DBA Data[Home] [Help]

APPS.AR_PREPAYMENTS_PUB dependencies on AR_RECEIPT_API_PUB

Line 117: p_attribute_rec IN ar_receipt_api_pub.attribute_rec_type

113: p_doc_sequence_value IN NUMBER DEFAULT NULL,
114: p_ussgl_transaction_code IN ar_cash_receipts.ussgl_transaction_code%TYPE DEFAULT NULL,
115: p_anticipated_clearing_date IN ar_cash_receipts.anticipated_clearing_date%TYPE DEFAULT NULL,
116: p_called_from IN VARCHAR2 DEFAULT NULL,
117: p_attribute_rec IN ar_receipt_api_pub.attribute_rec_type
118: DEFAULT ar_receipt_api_pub.attribute_rec_const,
119: -- ******* Global Flexfield parameters *******
120: p_global_attribute_rec IN ar_receipt_api_pub.global_attribute_rec_type
121: DEFAULT ar_receipt_api_pub.global_attribute_rec_const,

Line 118: DEFAULT ar_receipt_api_pub.attribute_rec_const,

114: p_ussgl_transaction_code IN ar_cash_receipts.ussgl_transaction_code%TYPE DEFAULT NULL,
115: p_anticipated_clearing_date IN ar_cash_receipts.anticipated_clearing_date%TYPE DEFAULT NULL,
116: p_called_from IN VARCHAR2 DEFAULT NULL,
117: p_attribute_rec IN ar_receipt_api_pub.attribute_rec_type
118: DEFAULT ar_receipt_api_pub.attribute_rec_const,
119: -- ******* Global Flexfield parameters *******
120: p_global_attribute_rec IN ar_receipt_api_pub.global_attribute_rec_type
121: DEFAULT ar_receipt_api_pub.global_attribute_rec_const,
122: p_receipt_comments IN VARCHAR2 DEFAULT NULL,

Line 120: p_global_attribute_rec IN ar_receipt_api_pub.global_attribute_rec_type

116: p_called_from IN VARCHAR2 DEFAULT NULL,
117: p_attribute_rec IN ar_receipt_api_pub.attribute_rec_type
118: DEFAULT ar_receipt_api_pub.attribute_rec_const,
119: -- ******* Global Flexfield parameters *******
120: p_global_attribute_rec IN ar_receipt_api_pub.global_attribute_rec_type
121: DEFAULT ar_receipt_api_pub.global_attribute_rec_const,
122: p_receipt_comments IN VARCHAR2 DEFAULT NULL,
123: -- *** Notes Receivable Additional Information ***
124: p_issuer_name IN ar_cash_receipts.issuer_name%TYPE DEFAULT NULL,

Line 121: DEFAULT ar_receipt_api_pub.global_attribute_rec_const,

117: p_attribute_rec IN ar_receipt_api_pub.attribute_rec_type
118: DEFAULT ar_receipt_api_pub.attribute_rec_const,
119: -- ******* Global Flexfield parameters *******
120: p_global_attribute_rec IN ar_receipt_api_pub.global_attribute_rec_type
121: DEFAULT ar_receipt_api_pub.global_attribute_rec_const,
122: p_receipt_comments IN VARCHAR2 DEFAULT NULL,
123: -- *** Notes Receivable Additional Information ***
124: p_issuer_name IN ar_cash_receipts.issuer_name%TYPE DEFAULT NULL,
125: p_issue_date IN ar_cash_receipts.issue_date%TYPE DEFAULT NULL,

Line 143: app_attribute_rec IN ar_receipt_api_pub.attribute_rec_type

139: p_apply_gl_date IN ar_receivable_applications.gl_date%TYPE DEFAULT NULL,
140: app_ussgl_transaction_code IN ar_receivable_applications.ussgl_transaction_code%TYPE DEFAULT NULL,
141: p_show_closed_invoices IN VARCHAR2 DEFAULT 'FALSE',
142: p_move_deferred_tax IN VARCHAR2 DEFAULT 'Y',
143: app_attribute_rec IN ar_receipt_api_pub.attribute_rec_type
144: DEFAULT ar_receipt_api_pub.attribute_rec_const,
145: -- ******* Global Flexfield parameters *******
146: app_global_attribute_rec IN ar_receipt_api_pub.global_attribute_rec_type
147: DEFAULT ar_receipt_api_pub.global_attribute_rec_const,

Line 144: DEFAULT ar_receipt_api_pub.attribute_rec_const,

140: app_ussgl_transaction_code IN ar_receivable_applications.ussgl_transaction_code%TYPE DEFAULT NULL,
141: p_show_closed_invoices IN VARCHAR2 DEFAULT 'FALSE',
142: p_move_deferred_tax IN VARCHAR2 DEFAULT 'Y',
143: app_attribute_rec IN ar_receipt_api_pub.attribute_rec_type
144: DEFAULT ar_receipt_api_pub.attribute_rec_const,
145: -- ******* Global Flexfield parameters *******
146: app_global_attribute_rec IN ar_receipt_api_pub.global_attribute_rec_type
147: DEFAULT ar_receipt_api_pub.global_attribute_rec_const,
148: app_comments IN ar_receivable_applications.comments%TYPE DEFAULT NULL,

Line 146: app_global_attribute_rec IN ar_receipt_api_pub.global_attribute_rec_type

142: p_move_deferred_tax IN VARCHAR2 DEFAULT 'Y',
143: app_attribute_rec IN ar_receipt_api_pub.attribute_rec_type
144: DEFAULT ar_receipt_api_pub.attribute_rec_const,
145: -- ******* Global Flexfield parameters *******
146: app_global_attribute_rec IN ar_receipt_api_pub.global_attribute_rec_type
147: DEFAULT ar_receipt_api_pub.global_attribute_rec_const,
148: app_comments IN ar_receivable_applications.comments%TYPE DEFAULT NULL,
149: -- processor such as iPayments
150: p_payment_server_order_num IN OUT NOCOPY ar_cash_receipts.payment_server_order_num%TYPE,

Line 147: DEFAULT ar_receipt_api_pub.global_attribute_rec_const,

143: app_attribute_rec IN ar_receipt_api_pub.attribute_rec_type
144: DEFAULT ar_receipt_api_pub.attribute_rec_const,
145: -- ******* Global Flexfield parameters *******
146: app_global_attribute_rec IN ar_receipt_api_pub.global_attribute_rec_type
147: DEFAULT ar_receipt_api_pub.global_attribute_rec_const,
148: app_comments IN ar_receivable_applications.comments%TYPE DEFAULT NULL,
149: -- processor such as iPayments
150: p_payment_server_order_num IN OUT NOCOPY ar_cash_receipts.payment_server_order_num%TYPE,
151: p_approval_code IN OUT NOCOPY ar_cash_receipts.approval_code%TYPE,