Monday, December 30, 2024
Query to get Sales Invoice(Receivables) Details in R12
Thursday, January 18, 2024
Query for AR Sales Representative Name in Oracle Fusion
Join between Sales Order(SO) and Receivables(AR) in Oracle Fusion
Thursday, November 3, 2022
Invalid customer transaction identifier.APPLY : ORA-01403: no data foundORA-01403: no data found in Package AR_RECEIPT_API_PUB Procedure Apply
One of the possible reason is Invoice already paid.
You can validate with below query.
select * from ra_customer_trx_all where trx_number = '1'
note customer_trx_id from the above query.
select * from ar_receivable_applications_all
where applied_customer_trx_id = <pass customer trx id>
note cash_receipt_id from above query
select * from ar_cash_receipts_all
where cash_receipt_id = <pass cash receipt id>
Tuesday, October 25, 2022
AR Receipt Reversal Categories(REVERSAL_CATEGORY_TYPE) in Oracle APPS
Thursday, June 30, 2022
Revenue Analyst in Oracle Fusion
Accounts Receivable Specialist in Oracle Fusion
Accounts Receivable Specialist manages and implements all customer related payment activities, including receiving customer payments and electronic remittance advice, performing cash handling activities, processing customer payments, and applying payments to customer accounts.
Accounts Receivable Manager in Oracle Fusion
Account Receivable Manager manages all accounts receivable activities. It also includes below activities:
- Defining policy and controls
- Establishing processes and procedures, resolving issues
- Monitoring and analyzing accounts receivable balances
- Creating reports
- Business Intelligence.
Thursday, May 12, 2022
Why there is no entry in AR_PAYMENT_SCHEDULES_ALL even after completing the AR Transaction in Oracle APPS
- After completing AR Transaction there is no data or entry in AR_PAYMENT_SCHEDULES_ALL table.
- Possible reason is "Open Receivables" check box is not checked for the Transaction Type while creating it.
- If Open Receivable is set to Yes then Receivables updates Customer Balances each time you create a complete Credit Memo, Debit Memo, Chargeback, or On-Account Credit with this Transaction Type.
- This also includes these Transactions in the Standard Aging and Collection Processes in Receivables.
Thursday, February 17, 2022
Unapplied and Unresolved Receipts Register report completing with Error
"Unapplied and Unresolved Receipts" report is the replacement for "Unapplied Receipt Register". When tried to run "Unapplied and Unresolved Receipts" report for the first time, its completed with below error.
Its not a BIDI char set
Its not a BIDI language
Error executing cursor. ORA-06502: PL/SQL: numeric or value error: NULL index table key value
ORA-06512: at "APPS.FA_RX_PUBLISH", line 2205
ORA-06512: at line 1
Unable to execute cursor
To resolve this issue Oracle Provided data fix as mentioned in Note "Unapplied and Unresolved Receipts Register Cannot Be Submitted (Doc ID 866105.1)"
Please make sure that you will do testing in test instance.
As per Oracle the error occurs because the concurrent_program_id is null for the reports having report_ids 492 and 493.
1. Please run the following sql
select report_id, application_id, concurrent_program_id,
last_update_date,concurrent_program_name
from fa_rx_reports
where report_id in (492,493);
2. If the query results concurrent_program_id as NULL then please run the following update statement:
Update fa_rx_reports farr
set concurrent_program_id =
(Select concurrent_program_id
From fnd_concurrent_programs
Where application_id = farr.application_id
And concurrent_program_name = farr.concurrent_program_name);
3. Then run the report.
Tuesday, February 15, 2022
"Unapplied Receipt Register" report completing with Error in Oracle Apps R12
While running "Unapplied Receipts Register" completing with below error in Oracle APPS R12.
REP-0004: Warning: Unable to open user preference file.
MSG-00100: BeforeReport_Procs.Set_Sort_Order
MSG-00200: Total forAGENCY:
REP-1401: 'report_subtitleformula': Fatal PL/SQL error occurred.
ORA-06502: PL/SQL: numeric or value error
ORA-06512: at "APPS.AR_MO_GLOBAL_CACHE", line 55
ORA-06512: at "APPS.ARP_STANDARD", line 3021
REP-0069: Internal error
REP-57054: In-process job terminated:Terminated with error: m
REP-1401: MSG-00100: BeforeReport_Procs.Set_Sort_Order
MSG-00200: Total forAGENCY:
REP-1401: 'report_subtitleformula': Fatal PL/SQL error occurred.
ORA-06502: PL/SQL: numeric or value error
ORA-06512: at "APPS.AR_MO_GLOBAL_CACHE", line 55
ORA-06512: at "APPS.ARP_STANDARD", line 3021
Solution: As mentionbed in Oracle Note Document ID 418261.1 "Unapplied Receipt Register" is Obsoleted in R12.
Below are the comments from Oracle Note.
"In Release 12, the Unapplied Receipt Register has been made Obsoleted.
The Unapplied and Unresolved Receipts Register is a new RXI report which gives you the ability to change the columns on the report as needed with the Report eXchange Designer responsibility."
Tuesday, January 25, 2022
Query to get Customer Details in Oracle APPS R12
Friday, January 7, 2022
Steps to define Auto Lockbox in Oracle APPS
- Define the Bank, Bank Branch and Bank Account
- Define Receipt Class for Auto Lockbox
- Define Receipt Source
- Define Autocash Ruleset
- Define Customer, attach the receipt method and create the customer bank account (Branch number and account number combination decides the MICR number)
- Define Lockbox
- Navigation: Setup --> Receipts --> Lockboxes --> Lockboxes
- Define Transmission Formats
- Navigation: Setup --> Receipts --> Lockboxes --> Transmission Formats
- Control file changes
- Run Autolockbox
- Submit Validation
- Submit Post Quickcash
Thursday, December 2, 2021
"This record in table hz_cust_accounts cannot be locked as it has been updated by another user." while updating Customer Account using HZ_CUST_ACCOUNT_V2PUB.UPDATE_CUST_ACCOUNT API in oracle apps
The error indicates that incorrect value of object_version_number is used in the TCA API.
Check object_version_number for the Customer Account which you are trying to update.
Pass the object_version_number returned from the above script to p_object_version_number and run the TCA API script.
This information you can find from Oracle Note, 1518466.1
Friday, July 16, 2021
Query to display Transaction Type Details In Oracle Receivables
SELECT hou.name operating_unit
,xep.name legal_entity
,rctta.name
,rctta.description
,al.meaning class
,al2.meaning creation_sign
,al3.meaning transaction_status
,al4.meaning printing_option
,null invoice_type
,rctt2.name credit_memo_type
,aars.rule_set_name application_rule_set
,aat.payment_term_name terms
,rctta.start_date
,rctta.end_date
,rctta.accounting_affect_flag open_receivable
,rctta.adj_post_to_gl allow_adjustment_posting
,rctta.post_to_gl post_to_gl
,rctta.allow_freight_flag allow_freight
,rctta.natural_application_only_flag natural_application_only
,rctta.tax_calculation_flag default_tax_classification
,rctta.exclude_from_late_charges exclude_from_late_charges_cal
,rctta.allow_overapplication_flag allow_over_application
,gcck.concatenated_segments receivable_account
,gcck3.concatenated_segments freight_account
,gcck2.concatenated_segments revenue_account
,gcck4.concatenated_segments clearing_account
,gcck5.concatenated_segments unbilled_receivable_account
,gcck6.concatenated_segments unearned_revenue_account
,gcck7.concatenated_segments tax_account
FROM ra_cust_trx_types_all rctta
,hr_operating_units hou
,xle_entity_profiles xep
,ar_lookups al
,ar_lookups al2
,ar_lookups al3
,ar_lookups al4
,ra_cust_trx_types_all rctta2
,ar_app_rule_sets aars
,arfv_ar_terms aat
,gl_code_combinations_kfv gcck
,gl_code_combinations_kfv gcck2
,gl_code_combinations_kfv gcck3
,gl_code_combinations_kfv gcck4
,gl_code_combinations_kfv gcck5
,gl_code_combinations_kfv gcck6
,gl_code_combinations_kfv gcck7
WHERE 1=1
AND rctta.org_id= hou.organization_id
AND xep.legal_entity_id(+)=rctta.legal_entity_id
AND al.lookup_type='INV/CM'
AND al.lookup_code=rctta.type
AND al2.lookup_type='SIGN'
AND al2.lookup_code=rctta.creation_sign
AND al3.lookup_type='INVOICE_TRX_STATUS'
AND al3.lookup_code=rctta.default_status
AND al4.lookup_type='INVOICE_PRINT_OPTIONS'
AND al4.lookup_code=rctta.default_printing_option
AND rctta.credit_memo_type_id=rctta2.cust_trx_type_id(+)
AND rctta.org_id=rctta2.org_id(+)
AND rctta.rule_set_id=aars.rule_set_id(+)
AND rctta.default_term=aat.term_id(+)
AND gcck.code_combination_id(+)=rctta.gl_id_rec
AND gcck2.code_combination_id(+)=rctta.gl_id_rev
AND gcck3.code_combination_id(+)=rctta.gl_id_freight
AND gcck4.code_combination_id(+)=rctta.gl_id_clearing
AND gcck5.code_combination_id(+)=rctta.gl_id_unbilled
AND gcck6.code_combination_id(+)=rctta.gl_id_unearned
AND gcck7.code_combination_id(+)=rctta.gl_id_tax
;
APEX$TASK_PK
APEX$TASK_PK is a substitution string holding the primary key value of the system of records
-
The XDOLoader utility is a Java-based command line program to load template (RTF, PDF, and XSL-FO), XML, and XSD files to the XML Publis...
-
SELECT aca.check_number ,aia.invoice_id ,aia.invoice_num ,aia.invoice_amount ,distribution_line_number ,aida.accrual_p...
-
Serial_number_control_code column contains values as 1,2,5 &6 in mtl_system_items_b table. Inorder to find meaning for this values r...
