Retail Price Management (MOSC)

MOSC Banner

RPM_STAGE_CLEARANCE TABLE

edited Dec 18, 2018 6:50AM in Retail Price Management (MOSC) 1 commentAnswered ✓

We are trying to upload clearance in bulk. We are populating rpm_stage_clearance table with under mentioned query. And after running the batch "InjectorPriceEventBatch" I cant see any record getting created in rpm_clearance table.

 

Query to insert data into rpm_stage_clearance is 

 

insert into rpm_stage_clearance(

RPM_STAGE_CLEARANCE_ID,

REASON_CODE,

ITEM,

DIFF_ID,

ZONE_ID,

ZONE_NODE_TYPE,

EFFECTIVE_DATE,

OUT_OF_STOCK_DATE,

CHANGE_TYPE,

CHANGE_AMOUNT,

AUTO_APPROVE_IND,

STATUS

)

Select rpm_stage_clearance_seq.nextval,

24,

'100938581',

'0086',

1,

1,

GET_VDATE+1,

GET_VDATE+365,

2,

99,

0,

'N'

from dual;

Please guide me if I am using correct query or not and if not then please share one.

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