Best Of
Re: Can HMR modify the SIP Method?
Hello,
It is written in HMR configuration guide, that manipulation cannot change one method to another. I was checking log.sipd and came across a system message, that the CSeq field and RURI field itself are somehow protected against such manipulations as well as From/To tag uri-parameters.
Regards,
Daureen
Re: Unable to create requisition for Description based item through work order in EAM
Can you please provide the error messages ?
If not present in the Req Import output report then use this query:
SELECT POE.COLUMN_NAME,
POE.ERROR_MESSAGE,
RQI.INTERFACE_SOURCE_LINE_ID,
RQI.WIP_ENTITY_ID,
RQI.TRANSACTION_ID,
RQI.PROCESS_FLAG,
RQI.AUTHORIZATION_STATUS,
RQI.DELIVER_TO_LOCATION_ID,
RQI.PREPARER_ID,
RQI.DESTINATION_ORGANIZATION_ID,
RQI.DESTINATION_TYPE_CODE,
RQI.SOURCE_TYPE_CODE,
RQI.LINE_TYPE_ID,
RQI.ITEM_ID,
RQI.NEED_BY_DATE,
RQI.QUANTITY,
RQI.UNIT_PRICE
FROM PO_REQUISITIONS_INTERFACE_ALL RQI,
PO_INTERFACE_ERRORS POE
WHERE RQI.WIP_ENTITY_ID in
(select wip_entity_id
from wip_entities
where wip_entity_name = '&WO_Number')
AND RQI.TRANSACTION_ID = POE.INTERFACE_TRANSACTION_ID(+)
AND RQI.INTERFACE_SOURCE_CODE = 'EAM';
Regards,
Florin
Re: Unable to create requisition for Description based item through work order in EAM
Where do i need to enter the deliver location @SriniS-Oracle, @Piyush-Oracle
Re: Unable to create requisition for Description based item through work order in EAM
Department definition.
Re: Where is Windows Patch for oracle 19.28?
OJVM Patches being incorporated into the DB Patches with 21c and newer is not a "fix", it's simply a change in delivery method (which has been used for the past decade). There is nothing to "fix", as there is nothing "broken".
Upgrading from a Long Term Support release to a Feature Release, just to have a difference in patch delivery method is not a "fix", and would not be recommended as such by Oracle Support.
Re: eProcurement and OBN/OSN Oracle Business Network integration
HI Stacy,
Thanks for posting your question to the SCM community.
If other customers/partners have implemented OBN , I encourage you to share your feedback or provide any insights.
Thanks,
Wael
Re: Performance Issues with INV Tables and Indexes in Oracle EBS R12.2.10 – Need Expert Guidance
Hi Mohammed,
One thing is to make sure you keep the statistics updated. Work with your DBA to find the best parameters to use when running statistics on them. When tables become very large, it takes longer and longer to hit the defaults, so sometimes you are running stats but not getting the impact you could. For example, if the default is to update statistics when a table has grown 10%, but the table has 500M records already, it wouldn't update the stats until there are 50M new rows. When the table grows to 700M rows, it won't update stats until there are 70M new rows. And so on.
Try this to get some basic information: select table_name, num_rows, last_analyzed from all_tables where table_name in (<list of tables>)
Interface tables can become fragmented because data is inserted then deleted. Your DBA will be able to check that for you. Depending on your business processes, there could be a couple of actions. If you can confirm that the interface table is completely empty, you can truncate it to quickly free up space and eliminate all fragmentation. The tables are shared by all organizations, though, and if there is always data in there, the DBA should have some other methods of defragmenting.
Bug 30038164 : R07345 HISTORICAL PAYROLL REGISTER IS COMBINING GROSS WAGES FOR DIFFERENT TAX ID
E1 9.2 - Doing Code Current Testing. Canadian Payroll. Tested fix for bug 30038164 and have EE in RP1 then moved to RP2 within same company. Instead of the original bug issue of getting no gross on the 2nd RPs, the report is instead adding the Gross Wages from RP1 & RP2 together instead of separately and it's doubling the YTD Gross Wages on the RP2. See attachment for R07345 PO settings. Is anyone else getting the same results? We are in the process of creating a SAR but wanted to know if others are having the same issue.







