Wednesday, February 23, 2022
Script to Find All Sundays Date for a given Date Within that Year
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."
Wednesday, January 26, 2022
Query to get Dependent Value Set Values for given Independent Value Set in Oracle APPS
Tuesday, January 25, 2022
Query to get Customer Details in Oracle APPS R12
Query to get Supplier Site Level Bank Account in Oracle APPS
Friday, January 14, 2022
POS_SUPPLIER_MAPPINGS
POS_SUPPLIER_MAPPINGS table holds the mapping between the AP_SUPPLIERS.VENDOR_ID and HZ_PARTIES.PARTY_ID. This is useful in case of two vendors effectively belong to the same HZ_PARTY Record.
IBY_EXTERNAL_PAYEES_ALL
This table captures Payment related details of the Supplier. For Example: The Supplier's remittance advice, the default Payment method Code for this supplier or the bank charges in case of SWIFT payments, etc. This information can be setup at Supplier Level or Supplier Site Level.
HZ_ORGANIZATION_PROFILES
This table captures additional Supplier information.
Examples are like credit scoring details of Supplier or the No. of Employees working in Supplier Organization.
HZ_PARTY_USG_ASSIGNMENTS
This table stores the Party Usages, for example, party_id of the type SUPPLIER.
Thursday, January 13, 2022
Supplier Type Employee not showing any List Of values while creating in Oracle APPS
This is from Oracle Note Doc ID 2395382.1:
The contingent workers will not be directly visible in the suppliers form.
The functional reason is that Contingent Worker (CW) Employees are different
from Company Employees. In case of Contingent workers you generally work with the company that has provided the CW. Also there are many restrictions for the
Employee type Suppliers (like we don’t show the address, most of the fields are non editable etc.) that may not apply to CW. As such the way to do
this would be to establish a Supplier and then relate this Supplier to the
Contingent worker in the HR form.
If the customers requirement is to create
Employee type suppliers, the such CW need to be made as a employees and not CW.
Wednesday, January 12, 2022
Unable to create Employee Type Supplier in Oracle APPS R12
While creating Employee Type Supplier, Supplier Type not showing "Supplier used to process expense payments to internal employees" from list of values and showing only "Standard supplier".
Please follow Oracle Support Note "R12:AP: Suppliers Form: Unable To Create Or View An Employee Type Supplier (Doc ID 1371295.1)" to resolve the issue.
Pricing Data Bulk Loader in Oracle APPS
The pricing data bulk loader imports data from the following interface tables:
- QP_INTERFACE_LIST_HEADERS
- QP_INTERFACE_LIST_LINES
- QP_INTERFACE_QUALIFIERS
- QP_INTERFACE_PRICING_ATTRIBS
- QP_INTERFACE_ERRORS
Monday, January 10, 2022
How To Find the XML Publisher Temporary Directory Via SQL in Oracle APPS?
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
Monday, December 27, 2021
Asset Retirement Types in Oracle APPS
|
Type |
Description |
Rules |
|
Unit retirement |
Retire assets by unit, either all units or some |
Not allowed in tax books. |
|
Cost retirement |
Retire assets by cost. The units remain |
Allowed in both corporate and tax books. |
|
Source line retirement |
Retire an asset that was imported as a |
Allowed for both partial and full retirements. |
Asset Retirement Methods in Oracle APPS
|
Method |
Description |
Rules |
|
|
|
Full retirement |
Retire all the units of a multiple-unit asset |
Full cost retirements: allowed for CIP assets. |
|
|
|
Partial retirement |
Retire a specified number of units of a
multiple-unit asset |
Partial cost retirements: the units remain unchanged
and the retired cost is spread evenly among all assignment lines. |
||
Asset Queue Status in Oracle APPS
|
Queue Name |
Definition |
|
New |
New mass addition line created but not yet
reviewed. |
|
On Hold or user-defined hold queue |
Mass addition line updated or put on hold. |
|
Split |
Mass addition line already split into multiple
lines. |
|
Merged |
Mass addition line already merged into another
line. |
|
Cost Adjustment |
Mass addition line to be added to an existing
asset; ready for posting. |
|
Post |
Mass addition line ready to become an asset. |
|
Posted |
Mass addition line already posted. |
|
Delete |
Mass addition line to be deleted. |
Tuesday, December 21, 2021
Query to extract Purchase Document Types in Oracle APPS
Saturday, December 18, 2021
Query to fetch Elements attached to Employee in Oracle APPS
Query to extract values from the User Defined Tables in Oracle APPS
Query to get the Menu Name in Oracle APPS
Query to find the Descriptive Flex Field (DFF) fields attached to a Context Code in Oracle APPS
Wednesday, December 15, 2021
Query to list Freight From Discount Excluded Records in Oracle APPS
Query to list Geography's without Jurisdiction's in Oracle APPS EB-Tax
Query to list Jurisdiction's for which Tax Rates Has been defined in Oracle APPS
EB-Tax Setup Tables in Oracle APPS
|
Tax Setup |
Table Name |
|
Tax Regimes |
ZX_REGIMES_B |
|
Taxes |
ZX_TAXES_B |
|
Tax Status |
ZX_STATUS_B |
|
Tax Rates |
ZX_RATES_B |
|
Tax Jurisdictions |
ZX_JURISDICTIONS_B |
|
Tax Rules |
ZX_RULES_B |
EB-Tax Tables in Oracle APPS
|
TABLE_NAME |
|
ZX_ACCOUNTS |
|
ZX_ACCOUNT_RATES |
|
ZX_ACCT_TX_CLS_DEFS_ALL |
|
ZX_API_CODE_COMBINATIONS |
|
ZX_API_OWNER_STATUSES |
|
ZX_API_REGISTRATIONS |
|
ZX_COMPOUND_ERRORS |
|
ZX_COMPOUND_ERRORS_T |
|
ZX_CONDITIONS |
|
ZX_CONDITION_GROUPS_B |
|
ZX_CONDITION_GROUPS_TL |
|
ZX_CONTENT_CHOICES_TMP |
|
ZX_CONTENT_SOURCES |
|
ZX_DATA_UPLOAD_INTERFACE |
|
ZX_DETAIL_TAX_LINES_GT |
|
ZX_DETERMINING_FACTORS_B |
|
ZX_DET_FACTORS_TL |
|
ZX_DET_FACTOR_TEMPL_B |
|
ZX_DET_FACTOR_TEMPL_DTL |
|
ZX_DET_FACTOR_TEMPL_TL |
|
ZX_ERRORS_GT |
|
ZX_EVENT_CLASSES_B |
|
ZX_EVENT_CLASSES_TL |
|
ZX_EVENT_CLASS_PARAMS |
|
ZX_EVNT_CLS_MAPPINGS |
|
ZX_EVNT_CLS_OPTIONS |
|
ZX_EVNT_CLS_TYPS |
|
ZX_EVNT_TYP_MAPPINGS |
|
ZX_EXCEPTIONS |
|
ZX_EXEMPTIONS |
|
ZX_FC_CODES_B |
|
ZX_FC_CODES_CATEG_ASSOC |
|
ZX_FC_CODES_DENORM_B |
|
ZX_FC_CODES_TL |
|
ZX_FC_COUNTRY_DEFAULTS |
|
ZX_FC_TYPES_B |
|
ZX_FC_TYPES_REG_ASSOC |
|
ZX_FC_TYPES_TL |
|
ZX_FORMULA_B |
|
ZX_FORMULA_DETAILS |
|
ZX_FORMULA_TL |
|
ZX_ID_TCC_MAPPING_ALL |
|
ZX_IMPORT_TAX_LINES_GT |
|
ZX_ITM_DISTRIBUTIONS_GT |
|
ZX_JURISDICTIONS_B |
|
ZX_JURISDICTIONS_GT |
|
ZX_JURISDICTIONS_TL |
|
ZX_LINES |
|
ZX_LINES_DET_FACTORS |
|
ZX_LINES_SUMMARY |
|
ZX_PARAMETERS_B |
|
ZX_PARAMETERS_TL |
|
ZX_PARAM_DETAILS |
|
ZX_PARTY_TAX_PROFILE |
|
ZX_PARTY_TYPES |
|
ZX_PO_REC_DIST |
|
ZX_PROCESS_RESULTS |
|
ZX_PRODUCT_OPTIONS_ALL |
|
ZX_PRVDR_HDR_EXTNS_GT |
|
ZX_PRVDR_LINE_EXTNS_GT |
|
ZX_PTNR_LOCATION_INFO_GT |
|
ZX_PTNR_NEG_LINE_GT |
|
ZX_PTNR_NEG_TAX_LINE_GT |
|
ZX_PURGE_TRANSACTIONS_GT |
|
ZX_RATES_B |
|
ZX_RATES_TL |
|
ZX_REGIMES_USAGES |
|
ZX_REGIME_RELATIONS |
|
ZX_REGISTRATIONS |
|
ZX_REPORTING_CODES_B |
|
ZX_REPORTING_CODES_TL |
|
ZX_REPORTING_TYPES_B |
|
ZX_REPORTING_TYPES_TL |
|
ZX_REPORT_CODES_ASSOC |
|
ZX_REPORT_TYPES_USAGES |
|
ZX_REP_ACTG_EXT_T |
|
ZX_REP_CONTEXT_T |
|
ZX_REP_MATRIX_EXT_T |
|
ZX_REP_TRX_DETAIL_T |
|
ZX_REP_TRX_JX_EXT_T |
|
ZX_REVERSE_DIST_GT |
|
ZX_REVERSE_TRX_LINES_GT |
|
ZX_RULES_B |
|
ZX_RULES_TL |
|
ZX_SERVICE_TYPES |
|
ZX_SIM_CONDITIONS |
|
ZX_SIM_PROCESS_RESULTS |
|
ZX_SIM_PURGE |
|
ZX_SIM_RULES_B |
|
ZX_SIM_RULES_TL |
|
ZX_SIM_RULE_CONDITIONS |
|
ZX_SIM_TRX_DISTS |
|
ZX_SRVC_SBSCRPTN_EXCLS |
|
ZX_SRVC_SUBSCRIPTIONS |
|
ZX_SRVC_TYP_PARAMS |
|
ZX_STATUS_B |
|
ZX_STATUS_TL |
|
ZX_SUBSCRIPTION_DETAILS |
|
ZX_SUBSCRIPTION_OPTIONS |
|
ZX_TAXES_B |
|
ZX_TAXES_TL |
|
ZX_TAX_PRIORITIES_T |
|
ZX_TAX_RELATIONS_T |
|
ZX_TRANSACTION |
|
ZX_TRANSACTION_LINES |
|
ZX_TRANSACTION_LINES_GT |
|
ZX_TRX_HEADERS_GT |
|
ZX_TRX_LINE_APP_REGIMES |
|
ZX_TRX_PRE_PROC_OPTIONS_GT |
|
ZX_TRX_TAX_LINK_GT |
|
ZX_UPDATE_CRITERIA_RESULTS |
|
ZX_VALIDATION_ERRORS_GT |
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...