Best Of
Re: Unable to open new year: Error triggering The following combination is erroneous and does not exist
Hi @Gene C ,
You can check the following note: General Ledger FAQ for Retained Earnings (REA) (Doc ID 136510.1) :
Section 9. Unable to Open the first period in the next fiscal year because GLOOAP - Open Period fails with SHRD0180 :
During the Open/Close program, the "gloire" process will verify that there is a valid, enabled retained earnings account for each balancing segment value which had any activity during the prior years. The process needs this retained earnings account even if all the transactions for a balancing segment value net to an ending balance of zero.
See Note:1966123.1 for more information.
GLOOAP: Opening First Period of the Year finishes in error SHRD0180: gloire - Performing Action >> Ret CCID which failed Validation, does not exist (Doc ID 363583.1) :
Open Period creates the retained earnings balances for each balancing segment. In the previous year some of the companies (balancing segments) had transactions, but in the new year their segment values were disabled. Because of this Open Period request errors while trying to create balances for retained earnings(RE). The error can be also generated due to Cross Validation Rules preventing the Open Period program to create retained earnings accounts.
The code combination needs to be enabled because there are transactions for these segment values from the RE combination (even in the past). Even reversing the transactions does not resolve the issue since the balances (gl_balances table) will no longer be null values, but zero values (which is not the same and RE will still be needed).
The following sample script can help to identify the problematic code combination id; adjust this one to match your structure, please.
SELECT code_combination_id,
account_type,
start_date_active,
end_date_active,
enabled_flag,
detail_posting_allowed_flag
FROM gl_code_combinations
WHERE segment1 = &segment1
AND segment2 = &segment2
AND segment3 = &segment3
AND segment4 = &segment4
AND segment5 = &segment5
AND segment6 = &segment6
AND segment7 = &segment7;
Follow these steps:
- You need to consult the log file and check for which values and code combinations the Open Period request is failing
- General Ledger Responsibility > Setup > Financials > Flexfields > Key > Values > Query for your structure > Enable the required segment values (see the RE account defined in the Ledger/Set of Books and balancing segment values)
- Check the Cross Validation Rules and Security Rules that may prevent the code combinations from being created
- Verify Dynamic Insertion is allowed for the chart of accounts (General Ledger Responsibility > Setup > Financials > Flexfields > Key > Segments > Query for your structure and verify the check box for the purpose; else you may pre-create the accounts as needed, manually
- Run the Open Period program again
- Should it complete fine this time, verify the balance for the Retained Earnings accounts/code combinations
- You may disable back the segment values enabled in step2 if needed;you may enable back any Cross Validation Rules and Security Rules that were disabled in step3; you may remove the Dynamic Insertion option if enabled for step4
Thanks and regards,
Anca
In the Fluid Expenses Workcenter Can You Filter the My Work "Open Trans for Inactive Empl" by BU?
Version: 9.2 Image 54, Peopletools: 8.60.10
We are looking into implementing the Fluid Expenses Workcenter and found on the delivered My Work option for "Open Transactions for Inactive Employee", the user does not have the option to edit the filter by BU and there is no column for BU in the results returned after selecting that my work option. In our organization each business unit would manage their own transactions. Is there a way to add BU to the filter as an option but not make it required? As delivered it uses Filter ID EX_EMP_FLT.
1.) Navigation: NavBar > Fluid Home > ESS > Expenses tile > Expenses Workcenter tile
2.) Click the Settings tool icon, then select "Edit Filters".
3.) Click on the Exception Link Label "Open Transactions for Inactive Employee".
4.) There is no option to filter by BU.
Some of the other exception links do have the BU as an option like on the "Outstanding Cash Advance".
Re: B9600410 : Create Directory Path
Hello,
Why are you using the UNC path. Is the location where you want to create the folder a network shared location?
Have you tried to create the folder using the OS native path format (e.g. on Windows C:\folder, or on Linux /folder/subfolder)?
Another alternative is to use B34A1030 Execute External Program. With this you can call mkdir command to create the folder.
Please check the "E1: BSFN: Business Function B34A1030 Execute External Program / ExecuteExternalProgram in EnterpriseOne (Doc ID 636244.1)" document for details.
Thank you!
Best regards,
Cezar
Re: Bulk Update Overship Tolerance for Sales Orders
@Desiree Terrell-Oracle could you please update the "Applies to:
Oracle Order Management - Version 12.2.12 and later"
This is available for 12.2.5 at least.
Re: Payroll for NA SQR DDP003 Analysis required
Hello User,
Thank you for visiting My Oracle Support Community and posting your question here! I want to let you know I have moved your thread to our Human Capital Management subcategory for those subject-matter experts to engage.
Thanks,
Akash
Re: how long does a RestAPI user connection last?
More information may follow here but it is being tracked in a defect.
Bug 38475199 - REST API SESSIONS ARE NOT BEING CLEARED FROM THE USESSION TABLE WHEN THE /P6WS/RESTAPI/LOGOUT ENDPOINT IS INVOKED.







