Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Blog Directory  >  Software Blogs  >  Programming Blogs  >  eBiz Integration Technics programming Blog  > 

Ebiz Integration Technics Blog


ebiztechnics.blogspot.in
Oracle Applications R12 implementation,upgrades,Oracle SCM,Finance, ADF,OAF, workflow,SQL,PL/sql, forms/Reports 10G, BI publisher reports Interfaces
2018-09-06 06:43
Grouping Type of Default: Combine requisition lines for the same item, revision, line type, unit of measure, supplier item number, and transaction reason onto one purchase order line.&n&hell…Read More
2018-08-31 06:36
How to Change Receipt Routing For Partially Received Purchase Orders?Can receipt routing be updated for partially received PO's? The receipt routing is set initially to 'Direct Delivery… Read More
2018-08-20 07:30
Setup of Holds to Prevent Specific or All Actions on a Sales Order The following examples show how pick release is prevented with any of the 2 options when a hold is applied to a sales… Read More
2018-08-18 05:48
Problem: There is ‘Payables Invoice Approval’ transaction type in AP AME which implies that AP AME works for AP invoice approval irrespective of invoice type(s).  Is there a… Read More
2018-07-19 06:23
Scenario :While creating PO it is assumed that items received will be a quality leather and its rate is a A quality leather rate. But while receiving  item, some quantity received… Read More
2018-07-10 05:32
Release Cause Fix 11.5.x to 12.1.x Attempting to insert contacts through the Customer Interface program and receive the following error:racict: Error inserting contacts. ORA-00001: u… Read More
2018-07-04 04:24
CREATE OR REPLACE PACKAGE ebiz_VEN_SITE_PKGISPROCEDURE ebiz_vendor_site_creation(ERRBUF OUT VARCHAR,RETCODE OUT VARCHAR);END ebiz_VEN_SITE_PKG;/CREATE OR REPLACE PACKAGE BODY ebiz_VEN_SITE_P… Read More
2018-07-04 04:20
/* Formatted on 5/24/2018 12:34:40 PM (QP5 v5.163.1008.3004) */CREATE OR REPLACE PACKAGE ebiz_ven_contactIS   PROCEDURE xxven_contact_creation;END ebiz_ven_contact;/CREATE OR REPLA… Read More
2018-06-25 16:22
Approval RulesApproval rules are routing policies or rules that are evaluated to determine the approvers or FYI (for your information) recipients for a business transaction.Action TypeThere… Read More
2018-06-24 09:50
Purchase Order Approval status    Approved   In Process,   Incomplete   Pre-Approved   Rejected, or Requires Re-approvalControl status… Read More
2018-06-18 20:05
What is a Procurement Agent?Procurement agents are typically users with procurement roles such as:BuyerCatalog AdministratorCategory ManagerProcurement Contract AdministratorProcurement Mana… Read More
Oracle Fusion :Inventory :Default Inv Org
2018-06-06 21:33
How to set default Inventory Organization ?Normally we can change the Inventory organization using Path: Financials->Organization Structures->Manage Inventory Organization Data Access… Read More
2018-05-28 05:23
EBS Vs Fusion Org StructureOracle E-Business Suite Application and Oracle Fusion Applications have a few key functional differences, such as Middleware concepts, Fusion Enterprise Structure… Read More
2018-05-12 07:17
Question :Can We Add Attachments To Oracle Payable Invoice In Closed Period? Ans:Yes you can add an attachment even if the invoice is in a closed period.Note :It is applicable Vers… Read More
2018-05-11 05:08
1) First, create a new AME Attribute (you call it REQ_SOURCE for example) using the SQL to retrieve the po_requisition_headers_all.apps_source_code value. 2) Then create a new AME Condi… Read More
2018-05-09 04:44
How to Prevent Users from Creating a Correction on Receipt that has Been Matched to Invoice?SolutionIt is Oracle standard functionality to allow customers to correct a receipt that has been… Read More
2018-03-21 15:26
Purchasing allows you to perform returns to suppliers and returns to customers in the Receiving Returns window.Use the Receiving Returns window to return delivered items to receiving and to… Read More
2018-03-07 16:08
Can we change UOM in Standard Purchase Order Auto Created from Purchase Requisition?Navigate to Purchasing > AutoCreate        Query for requisition.    Plac… Read More
2018-03-06 17:36
Can we change UOM once item is defined?Once the item is defined, One cannot change the primary UOM of the item anymore.If the item has not been transacted, in that case one  can delete… Read More
Oracle EBS: OM:Salespersons
2018-02-27 07:39
Why Sales order salesperson and Receivables invoice Sales order is different?For example:A Salesperson say Vikrant left the company and the new salesperson Yasin is now assigned.Vikrant's re… Read More
2018-02-19 18:53
1.1. Preprocessing Lead Time: A component of total lead time that represents the time required to release a purchase order or create a job from the time you learn of the requirement.&nb&hell…Read More
2018-02-15 18:51
Can I create PO with  need by date as backdated Date?Yes, We can. Need by date is intentionally allowed to be backdated to support the data entry of old documents .Why because Purchasin… Read More
2018-02-07 19:52
Unable to return more than released(ordered) quantity. First, we need to update the shipping return tolerance of the customer in shipping tolerance form.Then, we need to put exact quantity a… Read More
2018-02-06 18:03
Here I am discussing some basic difference between EBS and Fusion Import(Supplier) processEBS tableS Fusion Tables AP_SUPPLIERS_INT POZ_SUPPLIERS_INT AP_SUPPLIER_SITES_INT POZ_SUPPLIER_SI… Read More
2018-01-30 15:05
This diagnostic test verifies the basic setup for Purchasing.This test should be used proactively during the setup of the Purchasing module to verify setup correctness. It can also be used… Read More
Oracle Fusion HCM: Multiple Assignments
2018-01-16 20:00
How to add multiple assignments for an employee with in same Legal Entity1- first make sure you are allowed to do so.. in the FSM - task - Manage Enterprise HCM Information -- check the empl… Read More
2018-01-09 06:42
When you run UTL_FILE, you might encounter these errors  – possible causes and fixes are given below.1. PLS-00201: identifier ‘UTL_FILE’ must be declared(a) Check that… Read More
2018-01-06 12:43
What is The Maximum Number of Files That Can Be Opened Using UTL_FILE.FOPEN() ?CAUSEThe maximum number of concurrent files that can be opened by fopen is 50 files.This function opens a file… Read More
2018-01-04 08:55
·         Subtypes specify the same set of operations as their base type, but only a subset of its values.·    &nbsp&hell…Read More
2017-12-28 09:25
BOOLEAN Data TypeThe PL/SQL data type BOOLEAN stores logical values, which are the Boolean values     TRUE and FALSE and the value NULL.      NULL represents an… Read More
2017-12-27 06:20
Data Type :NATURALDefinition:In Oracle PL/SQL, NATURAL is a 32 bit sub datatype derived from BINARY_INTEGER. It allows positive integers or NULL values. (To prevent the assigning of nulls to… Read More
2017-12-20 07:18
Q)What is the Data Type of NULL?Ans)Oracle treats NULL as character value of length of 0.So, the default data type of NULL is a character data type and to prove it, Created a view on a null… Read More
2017-12-15 06:02
Does EBS allow the payment for unaccounted invoices?orTwo invoices were paid but their status in "Accounted" was no. Clicked on actions and view accounting was also disabledAns: EBS all… Read More

Share the post

eBiz Integration Technics

×

Subscribe to Ebiz Integration Technics

Get updates delivered right to your inbox!

Thank you for your subscription

×