摘要:
select gb.period_year 会计年度, gb.period_name 会计期间, gcck.concatenated_segments 科目代码, gl_flexfields_pkg.get_description_sql(gcck.chart_of_accounts_id, '', 阅读全文
posted @ 2024-04-07 16:35
Iven_lin
阅读(243)
评论(0)
推荐(0)
摘要:
查询请购单的状态 select * from po_requisition_headers_all por where por.requisition_header_id = 63578; 修改请购单状态为未提交审批 update po_requisition_headers_all porh se 阅读全文
posted @ 2024-04-07 16:31
Iven_lin
阅读(177)
评论(0)
推荐(0)
摘要:
procedure prc_do_import_request(prm_org in number, prm_appcode out number, prm_appmsg out varchar2) is custom_exception exception; success boolean; v_ 阅读全文
posted @ 2024-04-07 16:29
Iven_lin
阅读(201)
评论(0)
推荐(0)
摘要:
declare l_org_information3 varchar2(150); --帐套id l_company_desc varchar2(150); --公司中文描述 begin select o3.org_information3, o3.attribute3 into l_org_inf 阅读全文
posted @ 2024-04-07 16:26
Iven_lin
阅读(141)
评论(0)
推荐(0)
摘要:
select * from gl_ledgers; 阅读全文
posted @ 2024-04-07 16:21
Iven_lin
阅读(52)
评论(0)
推荐(0)
摘要:
Demo declare l_local_currency_code varchar2(15); --本位币 begin select gsob.currency_code into l_local_currency_code from gl_sets_of_books gsob, hr_opera 阅读全文
posted @ 2024-04-07 16:19
Iven_lin
阅读(94)
评论(0)
推荐(0)
摘要:
Demo 创建表 --表名:cux_repeat create table cux_repeat ( id number(10), firstname varchar2(50 char), lastname varchar2(50 char) ); 插入数据 --插入数据 insert into c 阅读全文
posted @ 2024-04-07 16:10
Iven_lin
阅读(76)
评论(0)
推荐(0)
摘要:
select max(su) su,max(mo) mo,max(tu) tu,max(we) we,max(th) th,max(fr) fr,max(sa) sa from(select case when d=1 then dd end su, case when d=2 then dd en 阅读全文
posted @ 2024-04-07 15:12
Iven_lin
阅读(55)
评论(0)
推荐(0)
摘要:
DEMO --创建表 create table cux_num_temp( name varchar2(100), age number, addtime date ); 插入测试数据 insert into cux_num_temp(name,age,addtime)values('123',99 阅读全文
posted @ 2024-04-07 15:09
Iven_lin
阅读(165)
评论(0)
推荐(0)
摘要:
--sql select lpad(' ', decode(l.xidusn, 0, 3, 0)) || l.oracle_username user_name, o.owner, o.object_name, o.object_type, s.sid, s.serial# from v$locke 阅读全文
posted @ 2024-04-07 14:58
Iven_lin
阅读(44)
评论(0)
推荐(0)
浙公网安备 33010602011771号