Archive


Category: Uncategorized

  • Oracle Cloud Services For Free..Not Happening Now…

    Oracle Cloud Services is used to provide 30Day free trial for a given unique email. But now when i’m trying to register, it’s not providing the services, it’s pending approval and Oracle is sending an email as below after registration of services, there is no guarantee whether it approves or not ๐Ÿ™ Did anyone faced […]

  • Oracle Fusion/Cloud ERP HCM Employee Details

    select papf.person_number, pu.username, papf.person_id , PPNF.list_name from per_all_people_f papf, per_users pu , PER_PERSON_NAMES_F PPNF WHERE papf.person_id = pu.person_id AND PPNF.PERSON_ID = pu.person_id AND PPnF.name_type=’US’ AND TRUNC(SYSDATE) BETWEEN papf.effective_start_date AND papf.effective_end_date and pu.username like ‘%abc%’ ; HCM Department Details SELECT papf.person_number, hauft.NAME Department FROM HR_ORG_UNIT_CLASSIFICATIONS_F houcf, HR_ALL_ORGANIZATION_UNITS_F haouf, HR_ORGANIZATION_UNITS_F_TL hauft, per_all_assignments_m paam, per_all_people_f papf WHERE haouf.ORGANIZATION_ID […]

  • Oracle Fusion/Cloud ERP ESS Job Details

    Time taken to complete the process When dealing with Conversions/Integrations/Reports – Knowing details about ESS(Enterprise Schedule Service) is utmost import in Oracle Fusion Cloud ERP, below are the few queries, which are very much beneficial during your ESS Journey ๐Ÿ™‚ Time taken to complete the process SELECT REQUESTID, sysdate, to_char(PROCESSSTART,’yyyy-mm-dd hh24:mi:ss’) Start_Time, to_char( PROCESSEND,’yyyy-mm-dd hh24:mi:ss’) […]

  • Oracle Fusion Cloud ERP – Conversion Guidelines

    When dealing with conversion make sure to get these things cleared Source Data Format Transformation Logic Cross Reference Third Party tools (make sure you use mention, as there is a chance of license issue/client disliking) Who will do what (who provides extract – client/implementation team, who provides the transformation logic, which team in the business […]

  • Oracle Integration Cloud (OIC)- Learning Links

    Integration Simulator From Orace : https://www.oracle.com/webfolder/s/assets/demo/integration-simulator/index.html#step1 Oracle Official Integration Blog : https://blogs.oracle.com/integration/ Oracle Cloud Marketplace with many free integration recipes : https://cloudmarketplace.oracle.com/marketplace/en_US/homeLinkPage

  • OIC – Oracle Integration Cloud – Good Source of Links

    Whatโ€™s New Oracle Integration Large Data Handling Best Practice -1 Large Data Handling Best Practice-2 FBDI Manifest File Creation Tips Feature Flag Enablement Connectivity Agent HA Nested Scopes Scheduler custom iCal Expressions Schedule Parameters Dev OPs: Dev OPs with Developer CS OIC REST APIs:    V1    V2                  Latest               Migration ICS to OIC               Regression Framework Cost […]

  • Oracle Cloud Demo Instance Trick

    I always prefer to choose the free services, so i can guide the developers in the most cost effective way. Recently when Mumbai cloud area was launched, i preferred for creating the cloud instance, to my surprise the list of services which it offered is few and also the Integration Services does not worked, i […]