Receivables - EBS (MOSC)

MOSC Banner

Customer Data

edited Nov 27, 2018 4:01AM in Receivables - EBS (MOSC) 1 commentAnswered

Dear All,

im trying to build a query to list all the customer in a selected date , currency and Operating unit

i takes to much time to run, the result is correct but i want to optimize it so it will take less time to run

the query in the procedure is :

CREATE OR REPLACE PROCEDURE XX_CUST_LIST(  P_ORG_ID number ,P_CUSTOMER_NUM char,  p_currency_code char , P_TRX_FROM_DATE char  ,P_TRX_TO_DATE char ) IS

cust_num varchar2(100);

cust_name varchar2(100);

k number(38) :=0;

CURSOR C_CUST is

select

cust.rac_bill_to_customer_num ,

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center