Oracle Demantra Basics
How I learnt Oracle Demantra Basics
What it Does?
- Real Time sales & Operation Planning
- Causal analysis, Seasonal & cyclic events, trend analysis
Demantra tables
Staging Tables
select * from t_src_item_tmpl;select * from t_src_sales_tmpl;select * from t_src_loc_tmpl;
Base tables
select * from sales_data;--sales order historical dataselect * from mdp_matrix;--combination dataselect * from inputs;--time bucketsselect * from queries;--worksheetsselect * from items;--itemsSelect * from t_ep_item;select * from location;--locations
Integration interface
select * from transfer_query;
Patch
select * from version_details_history;
Workflow
select * from wf_schemas;select * from wf_process_log;Select * from group_tables;
Comments
Post a Comment