Budget Interface SQL Script

Insert Into gl_budget_interface
(budget_name,
budget_entity_name,
ledger_id,
currency_code,
fiscal_year,
update_logic_type,
segment1,
segment2,
segment3,
segment4,
segment5,
segment6,
period1_amount,
period2_amount,
period3_amount,
period4_amount,
period5_amount,
period6_amount,
period7_amount,
period8_amount,
period9_amount,
period10_amount,
period11_amount,
period12_amount,
last_update_date,
last_updated_by)
values
('BUDGET 2017',
'Budget Organization',
1,
'USD',
2017,
'A',
'10',
'01',
'64112',
'512101',
'11102',
'0000',
14000.000,
14000.000,
14000.000,
20000.000,
14000.000,
14000.000,
14000.000,
14000.000,
14000.000,
14000.000,
14000.000,
14000.000,
'31/12/2017',
1618)

No comments:

Post a Comment