Siebel Open UI, Tools, Scripting and EAI (MOSC)

MOSC Banner

Need to Insert New Quote record in Siebel via EIM Process

Inserting new new Quote Header in siebel via EIM

Using this IFB as for now

[Siebel Interface Manager]
PROCESS = IMPORT ALL
LOG TRANSACTIONS = FALSE
LOG TRANSACTIONS TO FILE = FALSE

[IMPORT ALL]
TYPE = SHELL
INCLUDE = "INSERT EIM QUOTE Detail"

[INSERT EIM QUOTE Detail]
TYPE = IMPORT
BATCH = 240720
TABLE = EIM_QUOTE
ONLY BASE TABLES = S_DOC_QUOTE
INSERT ROWS = S_DOC_QUOTE,TRUE
UPDATE ROWS = S_DOC_QUOTE,TRUE

Records are loaded from EIM table to base table but not appearing on application

Can u guys please help what i am missing here ,do i massing table which i need to consider too for quote header load

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