3.1 Day One Executions
Following script needs to be executed post installation for Corporate Lending with OBCL 14.3.0.0.0 release
UPDATE digx_fw_config_all_o 
SET PROP_VALUE = CONCAT('OBCL14.1,',(select PROP_VALUE from digx_fw_config_all_o where PROP_ID 
like '&ENTITY_ID')) WHERE PROP_ID LIKE '&ENTITY_ID';Scripts mentioned in below path also needs to be executed:
installables/db/OBCL/version/DIGX_FW_CONFIG_ALL_O.sqlNote:
‘%ENTITY_ID%’ should be replaced with entity identifier (For example ‘OBDX_BU’)The list of OBCL and OBCLPM APIs that are integrated with OBAPI using OBRH are as follows:
| Interface ID | Transaction Name | Description | 
|---|---|---|
| CORPORATE_LOAN_ROLLOVER | Loan Rollover | The API is used to post the roll over for a specific loan to Loans Mid Office | 
| CORPORATE_BULK_LOAN_SETTLEMENT | Multiple Loan Settlement | This API is used to post single and bulk loan settlement to Loans Mid Office | 
| LOAN_DISBURSEMENT_DETAILS | Disbursement Details | This API is used to fetch disbursement details from Loans Back Office | 
| LOAN_SCHEDULE_DETAILS | Schedule Details | This API is used to fetch schedule details from Loans Back Office | 
| LOAN_OUTSTANDING_DETAILS | Outstanding Details | This API is used to fetch outstanding details from Loans Back Office | 
| LOAN_DETAILS | Loan Details | This API is used to fetch loan details from Loans Back Office | 
| LOAN_ACCOUNT_LIST | Loan Account List | This API is used to fetch list of accounts from Loans Back Office | 
| LOAN_RATEREVISION_DETAILS | Rate Revision Details | This API is used to fetch rate revision details from Loans Back Office | 
| LOAN_FULL_OUTSTANDING_DETAILS | Full Outstanding Details | This API is used to fetch full outstanding details from Loans Back Office | 
| CORPORATE_LOAN_SWIFT_MESSAGE_OR_ADVICES | Swift Message or Advices | This API is used to fetch corporate loan swift message and advices from Loans Back Office | 
| CORPORATE_LOAN_SETTLEMENT_SIMULATION | Loan Settlement Simulation | This API is used to fetch corporate loan settlement simulation from Loans Back Office | 
| CORPORATE_LOAN_SETTLEMENT | Loan Settlement | This API is used to post corporate loan settlement from Loans Back Office | 
| LOAN_PRODUCT_PROCESSING_CHARGES | Processing Charges | This API is used to fetch processing charges of a product from Loans Back Office | 
| LOAN_DRAWDOWN_APPLICATION | Drawdown Application | This API is used to post drawdown application to Loans Mid Office | 
| LOAN_APP_FETCH_APPLICATION_STATUS | Application Status | This API is used to fetch status of a drawdown application from Loans Mid Office | 
| LOAN_APP_PRODUCT_DETAILS | Product Details | This API is used to fetch product details from Loans Mid Office | 
| LOAN_APP_PRODUCT_LIST | Product List | This API is used to fetch product list from Loans Mid Office | 
| LOAN_APP_PRODUCT_SEGMENT | Product Segment | This API is used to fetch product segment from Loans Mid Office | 
| LOAN_APP_PURPOSE_DETAILS | Purpose List | This API is used to fetch purpose list from Loans Mid Office | 
Parent topic: Corporate Lending