DBA Data[Home] [Help]

APPS.CTO_CHANGE_ORDER_PK dependencies on WF_DIRECTORY

Line 1694: IF WF_DIRECTORY.USERACTIVE(lplanner_code) <>TRUE THEN

1690: lstmt := 65;
1691: -- Modified the code by Renga Kannan on 02/17/01.Istead of hardcoding the user name
1692: -- getting the adminstrator value from attributes.
1693:
1694: IF WF_DIRECTORY.USERACTIVE(lplanner_code) <>TRUE THEN
1695: -- Get the default adminstrator value from Workflow Attributes.
1696: lplanner_code := wf_engine.getItemAttrText(ItemType => 'CTOCHORD',
1697: ItemKey => litem_key,
1698: aname => 'WF_ADMINISTRATOR');