FND_ORG.CHOOSE_ORG
procedure
FND_ORG.CHOOSE_ORG(allow_cancel IN boolean default FALSE);
Description:
Call this procedure in PRE–FORM to ensure the organization
parameters are set. If the local form has no organization parameters
passed, the global defaults are used. If the global organization defaults
are not set, the procedure opens the organization LOV to force an
organization selection.
Arguments (input)
Allow cancelation of the LOV without forcing a
choice. The default is FALSE.
posted on 2011-03-17 19:55
Ke 阅读(514)
评论(0) 编辑 收藏 所属分类:
oracle develop