DBA Data[Home] [Help]

APPS.ZPB_WF dependencies on ZPB_BUSINESS_AREAS_VL

Line 1445: from zpb_business_areas_vl

1441: avalue => p_business_area_id);
1442:
1443: -- get business area display name
1444: select NAME into l_BUSINESSAREA
1445: from zpb_business_areas_vl
1446: where BUSINESS_AREA_ID = p_business_area_id;
1447:
1448: -- SET business area display name to BUSINESSAREA in notification
1449: wf_engine.SetItemAttrText(Itemtype => InstItemType,