Oracle e-Commerce Gateway Profile Options

There are three system level profile options you must set. These affect all e-Commerce Gateway transactions:

There are other transaction level profile options.

Note: There may be more profile options in other Oracle Applications products that affect e-Commerce Gateway. These products include: Purchasing, Inventory, Order Entry / Shipping, Payables, Receivables, Supplier Scheduling, and Planning.

System Level Profile Options

This section lists system level profile options used in Oracle e-Commerce Gateway. Please note that each profile option is classified with a profile category. For more profile category information, seeOracle Applications System Administrator's Guide - Maintenance.

ECE_IN_FILE_PATH (ECE: Inbound File Path), Deployment profile category

Indicate the directory where inbound interface data files are expected. This value must match the actual directory on disk and that designated in the INIT.ORA file.

ECE_OUT_FILE_PATH (ECE: Outbound File Path), Deployment profile category

Indicate the directory where outbound interface data files are written. This value must match the actual directory on disk and that designated in the INIT.ORA file.

Note: For the e-Commerce Gateway, you must create inbound and outbound directories on your server, and then specify them in the INIT.ORA file and in the "ECE: Inbound directory" and "ECE: Outbound file path" profile options, respectively. See: Defining Data File Directories, Oracle e-Commerce Gateway Implementation Manual.

ECE_ATT_SPLIT_WORD_ALLOWED (ECE: Split Word Allowed), Functional profile category

An attachment is usually plain text used as a note.

If you allow words to be split in an attachment, a new line begins within a word. If you do not allow words to be split, the new line is created after a space or a punctuation mark, not within a word. Thus, if you do not allow words to be split, some segment sizes fall below the attachment segment size, and vice versa.

New lines are created once the current line reaches the attachment segment size. For further information, refer to attachment segment size profile options for individual transactions.

Transaction Level Profile Options

Each transaction has a common set of profile options. For purposes of brevity, each type is documented below. For complete documentation, see: Oracle e-Commerce Gateway Profile Options, Oracle e-Commerce Gateway Implementation Manual.

Each of the profile options below lists the variable <transaction_code>. For a listing of the transaction codes used below, see: EDI Transaction Support.

ECE_<transaction_code>_ENABLED, Functional profile category

Indicates whether the transaction is enabled at the site level. The default is Yes.

ECE_<inbound_transaction_code>_ADDRESS_PRECEDENCE, Functional profile category

Applies to inbound transactions only. Determines the precedence by which trading partner addresses are derived.

When inbound EDI transactions are imported into Oracle Applications, the unique business site address must be established before the transaction can be processed. Each trading partner must have a unique address.

A trading partner is a site, such as a plant, a warehouse, a bank branch, or some other business unit. A trading partner is not necessarily a company; one company can have several sites.

The correct address can be obtained from three categories of components. They have unique address ids, location code/translator codes, location names, and physical addresses. These addresses are verified and validated as transactions are processed.

When you set this profile option using the Transaction Profiles window, you must select from the following values:

You must set up each inbound transaction to derive the correct address.

The following profile options apply only to the Purchase Order Outbound (POO) and Purchase Order Change Request Outbound (POCO) transactions:

ECE_<transaction_code>_HEAD_ATT, Functional profile category

Enables the header attachment for the transaction. The default is No.

ECE_<transaction_code>_LINE_ATT, Functional profile category

Enables the line attachment for the transaction. The default is No.

ECE_<transaction_code>_MITEM_ATT, Functional profile category

Enables the master item attachment for the transaction. The default is No.

ECE_<transaction_code>_IITEM_ATT, Functional profile category

Enables the inventory item attachment for the transaction. The default is No.

ECE_<transaction_code>_SHIP_ATT, Functional profile category

Enables the shipment attachment for the transaction. The default is No.

ECE_<transaction_code>_ATT_SEG_SIZE, Functional profile category

Sets the attachment segment size for the transaction. Attachments can be split into segments to accommodate their insertion into the interface data file. The segment size is expressed in bytes. The default is 400.

Additional Information: For more information, see:

Profile Options, Oracle e-Commerce Gateway Implementation Manual

Setting Profile Options