You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

9 lines
912 B

INSERT INTO FASTMONEYPRO_ACCOUNT.DBO.AC_MASTER(acct_num, acct_name, GL_CODE, agent_id, acct_ownership, acct_rpt_code, acct_opn_date, ac_currency, created_by, created_date, company_id)
SELECT '100139297574' ,'Teller Cash - ajey', 120, 52768, 'o','TCA', GETDATE(), 'JPY', 'system', GETDATE(), 1
INSERT INTO FASTMONEYPRO_ACCOUNT.DBO.AC_MASTER(acct_num, acct_name, GL_CODE, agent_id, acct_ownership, acct_rpt_code, acct_opn_date, ac_currency, created_by, created_date, company_id)
SELECT '100139297575' ,'Teller Cash - kewal', 120, 52896, 'o','TCA', GETDATE(), 'JPY', 'system', GETDATE(), 1
INSERT INTO FASTMONEYPRO_ACCOUNT.DBO.AC_MASTER(acct_num, acct_name, GL_CODE, agent_id, branch_id, acct_ownership, acct_rpt_code, acct_opn_date, ac_currency, created_by, created_date, company_id)
SELECT '100139219838' ,'Vault-IME London Head Office', 120, 394390,1001, 'o','BVA', GETDATE(), 'JPY', 'system', GETDATE(), 1