摘要:
此责任无可用函数(The Function Is Not Available Under The Responsibility) When attempting to navigate to a function which has been newly added to a menu the fo 阅读全文
摘要:
merge语法是根据源表对目标表进行匹配查询,匹配成功时更新,不成功时插入。 其基本语法规则是 merge into 目标表 a using 源表 b on(a.条件字段1=b.条件字段1 and a.条件字段2=b.条件字段2 ……) when matched then update set a. 阅读全文
摘要:
1] FND_FLEX_EXT.GET_COMBINATION_ID: This API Finds combination_id for given set of key flexfield segment values. Segment values must be input in segme 阅读全文
摘要:
参考 http://blog.csdn.net/pan_tian/article/details/7652968#t0 Using API FND_PROFILE.save to update profile from backend 参考 http://blog.csdn.net/pan_tian 阅读全文
摘要:
SELECT l_count, REGEXP_SUBSTR('add, daddf, dsdf, asdfa, dsfasd, dsfad','[^,]+',1,l_count) AS NAME FROM dual ,(SELECT LEVEL l_count FROM DUAL CONNECT B 阅读全文