Data Dictionary -- Organization Setup
Srl. No. Table Name Comment
1emod_addr_mstStores the address details of the companies in the system.
2emod_bank_ref_mstStores the details of the Banks defined in the system along with their reference numbers.
3emod_bfg_component_metStores the mapping information of various bfgs and the components under each bfg in the system.
4emod_bfg_metStores the information of all the Bfgs created in the system.
5emod_bfg_ou_maptores the information about the Bfg and Organization unit mapping.
6emod_bfg_preceedbfg_metStores the information of all the Bfgs in the system along with their preceeding Bfg informations.
7emod_bpc_metStores the information about the various Bpcs in the system
8emod_bu_mstStores the Information of Business Unit in the System
9emod_bu_ou_fb_mapStores the Mapping Information of Business Unit,Organization Unit and Finance Book
10emod_company_currency_mapStores the Mapping Information of Company and Currency
11emod_company_mstStores the Information about Company
12emod_company_parent_childStores the Company Parent child Details
13EMOD_COMPONENT_LEVELStores the Component Level Information
14emod_country_mstStores the Information of Country
15emod_currdenom_mstStores the Information about Currdenom
16emod_currency_mstStores the Information about Currency
17emod_finbook_mstStores the Information about Finance Book
18emod_identification_dtlStores details of Identification
19emod_lo_bu_mapStores the mapping Information about Lot Number and Business Unit
20emod_notes_hisStores the History of Notes
21emod_notes_mstStores the Information of Notes in the system
22emod_ou_bu_mapStores the Mapping Information of Organization Unit and Business Unit
23emod_ou_mstStores the Information about Organization Unit
24emod_post_trantype_sysStores the Information of Post Trantype
25emod_prec_round_sysStores the Information about prec round
26emod_reg_office_mstStores the Information about reg office
27emod_segment_mstStores the Information about Segment
Table Name : emod_addr_mst
Comment :Stores the address details of the companies in the system.
Column Name UDD Data Type Is NULL? Comment Is PK?
address_idfin_txt255varchar(255)NoAddress idYes
timestampfin_intint(4)YesTimestampNo
address1fin_txt255varchar(255)YesAddress 1No
address2fin_txt255varchar(255)YesAddress 2No
address3fin_txt255varchar(255)YesAddress 3No
address_descfin_descriptionvarchar(100)YesAddress descriptionNo
cityfin_cityvarchar(40)YesCityNo
statefin_statevarchar(40)YesStateNo
countryfin_countryvarchar(40)YesCountryNo
phone_nofin_phonevarchar(18)YesPhone numberNo
faxfin_faxvarchar(40)YesFaxNo
telexfin_communicationidvarchar(30)YesTelexNo
urlfin_urlvarchar(50)YesURLNo
mail_stopfin_mailstopvarchar(20)YesMail stopNo
zip_codefin_zipvarchar(20)YesZip codeNo
createdbyfin_ctxt_uservarchar(30)YesCreated byNo
createddatefin_datetimedatetime(8)YesCreated dateNo
modifiedbyfin_ctxt_uservarchar(30)YesModified byNo
modifieddatefin_datetimedatetime(8)YesModified dateNo
Table Name : emod_bank_ref_mst
Comment :Stores the details of the Banks defined in the system along with their reference numbers.
Column Name UDD Data Type Is NULL? Comment Is PK?
bank_ref_nofin_banknumbervarchar(20)NoBank reference numberYes
bank_statusfin_partstatusvarchar(40)NoBank statusYes
timestampfin_intint(4)NoTimestampNo
bank_ptt_flagfin_eflagvarchar(1)NoBank ptt flagNo
bank_typefin_typevarchar(25)NoBank typeNo
bank_namefin_banknamevarchar(40)NoBank nameNo
address1fin_txt255varchar(255)NoAddress 1No
address2fin_txt255varchar(255)NoAddress 2No
address3fin_txt255varchar(255)NoAddress 3No
cityfin_cityvarchar(40)NoCityNo
statefin_statevarchar(40)NoStateNo
countryfin_countryvarchar(40)NoCountryNo
clearing_nofin_banknumbervarchar(20)NoClearing numberNo
swift_nofin_banknumbervarchar(20)NoSwift numberNo
phone_nofin_communicationidvarchar(30)NoPhone numberNo
telexfin_communicationidvarchar(30)NoTexlexNo
mail_stopfin_mailstopvarchar(20)NoMail stopNo
zip_codefin_zipvarchar(20)NoZip codeNo
faxfin_faxvarchar(40)NoFaxNo
email_idfin_emailvarchar(60)NoEmail idNo
creation_oufin_ouinstidint(4)NoCreation OUNo
modification_oufin_ouinstidint(4)NoModification OUNo
effective_fromfin_datetimedatetime(8)NoEffective fromNo
effective_tofin_datetimedatetime(8)NoEffective toNo
createdbyfin_ctxt_uservarchar(30)NoCreated byNo
createddatefin_datetimedatetime(8)NoCreated dateNo
modifiedbyfin_ctxt_uservarchar(30)NoModified byNo
modifieddatefin_datetimedatetime(8)NoModified dateNo
Table Name : emod_bfg_component_met
Comment :Stores the mapping information of various bfgs and the components under each bfg in the system.
Column Name UDD Data Type Is NULL? Comment Is PK?
bfg_codefin_bfgidvarchar(20)Nobfg codeYes
component_idfin_componentvarchar(16)NoComponent codeYes
timestampfin_intint(4)YesTimestampNo
map_statusfin_statusvarchar(25)YesMapped statusNo
map_byfin_ctxt_uservarchar(30)YesMapped byNo
map_datefin_datetimedatetime(8)YesMapped dateNo
unmap_byfin_ctxt_uservarchar(30)YesUnmapped byNo
unmap_datefin_datetimedatetime(8)YesUnmapped dateNo
createdbyfin_ctxt_uservarchar(30)YesCreated byNo
createddatefin_datetimedatetime(8)YesCreated dateNo
modifiedbyfin_ctxt_uservarchar(30)YesModified byNo
modifieddatefin_datetimedatetime(8)YesModified dateNo
Table Name : emod_bfg_met
Comment :Stores the information of all the Bfgs created in the system.
Column Name UDD Data Type Is NULL? Comment Is PK?
bfg_codefin_bfgidvarchar(20)Nobfg codeYes
bfg_namefin_businessfunctiongroupvarchar(40)Nobfg nameYes
timestampfin_intint(4)YesTimestampNo
bpc_codefin_bfgidvarchar(20)Yesbpc codeNo
language_idfin_languageidint(4)YesLanguage idNo
createdbyfin_ctxt_uservarchar(30)YesCreated byNo
createddatefin_datetimedatetime(8)YesCreated dateNo
modifiedbyfin_ctxt_uservarchar(30)YesModified byNo
modifieddatefin_datetimedatetime(8)YesModified dateNo
Table Name : emod_bfg_ou_map
Comment :tores the information about the Bfg and Organization unit mapping.
Column Name UDD Data Type Is NULL? Comment Is PK?
company_codefin_desc40varchar(40)NoCompany codeYes
bfg_codefin_bfgidvarchar(20)Nobfg codeYes
ou_idfin_ouinstidint(4)NoOrganization unit idYes
serial_nofin_intint(4)NoSerial numberYes
timestampfin_intint(4)YesTimestampNo
map_statusfin_statusvarchar(25)YesMapped statusNo
effective_fromfin_datetimedatetime(8)YesEffecive fromNo
effective_tofin_datetimedatetime(8)YesEffective toNo
mapbyfin_ctxt_uservarchar(30)YesMapped byNo
mapdatefin_datetimedatetime(8)YesMapped dateNo
unmappedbyfin_ctxt_uservarchar(30)YesUnmapped byNo
unmappeddatefin_datetimedatetime(8)YesUnmapped dateNo
createdbyfin_ctxt_uservarchar(30)YesCreated byNo
createddatefin_datetimedatetime(8)YesCreated dateNo
modifiedbyfin_ctxt_uservarchar(30)YesModified byNo
modifieddatefin_datetimedatetime(8)YesModified dateNo
Table Name : emod_bfg_preceedbfg_met
Comment :Stores the information of all the Bfgs in the system along with their preceeding Bfg informations.
Column Name UDD Data Type Is NULL? Comment Is PK?
bfg_codefin_bfgidvarchar(20)Nobfg codeYes
prebfg_codefin_bfgidvarchar(20)NoPre bfg codeYes
timestampfin_intint(4)YesTimestampNo
language_idfin_languageidint(4)YesLanguage idNo
createdbyfin_ctxt_uservarchar(30)YesCreated byNo
createddatefin_datetimedatetime(8)YesCreated dateNo
modifiedbyfin_ctxt_uservarchar(30)YesModified byNo
modifieddatefin_Datetimedatetime(8)YesModified dateNo
Table Name : emod_bpc_met
Comment :Stores the information about the various Bpcs in the system
Column Name UDD Data Type Is NULL? Comment Is PK?
bpc_codefin_bfgidvarchar(20)Nobpc codeYes
bpc_namefin_businessfunctiongroupvarchar(40)Nobpd nameYes
timestampfin_intint(4)YesTimestampNo
language_idfin_languageidint(4)YesLanguage idNo
createdbyfin_ctxt_uservarchar(30)YesCreated byNo
createddatefin_Datetimedatetime(8)YesCreated dateNo
modifiedbyfin_ctxt_uservarchar(30)YesModified byNo
modifieddatefin_Datetimedatetime(8)YesModified dateNo
Table Name : emod_bu_mst
Comment :Stores the Information of Business Unit in the System
Column Name UDD Data Type Is NULL? Comment Is PK?
company_codefin_companycodevarchar(10)NoCompany codeYes
bu_idfin_buidvarchar(20)NoBusiness unit idYes
serial_nofin_intint(4)NoSerial numberYes
timestampfin_intint(4)YesTimestampNo
bu_namefin_desc40varchar(40)YesBusiness nameNo
statusfin_statusvarchar(25)YesStatusNo
address_idfin_txt255varchar(255)YesAddress idNo
effective_fromfin_datetimedatetime(8)YesEffective fromNo
effective_tofin_datetimedatetime(8)YesEffective toNo
createdbyfin_ctxt_uservarchar(30)YesCreated byNo
createddatefin_datetimedatetime(8)YesCreated dateNo
modifiedbyfin_ctxt_uservarchar(30)YesModified byNo
modifieddatefin_datetimedatetime(8)YesModified dateNo
Table Name : emod_bu_ou_fb_map
Comment :Stores the Mapping Information of Business Unit,Organization Unit and Finance Book
Column Name UDD Data Type Is NULL? Comment Is PK?
fb_idfin_financebookidvarchar(20)NoFinance book idYes
ou_idfin_ouinstidint(4)NoOrganization unit idYes
bu_idfin_buidvarchar(20)NoBusiness unit idYes
serial_nofin_intint(4)NoSerial numberYes
timestampfin_intint(4)YesTimestampNo
map_byfin_ctxt_uservarchar(30)YesMapped byNo
map_datefin_datetimedatetime(8)YesMapped dateNo
unmap_byfin_ctxt_uservarchar(30)YesUnmapped byNo
unmap_datefin_datetimedatetime(8)YesUnmapped dateNo
effective_fromfin_datetimedatetime(8)YesEffective fromNo
effective_tofin_datetimedatetime(8)YesEffective dateNo
map_statusfin_statusvarchar(25)YesMapped statusNo
createdbyfin_ctxt_uservarchar(30)YesCreated byNo
createddatefin_datetimedatetime(8)YesCreated dateNo
modifiedbyfin_ctxt_uservarchar(30)YesModified byNo
modifieddatefin_datetimedatetime(8)YesModified dateNo
Table Name : emod_company_currency_map
Comment :Stores the Mapping Information of Company and Currency
Column Name UDD Data Type Is NULL? Comment Is PK?
serial_nofin_intint(4)NoSerial numberYes
company_codefin_companycodevarchar(10)NoCompany codeYes
currency_codefin_currencycodevarchar(5)NoCurrency codeYes
timestampfin_intint(4)YesTimestampNo
map_statusfin_statusvarchar(25)YesMapped statusNo
effective_fromfin_datetimedatetime(8)YesEffective fromNo
effective_tofin_datetimedatetime(8)YesEffective toNo
map_byfin_ctxt_uservarchar(30)YesMapped byNo
map_datefin_datetimedatetime(8)YesMapped dateNo
unmap_byfin_ctxt_uservarchar(30)YesUnmapped byNo
unmap_datefin_datetimedatetime(8)YesUnmapped dateNo
currency_flagfin_flagvarchar(25)YesCurrency flagNo
createdbyfin_ctxt_uservarchar(30)YesCreated byNo
createddatefin_datetimedatetime(8)YesCreated dateNo
modifiedbyfin_ctxt_uservarchar(30)YesModified byNo
modifieddatefin_datetimedatetime(8)YesModified dateNo
Table Name : emod_company_mst
Comment :Stores the Information about Company
Column Name UDD Data Type Is NULL? Comment Is PK?
company_codefin_companycodevarchar(10)NoCompany codeYes
serial_nofin_intint(4)NoSerial numberYes
timestampfin_intint(4)YesTimestampNo
company_namefin_companynamevarchar(60)YesCompany nameNo
address1fin_txt255varchar(255)YesAddress 1No
address2fin_txt255varchar(255)YesAddress 2No
address3fin_txt255varchar(255)YesAddress 3No
cityfin_cityvarchar(40)YesCityNo
countryfin_countryvarchar(40)YesCountryNo
zip_codefin_zipvarchar(20)YesZip codeNo
phone_nofin_zipvarchar(20)YesPhone numberNo
statefin_statevarchar(40)YesStateNo
company_urlfin_desc255varchar(255)YesCompany URLNo
mail_stopfin_mailstopvarchar(20)YesMail stopNo
telexfin_communicationidvarchar(30)YesTelexNo
par_comp_codefin_companycodevarchar(10)YesParallel comp codeNo
fax_nofin_faxvarchar(40)YesFax numberNo
base_currencyfin_currencycodevarchar(5)YesBase currencyNo
parcur_cr_datefin_datetimedatetime(8)YesParallel currency created dateNo
parcur_dl_datefin_datetimedatetime(8)YesParallel currency deleted dateNo
statusfin_statusvarchar(25)YesStatusNo
effective_fromfin_datetimedatetime(8)YesEffective fromNo
effective_tofin_datetimedatetime(8)YesEffective toNo
para_base_flagfin_eflagvarchar(1)YesParallel base flagNo
reg_datefin_datetimedatetime(8)YesRegister dateNo
createdbyfin_ctxt_uservarchar(30)YesCreated byNo
createddatefin_datetimedatetime(8)YesCreated dateNo
modifiedbyfin_ctxt_uservarchar(30)YesModified byNo
modifieddatefin_datetimedatetime(8)YesModified dateNo
Table Name : emod_company_parent_child
Comment :Stores the Company Parent child Details
Column Name UDD Data Type Is NULL? Comment Is PK?
par_comp_codefin_companycodevarchar(10)NoParallel comp codeYes
company_codefin_companycodevarchar(10)NoCompany codeYes
timestampfin_intint(4)YesTimestampNo
createdbyfin_ctxt_uservarchar(30)YesCreated byNo
createddatefin_datetimedatetime(8)YesCreated dateNo
modifiedbyfin_ctxt_uservarchar(30)YesModified byNo
modifieddatefin_datetimedatetime(8)YesModified dateNo
Table Name : EMOD_COMPONENT_LEVEL
Comment :Stores the Component Level Information
Column Name UDD Data Type Is NULL? Comment Is PK?
COMPONENTNAMEfin_varcharvarchar(800)YesComponent nameNo
MANDATORY_FLAGfin_varcharvarchar(800)YesMandatory flagNo
INST_LEVELfin_varcharvarchar(800)YesINST_LEVELNo
REPLICATION_KEYfin_bigintBigint(8)NoREPLICATION_KEYYes
Table Name : emod_country_mst
Comment :Stores the Information of Country
Column Name UDD Data Type Is NULL? Comment Is PK?
country_codefin_countrycodevarchar(5)NoCountry codeYes
iso_curr_codefin_currencycodevarchar(5)Noiso current codeYes
timestampfin_intint(4)YesTimestampNo
country_descrfin_descriptionvarchar(100)YesCountry descriptionNo
createdbyfin_ctxt_uservarchar(30)YesCreated byNo
createddatefin_datetimedatetime(8)YesCreated dateNo
modifiedbyfin_ctxt_uservarchar(30)YesModified byNo
modifieddatefin_datetimedatetime(8)YesModified dateNo
Table Name : emod_currdenom_mst
Comment :Stores the Information about Currdenom
Column Name UDD Data Type Is NULL? Comment Is PK?
iso_curr_codefin_currencycodevarchar(5)Noiso current codeYes
curr_denomfin_currencydenominationnumeric(13)NoCurrent denomYes
timestampfin_intint(4)YesTimestampNo
denom_descfin_desc40varchar(40)YesDenomination descriptionNo
createdbyfin_ctxt_uservarchar(30)YesCreated byNo
createddatefin_Datetimedatetime(8)YesCreated dateNo
modifiedbyfin_ctxt_uservarchar(30)YesModified byNo
modifieddatefin_Datetimedatetime(8)YesModified dateNo
Table Name : emod_currency_mst
Comment :Stores the Information about Currency
Column Name UDD Data Type Is NULL? Comment Is PK?
iso_curr_codefin_currencycodevarchar(5)Noiso current codeYes
serial_nofin_intint(4)NoSerial numberYes
timestampfin_intint(4)YesTimestampNo
num_curr_codefin_currencycodevarchar(5)YesNumbering current codeNo
curr_symbolfin_currencycodevarchar(5)YesCurrency symbolNo
curr_descfin_desc120varchar(120)YesCurrency descriptionNo
curr_sub_unitsfin_unitsint(4)YesCurrency sub unitsNo
curr_sub_unit_descfin_descriptionvarchar(100)YesCurrency sub unit descriptionNo
curr_unitsfin_unitsint(4)YesCurrency unitsNo
currency_statusfin_statusvarchar(25)YesCurrency statusNo
curr_symbol_flagfin_flagvarchar(25)YesCurrency symbol flagNo
effective_fromfin_datetimedatetime(8)YesEffective fromNo
effective_tofin_Datetimedatetime(8)YesEffective toNo
createdbyfin_ctxt_uservarchar(30)YesCreated byNo
createddatefin_datetimedatetime(8)YesCreated dateNo
modifiedbyfin_ctxt_uservarchar(30)YesModified byNo
modifieddatefin_datetimedatetime(8)YesModified dateNo
Table Name : emod_finbook_mst
Comment :Stores the Information about Finance Book
Column Name UDD Data Type Is NULL? Comment Is PK?
fb_idfin_financebookidvarchar(20)NoFinance book idYes
company_codefin_companycodevarchar(10)NoCompany codeYes
serial_nofin_intint(4)NoSerial numberYes
fb_typefin_fbtypevarchar(10)NoFinance book typeYes
timestampfin_intint(4)YesTimestampNo
fb_descfin_desc255varchar(255)YesFinance book descriptionNo
effective_fromfin_datetimedatetime(8)YesEffective fromNo
effective_tofin_datetimedatetime(8)YesEffective toNo
statusfin_statusvarchar(25)YesStatusNo
resou_idfin_ouinstidint(4)YesResourse idNo
createdbyfin_ctxt_uservarchar(30)YesCreated byNo
createddatefin_datetimedatetime(8)YesCreated dateNo
modifiedbyfin_ctxt_uservarchar(30)YesModified byNo
modifieddatefin_datetimedatetime(8)YesModified dateNo
Table Name : emod_identification_dtl
Comment :Stores details of Identification
Column Name UDD Data Type Is NULL? Comment Is PK?
company_codefin_companycodevarchar(10)NoCompany codeNo
bu_idfin_buidvarchar(20)NoBusiness unit idNo
ou_idfin_ouinstidint(4)NoOrganization unit idNo
id_typefin_optionvarchar(20)NoId typeNo
id_nofin_desc40varchar(40)NoId numberNo
timestampfin_intint(4)YesTimestampNo
id_referencefin_desc28varchar(28)YesId referenceNo
default_flagfin_flagvarchar(25)YesDefault flagNo
created_byfin_ctxt_uservarchar(30)YesCreated byNo
created_datefin_datetimedatetime(8)YesCreated dateNo
moified_byfin_ctxt_uservarchar(30)YesModified byNo
modified_datefin_datetimedatetime(8)YesModified dateNo
statusfin_optionvarchar(20)YesStatusNo
createdbyfin_ctxt_uservarchar(30)YesCreatedbyNo
createddatefin_datetimedatetime(8)YesCreateddateNo
modifiedbyfin_ctxt_uservarchar(30)YesModifiedbyNo
modifieddatefin_datetimedatetime(8)YesModifieddateNo
REPLICATION_KEYfin_bigintBigint(8)NoREPLICATION_KEYYes
Table Name : emod_lo_bu_map
Comment :Stores the mapping Information about Lot Number and Business Unit
Column Name UDD Data Type Is NULL? Comment Is PK?
lo_idfin_buidvarchar(20)Nolo_idYes
bu_idfin_buidvarchar(20)NoBusiness unit idYes
company_codefin_companycodevarchar(10)NoCompany codeYes
serial_nofin_intint(4)NoSerial numberYes
timestampfin_intint(4)YesTimestampNo
lo_namefin_desc40varchar(40)Yeslo_nameNo
map_statusfin_statusvarchar(25)Yeslo nameNo
effective_fromfin_datetimedatetime(8)YesEffective fromNo
effective_tofin_datetimedatetime(8)YesEffective toNo
map_byfin_ctxt_uservarchar(30)YesMapped byNo
map_datefin_datetimedatetime(8)YesMapped dateNo
unmap_byfin_ctxt_uservarchar(30)YesUnmapped byNo
unmap_datefin_datetimedatetime(8)YesUnmapped dateNo
createdbyfin_ctxt_uservarchar(30)YesCreated byNo
createddatefin_datetimedatetime(8)YesCreated dateNo
modifiedbyfin_ctxt_uservarchar(30)YesModified byNo
modifieddatefin_datetimedatetime(8)YesModified dateNo
Table Name : emod_notes_his
Comment :Stores the History of Notes
Column Name UDD Data Type Is NULL? Comment Is PK?
ou_idfin_ctxt_ouinstanceint(4)NoOrganization unit idYes
entityfin_desc28varchar(28)NoEntityYes
serial_nofin_intint(4)NoSerial numberYes
entity_idfin_buidvarchar(20)NoEntity idYes
action_timefin_datetimedatetime(8)NoAction timeYes
timestampfin_intint(4)YesTimestampNo
notes_descfin_notesvarchar(2000)YesNotes descriptionNo
createdbyfin_ctxt_uservarchar(30)YesCreated byNo
createddatefin_datetimedatetime(8)YesCreated dateNo
modifiedbyfin_ctxt_uservarchar(30)YesModified byNo
modifieddatefin_datetimedatetime(8)YesModified dateNo
Table Name : emod_notes_mst
Comment :Stores the Information of Notes in the system
Column Name UDD Data Type Is NULL? Comment Is PK?
ou_idfin_ctxt_ouinstanceint(4)NoOrganization unit idYes
entityfin_desc28varchar(28)NoEntityYes
serial_nofin_intint(4)NoSerial numberYes
entity_idfin_buidvarchar(20)NoEntity idYes
timestampfin_intint(4)YesTimestampNo
notes_descfin_notesvarchar(2000)YesNotes descriptionNo
createdbyfin_ctxt_uservarchar(30)YesCreated byNo
createddatefin_Datetimedatetime(8)YesCreated dateNo
modifiedbyfin_ctxt_uservarchar(30)YesModified byNo
modifieddatefin_Datetimedatetime(8)YesModified dateNo
Table Name : emod_ou_bu_map
Comment :Stores the Mapping Information of Organization Unit and Business Unit
Column Name UDD Data Type Is NULL? Comment Is PK?
ou_idfin_ouinstidint(4)NoOrganization unit idYes
bu_idfin_buidvarchar(20)NoBusiness unit idYes
company_codefin_companycodevarchar(10)NoCompany codeYes
serial_nofin_intint(4)NoSerial numberYes
timestampfin_intint(4)YesTimestampNo
map_statusfin_statusvarchar(25)YesMapped statusNo
effective_fromfin_Datetimedatetime(8)YesEffective fromNo
effective_tofin_Datetimedatetime(8)YesEffective toNo
map_byfin_ctxt_uservarchar(30)YesMapped byNo
map_datefin_Datetimedatetime(8)YesMapped dateNo
unmap_byfin_ctxt_uservarchar(30)YesUnmapped byNo
unmap_datefin_Datetimedatetime(8)YesUnmapped dateNo
createdbyfin_ctxt_uservarchar(30)YesCreated byNo
createddatefin_Datetimedatetime(8)YesCreated dateNo
modifiedbyfin_ctxt_uservarchar(30)YesModified byNo
modifieddatefin_Datetimedatetime(8)YesModified dateNo
Table Name : emod_ou_mst
Comment :Stores the Information about Organization Unit
Column Name UDD Data Type Is NULL? Comment Is PK?
ou_idfin_ouinstidint(4)NoOrganization unit idYes
bu_idfin_buidvarchar(20)NoBusiness unit idYes
company_codefin_companycodevarchar(10)NoCompany codeYes
address_idfin_txt255varchar(255)NoAddress idYes
serial_nofin_intint(4)NoSerial numberYes
timestampfin_intint(4)YesTimestampNo
op_codefin_flagvarchar(25)YesOperation codeNo
stn_codefin_txt150varchar(150)YesStation codeNo
logo_namefin_namevarchar(60)YesLogo nameNo
default_flagfin_flagvarchar(25)YesDefault flagNo
map_statusfin_statusvarchar(25)YesMapped statusNo
effective_fromfin_Datetimedatetime(8)YesEffective fromNo
effective_tofin_Datetimedatetime(8)YesEffective toNo
createdbyfin_ctxt_uservarchar(30)YesCreated byNo
createddatefin_Datetimedatetime(8)YesCreated dateNo
modifiedbyfin_ctxt_uservarchar(30)YesModified byNo
modifieddatefin_Datetimedatetime(8)YesModified dateNo
Table Name : emod_post_trantype_sys
Comment :Stores the Information of Post Trantype
Column Name UDD Data Type Is NULL? Comment Is PK?
bpc_idfin_componentshortidvarchar(20)Nobpc idYes
component_idfin_componentshortidvarchar(20)NoComponent idYes
tran_typefin_transactiontypevarchar(40)NoTransaction typeYes
timestampfin_intint(4)YesTimestampNo
tran_descfin_desc120varchar(120)YesTransaction descriptionNo
language_idfin_languageidint(4)YesLanguage idNo
fb_post_flagfin_flagvarchar(25)YesFinance book post flagNo
createdbyfin_ctxt_uservarchar(30)YesCreated byNo
createddatefin_Datetimedatetime(8)YesCreated dateNo
modifiedbyfin_ctxt_uservarchar(30)YesModified byNo
modifieddatefin_Datetimedatetime(8)YesModified dateNo
short_descfin_cmntrantypevarchar(10)YesShort descriptionNo
Table Name : emod_prec_round_sys
Comment :Stores the Information about prec round
Column Name UDD Data Type Is NULL? Comment Is PK?
company_codefin_companycodevarchar(10)NoCompany codeYes
bfg_codefin_bfgidvarchar(20)Nobfg codeYes
typefin_optionvarchar(20)NoTypeYes
currency_codefin_currencycodevarchar(5)NoCurrency codeYes
serial_nofin_intint(4)NoSerial numberYes
timestampfin_intint(4)YesTimestampNo
methodfin_optionvarchar(20)YesMethodNo
significancefin_tolerancelimitnumeric(13)YesSignificanceNo
effective_fromfin_datetimedatetime(8)YesEffective fromNo
effective_tofin_datetimedatetime(8)YesEffective toNo
createdbyfin_ctxt_uservarchar(30)YesCreated byNo
createddatefin_datetimedatetime(8)YesCreated dateNo
modifiedbyfin_ctxt_uservarchar(30)YesModified byNo
modifieddatefin_datetimedatetime(8)YesModified dateNo
Table Name : emod_reg_office_mst
Comment :Stores the Information about reg office
Column Name UDD Data Type Is NULL? Comment Is PK?
company_codefin_companycodevarchar(10)NoCompany codeYes
timestampfin_intint(4)YesTimestampNo
address1fin_txt255varchar(255)YesAddress 1No
address2fin_txt255varchar(255)YesAddress 2No
address3fin_txt255varchar(255)YesAddress 3No
cityfin_cityvarchar(40)YesCityNo
statefin_statevarchar(40)YesStateNo
countryfin_countryvarchar(40)YesCountryNo
zip_codefin_zipvarchar(20)YesZip codeNo
phone_nofin_phonevarchar(18)YesPhone numberNo
urlfin_urlvarchar(50)YesURLNo
mail_stopfin_mailstopvarchar(20)YesMail stopNo
telexfin_communicationidvarchar(30)YesTelexNo
fax_nofin_faxvarchar(40)YesFax numberNo
createdbyfin_ctxt_uservarchar(30)YesCreated byNo
createddatefin_datetimedatetime(8)YesCreated dateNo
modifiedbyfin_ctxt_uservarchar(30)YesModified byNo
modifieddatefin_datetimedatetime(8)YesModified dateNo
Table Name : emod_segment_mst
Comment :Stores the Information about Segment
Column Name UDD Data Type Is NULL? Comment Is PK?
seg_idfin_buidvarchar(20)NoSegment idYes
company_codefin_companycodevarchar(10)NoCompany codeYes
fb_idfin_financebookidvarchar(20)NoFinance book idYes
seg_typefin_typevarchar(25)NoSegment typeYes
serial_nofin_intint(4)NoSerial numberYes
timestampfin_intint(4)YesTimestampNo
seg_namefin_desc40varchar(40)YesSegment nameNo
map_statusfin_statusvarchar(25)YesMapped statusNo
effective_fromfin_datetimedatetime(8)YesEffective fromNo
effective_tofin_datetimedatetime(8)YesEffective toNo
map_byfin_ctxt_uservarchar(30)YesMapped byNo
map_datefin_datetimedatetime(8)YesMapped dateNo
unmap_byfin_ctxt_uservarchar(30)YesUnmapped byNo
unmap_datefin_datetimedatetime(8)YesUnmapped dateNo
createdbyfin_ctxt_uservarchar(30)YesCreated byNo
createddatefin_datetimedatetime(8)YesCreated dateNo
modifiedbyfin_ctxt_uservarchar(30)YesModified byNo
modifieddatefin_datetimedatetime(8)YesModified dateNo