DBA Data[Home] [Help]

APPS.AR_PREPAYMENTS dependencies on AR_RECEIPT_API_PUB

Line 95: p_attribute_rec IN ar_receipt_api_pub.attribute_rec_type

91: p_doc_sequence_value IN NUMBER DEFAULT NULL,
92: p_ussgl_transaction_code IN ar_cash_receipts.ussgl_transaction_code%TYPE DEFAULT NULL,
93: p_anticipated_clearing_date IN ar_cash_receipts.anticipated_clearing_date%TYPE DEFAULT NULL,
94: p_called_from IN VARCHAR2 DEFAULT NULL,
95: p_attribute_rec IN ar_receipt_api_pub.attribute_rec_type
96: DEFAULT ar_receipt_api_pub.attribute_rec_const,
97: -- ******* Global Flexfield parameters *******
98: p_global_attribute_rec IN ar_receipt_api_pub.global_attribute_rec_type
99: DEFAULT ar_receipt_api_pub.global_attribute_rec_const,

Line 96: DEFAULT ar_receipt_api_pub.attribute_rec_const,

92: p_ussgl_transaction_code IN ar_cash_receipts.ussgl_transaction_code%TYPE DEFAULT NULL,
93: p_anticipated_clearing_date IN ar_cash_receipts.anticipated_clearing_date%TYPE DEFAULT NULL,
94: p_called_from IN VARCHAR2 DEFAULT NULL,
95: p_attribute_rec IN ar_receipt_api_pub.attribute_rec_type
96: DEFAULT ar_receipt_api_pub.attribute_rec_const,
97: -- ******* Global Flexfield parameters *******
98: p_global_attribute_rec IN ar_receipt_api_pub.global_attribute_rec_type
99: DEFAULT ar_receipt_api_pub.global_attribute_rec_const,
100: p_receipt_comments IN VARCHAR2 DEFAULT NULL,

Line 98: p_global_attribute_rec IN ar_receipt_api_pub.global_attribute_rec_type

94: p_called_from IN VARCHAR2 DEFAULT NULL,
95: p_attribute_rec IN ar_receipt_api_pub.attribute_rec_type
96: DEFAULT ar_receipt_api_pub.attribute_rec_const,
97: -- ******* Global Flexfield parameters *******
98: p_global_attribute_rec IN ar_receipt_api_pub.global_attribute_rec_type
99: DEFAULT ar_receipt_api_pub.global_attribute_rec_const,
100: p_receipt_comments IN VARCHAR2 DEFAULT NULL,
101: -- *** Notes Receivable Additional Information ***
102: p_issuer_name IN ar_cash_receipts.issuer_name%TYPE DEFAULT NULL,

Line 99: DEFAULT ar_receipt_api_pub.global_attribute_rec_const,

95: p_attribute_rec IN ar_receipt_api_pub.attribute_rec_type
96: DEFAULT ar_receipt_api_pub.attribute_rec_const,
97: -- ******* Global Flexfield parameters *******
98: p_global_attribute_rec IN ar_receipt_api_pub.global_attribute_rec_type
99: DEFAULT ar_receipt_api_pub.global_attribute_rec_const,
100: p_receipt_comments IN VARCHAR2 DEFAULT NULL,
101: -- *** Notes Receivable Additional Information ***
102: p_issuer_name IN ar_cash_receipts.issuer_name%TYPE DEFAULT NULL,
103: p_issue_date IN ar_cash_receipts.issue_date%TYPE DEFAULT NULL,

Line 121: app_attribute_rec IN ar_receipt_api_pub.attribute_rec_type

117: p_apply_gl_date IN ar_receivable_applications.gl_date%TYPE DEFAULT NULL,
118: app_ussgl_transaction_code IN ar_receivable_applications.ussgl_transaction_code%TYPE DEFAULT NULL,
119: p_show_closed_invoices IN VARCHAR2 DEFAULT 'FALSE',
120: p_move_deferred_tax IN VARCHAR2 DEFAULT 'Y',
121: app_attribute_rec IN ar_receipt_api_pub.attribute_rec_type
122: DEFAULT ar_receipt_api_pub.attribute_rec_const,
123: -- ******* Global Flexfield parameters *******
124: app_global_attribute_rec IN ar_receipt_api_pub.global_attribute_rec_type
125: DEFAULT ar_receipt_api_pub.global_attribute_rec_const,

Line 122: DEFAULT ar_receipt_api_pub.attribute_rec_const,

118: app_ussgl_transaction_code IN ar_receivable_applications.ussgl_transaction_code%TYPE DEFAULT NULL,
119: p_show_closed_invoices IN VARCHAR2 DEFAULT 'FALSE',
120: p_move_deferred_tax IN VARCHAR2 DEFAULT 'Y',
121: app_attribute_rec IN ar_receipt_api_pub.attribute_rec_type
122: DEFAULT ar_receipt_api_pub.attribute_rec_const,
123: -- ******* Global Flexfield parameters *******
124: app_global_attribute_rec IN ar_receipt_api_pub.global_attribute_rec_type
125: DEFAULT ar_receipt_api_pub.global_attribute_rec_const,
126: app_comments IN ar_receivable_applications.comments%TYPE DEFAULT NULL,

