Browsed by
Author: AnandMallarapu

OTL – Preferences

OTL – Preferences

This is one key setup for Oracle Time and Labor Timecard entry. These preferences are how do you enter and submit the Timecard page. By using these preferences we can set up the approval rules, retrieval rules, timecard entry rules, layouts and much more. Preferences Navigation: OTL Super Administrator -> Preferences Right click on Preference Tree and click on New then Save – Name in Tree(XXCUS OTL) Preference: Self Service Create Template Functionality This preference will allow users to create…

Read More Read More

Timecard Layout Modification – Adding Choice List Column

Timecard Layout Modification – Adding Choice List Column

Timecard entry layout modification to add new CHOICE LIST column to Projects Timecard Layout. We can add our own custom choice lists in Oracle Time and Labor. Oracle support up to ten custom choice lists columns. We have to access these values using an Oracle predefined views, which must have two columns in a choice list view. The views are named as HXC_CUI_CUSTOMn_V where n is a number between 1 and 10. For example, HXC_CUI_CUSTOM1_V. These views must have at…

Read More Read More

Timecard Layout Modification – Adding Lov Column

Timecard Layout Modification – Adding Lov Column

Timecard entry layout modification, how to add a new column to an existing standard Projects Template. Sometimes we do get a business requirement to add a new column or remove an existing column. Here we look at how to add a new LOV column to Projects Timecard Entry page. Oracle Provided Projects Timecard: Process1 – Custom LOV & Standard Region Step1: Identify the layout to modify and download the file from Oracle DB Navigation: OTL Super Administrator -> Preferences ->…

Read More Read More

Timecard API – Create, Update, Delete & Retrieve

Timecard API – Create, Update, Delete & Retrieve

This article talks about how to use Timecard API’s. By using these API’s we can create the data into Oracle timecard tables, update timecard information, delete timecard information and retrieval of timecard information by using API’s. Create Timecard Update Timecard Delete Timecard Retrieve Timecard Information Create Timecard We can create timecard in 2 ways before we begin creating timecard, timecard information will be stored in a table as blocks. We have 3 blocks in timecard table(hxc_time_buidling_blocks) Scope = Timecard(this is…

Read More Read More

Timecard Entry Rules – OTL

Timecard Entry Rules – OTL

In this article, we will talk about how to create Oracle timecard(OTL) entry rules and impose on timecard entry. To validate a timecard when it is saved or submitted and display a business message, error or warning Let’s assume the user enters more than 24 hours per day while timecard creation then we have to raise an error and stop user being save/submit the timecard. This we can achieve by using Oracle seeded formula and by creating custom rules. Oracle…

Read More Read More

Business Events in Oracle EBS

Business Events in Oracle EBS

This article explains what is a business event in Oracle EBS and how do we run/execute business events with custom code. Sometimes we might fall into a situation where we have to apply some custom logic as soon as some action is performed in Oracle EBS. Generally, we will go with the solution as Oracle Trigger or Oracle Alert apart from these two we have business events in Oracle EBS. These are Oracle predefined business events and we have to…

Read More Read More

Bank Reconcile Process in Oracle Apps R12

Bank Reconcile Process in Oracle Apps R12

Bank Re-conciliation with BAI2 file format: – Oracle EBS provides a flexibility to load the bank reconcile statements to oracle cash management (CE) tables. After successful load we can reconcile the bank provided transaction details with our Oracle Payables or Oracle Receivables or Oracle General Ledger. If want to reconcile transactions against a bank statement, we need to enter the bank statement information into Oracle Cash Management by running the below program in CE application: Bank Statement Loader program Transactions…

Read More Read More

Oracle JDeveloper Installation – OAF

Oracle JDeveloper Installation – OAF

Installing JDeveloper and Run Hello World page Topics: Download Correct JDeveloper Version Install JDeveloper Setup the Environment Variable Copying JDBC File Start JDeveloper Application, Configure DB connection and Test Sample Application Database is 12c..? May get an error while DB configuration, how to solve. Download Correct JDeveloper Version: Log into oracle support/metalink and search for the document id: Doc ID 416708.1 OA Framework – How to Find the Correct Version of JDeveloper for OA Extensions to Use with E-Business Suite…

Read More Read More