DBA Data[Home] [Help]

APPS.AR_PREPAYMENTS_PUB dependencies on AR_RECEIPT_API_PUB

Line 101: p_attribute_rec IN ar_receipt_api_pub.attribute_rec_type

97: p_doc_sequence_value IN NUMBER DEFAULT NULL,
98: p_ussgl_transaction_code IN ar_cash_receipts.ussgl_transaction_code%TYPE DEFAULT NULL,
99: p_anticipated_clearing_date IN ar_cash_receipts.anticipated_clearing_date%TYPE DEFAULT NULL,
100: p_called_from IN VARCHAR2 DEFAULT NULL,
101: p_attribute_rec IN ar_receipt_api_pub.attribute_rec_type
102: DEFAULT ar_receipt_api_pub.attribute_rec_const,
103: -- ******* Global Flexfield parameters *******
104: p_global_attribute_rec IN ar_receipt_api_pub.global_attribute_rec_type
105: DEFAULT ar_receipt_api_pub.global_attribute_rec_const,

Line 102: DEFAULT ar_receipt_api_pub.attribute_rec_const,

98: p_ussgl_transaction_code IN ar_cash_receipts.ussgl_transaction_code%TYPE DEFAULT NULL,
99: p_anticipated_clearing_date IN ar_cash_receipts.anticipated_clearing_date%TYPE DEFAULT NULL,
100: p_called_from IN VARCHAR2 DEFAULT NULL,
101: p_attribute_rec IN ar_receipt_api_pub.attribute_rec_type
102: DEFAULT ar_receipt_api_pub.attribute_rec_const,
103: -- ******* Global Flexfield parameters *******
104: p_global_attribute_rec IN ar_receipt_api_pub.global_attribute_rec_type
105: DEFAULT ar_receipt_api_pub.global_attribute_rec_const,
106: p_receipt_comments IN VARCHAR2 DEFAULT NULL,

Line 104: p_global_attribute_rec IN ar_receipt_api_pub.global_attribute_rec_type

100: p_called_from IN VARCHAR2 DEFAULT NULL,
101: p_attribute_rec IN ar_receipt_api_pub.attribute_rec_type
102: DEFAULT ar_receipt_api_pub.attribute_rec_const,
103: -- ******* Global Flexfield parameters *******
104: p_global_attribute_rec IN ar_receipt_api_pub.global_attribute_rec_type
105: DEFAULT ar_receipt_api_pub.global_attribute_rec_const,
106: p_receipt_comments IN VARCHAR2 DEFAULT NULL,
107: -- *** Notes Receivable Additional Information ***
108: p_issuer_name IN ar_cash_receipts.issuer_name%TYPE DEFAULT NULL,

Line 105: DEFAULT ar_receipt_api_pub.global_attribute_rec_const,

101: p_attribute_rec IN ar_receipt_api_pub.attribute_rec_type
102: DEFAULT ar_receipt_api_pub.attribute_rec_const,
103: -- ******* Global Flexfield parameters *******
104: p_global_attribute_rec IN ar_receipt_api_pub.global_attribute_rec_type
105: DEFAULT ar_receipt_api_pub.global_attribute_rec_const,
106: p_receipt_comments IN VARCHAR2 DEFAULT NULL,
107: -- *** Notes Receivable Additional Information ***
108: p_issuer_name IN ar_cash_receipts.issuer_name%TYPE DEFAULT NULL,
109: p_issue_date IN ar_cash_receipts.issue_date%TYPE DEFAULT NULL,

Line 127: app_attribute_rec IN ar_receipt_api_pub.attribute_rec_type

