Yearly Archives: 2017

Find the Org and Organization mappings

configure

  SELECT ย  ood.organization_code Warehouse_code, ย  ood.organization_name Warehouse, ย  ood.operating_unit OU_ID, ย ย hou.nameย OU_Name, ย ย hle.nameย Legal_entity, ย  hle.set_of_books_id, ย ย gsob.nameย SOB FROM ย  org_organization_definitions ood, ย  hr_operating_units hou, ย  hr_legal_entities hle, ย  gl_sets_of_books gsob WHERE …

Read More »

How to add System administrator responsibility from backend

configure

Syntax: fnd_user_pkg.addresp(username => v_user_name ,resp_app => โ€˜SYSADMINโ€™ ,resp_key => โ€˜SYSTEM_ADMINISTRATORโ€™ ,security_group => โ€˜STANDARDโ€™ ,description => โ€˜Auto Assignmentโ€™ ,start_date => SYSDATE โ€“ 10 ,end_date => SYSDATE + 1000);   Usage: BEGIN …

Read More »

ORA-16038: log cannot be archived ORA-19809: limit exceeded forrecovery files

  ERROR ARC3: Error 19809 Creating archive log file to ‘+DISKS’ Errors in file /u01/oracle/diag/rdbms/orcl/orcl/trace/orcl_arc1_6598.trc: ORA-19815: WARNING: db_recovery_file_dest_size of 42687547752 bytes is 100.00% used, and has 0 remaining bytes available. …

Read More »