People and Culture Blog

AP Invoice Approval Failing For Custom Conversion Rate Type Condition in Rules

Requirement AP Invoice Approval Failing For Custom Conversion Rate Type Condition in Rules Application: Oracle Fusion Payables Cloud Service – Version 11 Detail of issue AP Invoice Approval Failing For…

Read More

Scheduling in Order Management

scheduling-in-order-management Scheduling in Order Management

Read More

Bill Of Material & Work In Process End to End Cycle

bill-of-material-work-in-process-end-to-end-cycle

Read More

JENKINS FOR BUILD NOTIFICATION ON THE SLACK CHANNEL

SEND NOTIFICATION (groovy) // Send Slack and Mail build notification def call(Map config = [:]) { slackSend ( color: “${config.slackSendColor}”, message: “${config.message}: Job ‘${env.JOB_NAME} [${env.BUILD_NUMBER}]’ (${env.BUILD_URL})” ) /* // send…

Read More

Queries to analyze the Business

Introduction: These queries gives the modules used, data volumes, top products they have sold and other details about the Business. Queries: The below are the queries we have used to…

Read More

Supplier Import process through FBDL (File based data loader) Template

supplier_.import_fbdldocx

Read More

Person Security Profile in Oracle Fusion HCM

person_security_profile_hcm

Read More

FND_FILE.PUT_LINE CLOB file writing causes error.

Need to write output file using CLOB variable which contains more than 32767 bytes of data even it may contain up to 8 GB data. If it exceeds more than…

Read More

Oracle Data Dictionary Tables

USER_TABLES Lists each table that belongs to your Oracle user.USER_TAB_COMMENTS Shows comments on the tables and views.USER_TAB_COLUMNS Tells you the names, data types, default values, etc. of each column in…

Read More

Bulk Collect for Delete

CREATE OR REPLACE PROCEDURE BLK_CLCT_DELISL_LIMIT PLS_INTEGER := 20000; CURSOR C1ISSELECT row_idFROM s_invoice_itemWHERE person_id IN(SELECT b.row_idFROM disalloc A, S_CONTACT BWHERE A.PD_NEW_EYEE_ID = B.PERSON_UIDAND B.CON_CD = ‘Member’AND A.PD_DT_MODIFY BETWEEN ’01-JAN-2010′AND ’31-MAY-2010′); TYPE…

Read More