123: p_apply_gl_date IN ar_receivable_applications.gl_date%TYPE DEFAULT NULL,
124: app_ussgl_transaction_code IN ar_receivable_applications.ussgl_transaction_code%TYPE DEFAULT NULL,
125: p_show_closed_invoices IN VARCHAR2 DEFAULT 'FALSE',
126: p_move_deferred_tax IN VARCHAR2 DEFAULT 'Y',
127: app_attribute_rec IN ar_receipt_api_pub.attribute_rec_type
128: DEFAULT ar_receipt_api_pub.attribute_rec_const,
129: -- ******* Global Flexfield parameters *******
130: app_global_attribute_rec IN ar_receipt_api_pub.global_attribute_rec_type
131: DEFAULT ar_receipt_api_pub.global_attribute_rec_const,

Line 128: DEFAULT ar_receipt_api_pub.attribute_rec_const,

124: app_ussgl_transaction_code IN ar_receivable_applications.ussgl_transaction_code%TYPE DEFAULT NULL,
125: p_show_closed_invoices IN VARCHAR2 DEFAULT 'FALSE',
126: p_move_deferred_tax IN VARCHAR2 DEFAULT 'Y',
127: app_attribute_rec IN ar_receipt_api_pub.attribute_rec_type
128: DEFAULT ar_receipt_api_pub.attribute_rec_const,
129: -- ******* Global Flexfield parameters *******
130: app_global_attribute_rec IN ar_receipt_api_pub.global_attribute_rec_type
131: DEFAULT ar_receipt_api_pub.global_attribute_rec_const,
132: app_comments IN ar_receivable_applications.comments%TYPE DEFAULT NULL,

Line 130: app_global_attribute_rec IN ar_receipt_api_pub.global_attribute_rec_type

126: p_move_deferred_tax IN VARCHAR2 DEFAULT 'Y',
127: app_attribute_rec IN ar_receipt_api_pub.attribute_rec_type
128: DEFAULT ar_receipt_api_pub.attribute_rec_const,
129: -- ******* Global Flexfield parameters *******
130: app_global_attribute_rec IN ar_receipt_api_pub.global_attribute_rec_type
131: DEFAULT ar_receipt_api_pub.global_attribute_rec_const,
132: app_comments IN ar_receivable_applications.comments%TYPE DEFAULT NULL,
133: -- processor such as iPayments
134: p_payment_server_order_num IN OUT NOCOPY ar_cash_receipts.payment_server_order_num%TYPE,

Line 131: DEFAULT ar_receipt_api_pub.global_attribute_rec_const,

127: app_attribute_rec IN ar_receipt_api_pub.attribute_rec_type
128: DEFAULT ar_receipt_api_pub.attribute_rec_const,
129: -- ******* Global Flexfield parameters *******
130: app_global_attribute_rec IN ar_receipt_api_pub.global_attribute_rec_type
131: DEFAULT ar_receipt_api_pub.global_attribute_rec_const,
132: app_comments IN ar_receivable_applications.comments%TYPE DEFAULT NULL,
133: -- processor such as iPayments
134: p_payment_server_order_num IN OUT NOCOPY ar_cash_receipts.payment_server_order_num%TYPE,
135: p_approval_code IN OUT NOCOPY ar_cash_receipts.approval_code%TYPE,

Line 332: ar_receipt_api_pub.Create_Cash(

328: arp_util.debug('Create_Prepayment: payment_trxn_extension_id' || to_char(p_payment_trxn_extension_id) );
329:
330:
331: --calling the internal create_cash routine
332: ar_receipt_api_pub.Create_Cash(
333: p_api_version => p_api_version,
334: p_init_msg_list => p_init_msg_list,
335: p_commit => FND_API.G_FALSE,
336: p_validation_level => FND_API.G_VALID_LEVEL_FULL,

Line 759: ar_receipt_api_pub.Apply_other_account(

755:
756: /* bichatte end */
757:
758:
759: ar_receipt_api_pub.Apply_other_account(
760: -- Standard API parameters.
761: p_api_version => p_api_version,
762: p_init_msg_list => FND_API.G_FALSE, --message stack is not initialized
763: p_commit => p_commit,