Вы находитесь на странице: 1из 10

Oracle Web Applications Desktop Integrator

2011/03/04

Customize Web ADI


Design time framework to develop desktop integration solutions for Oracle E-Business Suite applications

Oracle Web ADI - Basic Process

Integrator Definition Wizard

Integrator

Interface

Content

Component (LOV)

Parameter

Layout Wizard
Mapping (Optional)

Layout

Confidential

2011 ABeam Consulting Ltd.

Oracle Web ADI Example (Create Integrator)


Create API Object APPS.XXAP_ADI_UPLOAD_ALL_PKG
PROCEDURE MAIN( O_ERRCODE OUT VARCHAR2, P_UPLOAD_BATCH_ID IN VARCHAR2, P_OPERATING_UNIT IN VARCHAR2 DEFAULT NULL, P_INVOICE_TYPE IN VARCHAR2 DEFAULT NULL, P_INVOICE_NUM IN VARCHAR2, P_INVOICE_DATE IN DATE, P_GL_DATE IN DATE, P_PAYMENT_TERMS IN VARCHAR2, P_PAYMENT_METHOD IN VARCHAR2, P_TERMS_DATE IN DATE, P_CURRENCY_CODE IN VARCHAR2, P_RATE_TYPE_CODE IN VARCHAR2, P_CONVERSION_DATE_INV IN DATE, P_CONVERSION_RATE_INV IN NUMBER, P_INVOICE_AMOUNT IN NUMBER, P_DESCRIPTION IN VARCHAR2, P_ACCTS_PAY_CODE_COMBINATION IN VARCHAR2, P_ATTRIBUTE1 IN VARCHAR2, P_ATTRIBUTE2 IN VARCHAR2, .. )
3

Confidential

2011 ABeam Consulting Ltd.

Oracle Web ADI - Upload from a spreadsheet

Confidential

2011 ABeam Consulting Ltd.

Oracle Web ADI - Upload from a spreadsheet

Use the spreadsheet to define an integrator. Associates the integrator and the API

Confidential

2011 ABeam Consulting Ltd.

Oracle Web ADI - Upload from a spreadsheet


Column Metadata Type Meaning -CREATE : create new Integrator -UPDATE : update an Integrator -DOWNLOAD : download Integrator data Application Short Name, like AP, Integrator User Name, Appear in the drop down list Name of the View used to download data, not required for CREATE type. -GENERAL if dont associate Integrator with form -LETTER for mail merge. -Specific form name to associate with Integrator PACKAGE NAME (or FUNCION NAME) Procedure that inserts/uploads data. Interface name displayed on to the user for this integrator on layout page. Name for the parameter list displayed on Layout page

Application Short Name Integrator User Name View Name Form Name

API Package Name API Procedure Name Interface User Name Interface Parameter List Name

API Type API Return Type

PROCEDURE or FUNCTION Date, Number or Varhar2 (Only for the API Type is function)

Confidential

2011 ABeam Consulting Ltd.

Oracle Web ADI - Upload from a spreadsheet

Confidential

2011 ABeam Consulting Ltd.

Oracle Web ADI - Create Documents LOV

BNE_INTEGRATOR_UTILS.CREATE_TABLE_LOVLOV

BNE_INTEGRATOR_UTILS.CREATE_DFFDFF

Confidential

2011 ABeam Consulting Ltd.

Oracle Web ADI - Define Layout

Confidential

2011 ABeam Consulting Ltd.

Вам также может понравиться