【FND】PLSQL Developer自动替代代码技巧

自动替换

slf=select * from
slfm=select * from apps.mtl_system_items_b msi where msi.segment1 = ''
tod=to_date('', 'yyyy-mm-dd hh24:mi:ss')
toc=to_char(, 'yyyy-mm-dd hh24:mi:ss')
iii=inventory_item_id
orgi=organization_id
orgc=organization_code
slfo=select * from apps.org_organization_definitions ood where ood.organization_id =
dout=dbms_output.put_line();
slfhou=select * from apps.hr_organization_units hou where hou.organization_id =

自动替换调用template,需要在template下新建模板

add=Cux\added_by.tpl
mod=Cux\modified_by.tpl

在这里插入图片描述

在这里插入图片描述
在这里插入图片描述

Guess you like

Origin blog.csdn.net/qingshimoon4/article/details/119632321