Line 124: app_global_attribute_rec IN ar_receipt_api_pub.global_attribute_rec_type

120: p_move_deferred_tax IN VARCHAR2 DEFAULT 'Y',
121: app_attribute_rec IN ar_receipt_api_pub.attribute_rec_type
122: DEFAULT ar_receipt_api_pub.attribute_rec_const,
123: -- ******* Global Flexfield parameters *******
124: app_global_attribute_rec IN ar_receipt_api_pub.global_attribute_rec_type
125: DEFAULT ar_receipt_api_pub.global_attribute_rec_const,
126: app_comments IN ar_receivable_applications.comments%TYPE DEFAULT NULL,
127: -- processor such as iPayments
128: p_payment_server_order_num IN OUT NOCOPY ar_cash_receipts.payment_server_order_num%TYPE,

Line 125: DEFAULT ar_receipt_api_pub.global_attribute_rec_const,

121: app_attribute_rec IN ar_receipt_api_pub.attribute_rec_type
122: DEFAULT ar_receipt_api_pub.attribute_rec_const,
123: -- ******* Global Flexfield parameters *******
124: app_global_attribute_rec IN ar_receipt_api_pub.global_attribute_rec_type
125: DEFAULT ar_receipt_api_pub.global_attribute_rec_const,
126: app_comments IN ar_receivable_applications.comments%TYPE DEFAULT NULL,
127: -- processor such as iPayments
128: p_payment_server_order_num IN OUT NOCOPY ar_cash_receipts.payment_server_order_num%TYPE,
129: p_approval_code IN OUT NOCOPY ar_cash_receipts.approval_code%TYPE,

Line 191: p_attribute_rec IN ar_receipt_api_pub.attribute_rec_type

187: p_refund_amount IN ar_receivable_applications.amount_applied%TYPE DEFAULT NULL,
188: p_refund_date IN ar_receivable_applications.apply_date%TYPE DEFAULT NULL,
189: p_refund_gl_date IN ar_receivable_applications.gl_date%TYPE DEFAULT NULL,
190: p_ussgl_transaction_code IN ar_receivable_applications.ussgl_transaction_code%TYPE DEFAULT NULL,
191: p_attribute_rec IN ar_receipt_api_pub.attribute_rec_type
192: DEFAULT ar_receipt_api_pub.attribute_rec_const,
193: -- ******* Global Flexfield parameters *******
194: p_global_attribute_rec IN ar_receipt_api_pub.global_attribute_rec_type
195: DEFAULT ar_receipt_api_pub.global_attribute_rec_const,

Line 192: DEFAULT ar_receipt_api_pub.attribute_rec_const,

188: p_refund_date IN ar_receivable_applications.apply_date%TYPE DEFAULT NULL,
189: p_refund_gl_date IN ar_receivable_applications.gl_date%TYPE DEFAULT NULL,
190: p_ussgl_transaction_code IN ar_receivable_applications.ussgl_transaction_code%TYPE DEFAULT NULL,
191: p_attribute_rec IN ar_receipt_api_pub.attribute_rec_type
192: DEFAULT ar_receipt_api_pub.attribute_rec_const,
193: -- ******* Global Flexfield parameters *******
194: p_global_attribute_rec IN ar_receipt_api_pub.global_attribute_rec_type
195: DEFAULT ar_receipt_api_pub.global_attribute_rec_const,
196: p_comments IN ar_receivable_applications.comments%TYPE DEFAULT NULL,

Line 194: p_global_attribute_rec IN ar_receipt_api_pub.global_attribute_rec_type

190: p_ussgl_transaction_code IN ar_receivable_applications.ussgl_transaction_code%TYPE DEFAULT NULL,
191: p_attribute_rec IN ar_receipt_api_pub.attribute_rec_type
192: DEFAULT ar_receipt_api_pub.attribute_rec_const,
193: -- ******* Global Flexfield parameters *******
194: p_global_attribute_rec IN ar_receipt_api_pub.global_attribute_rec_type
195: DEFAULT ar_receipt_api_pub.global_attribute_rec_const,
196: p_comments IN ar_receivable_applications.comments%TYPE DEFAULT NULL,
197: p_payment_set_id IN NUMBER DEFAULT NULL
198: );

Line 195: DEFAULT ar_receipt_api_pub.global_attribute_rec_const,

191: p_attribute_rec IN ar_receipt_api_pub.attribute_rec_type
192: DEFAULT ar_receipt_api_pub.attribute_rec_const,
193: -- ******* Global Flexfield parameters *******
194: p_global_attribute_rec IN ar_receipt_api_pub.global_attribute_rec_type
195: DEFAULT ar_receipt_api_pub.global_attribute_rec_const,
196: p_comments IN ar_receivable_applications.comments%TYPE DEFAULT NULL,
197: p_payment_set_id IN NUMBER DEFAULT NULL
198: );
199: