DBA Data[Home] [Help]

APPS.ZPB_WF_ERROR dependencies on ZPB_BUSINESS_AREAS_VL

Line 124: from zpb_business_areas_vl

120: if l_BUSINESSAREAID > 0 then
121:
122: -- get business area display name
123: select NAME into l_BUSINESSAREA
124: from zpb_business_areas_vl
125: where BUSINESS_AREA_ID = l_BUSINESSAREAID;
126:
127: -- SET business area display name to BUSINESSAREA in notification
128: wf_engine.SetItemAttrText(Itemtype => ItemType,

Line 362: from zpb_business_areas_vl

358: if l_BUSINESSAREAID > 0 then
359:
360: -- get business area display name
361: select NAME into l_BUSINESSAREA
362: from zpb_business_areas_vl
363: where BUSINESS_AREA_ID = l_BUSINESSAREAID;
364:
365:
366: -- set business area display name