DBA Data[Home] [Help]

APPS.ZPB_WF_ERROR dependencies on FND_CONCURRENT_PROGRAMS_VL

Line 417: from fnd_concurrent_programs_vl

413:
414: -- get concurrent program name
415: select USER_CONCURRENT_PROGRAM_NAME
416: into l_ConcName
417: from fnd_concurrent_programs_vl
418: where APPLICATION_ID = 210
419: and CONCURRENT_PROGRAM_ID = l_concprgID;
420:
421: wf_engine.SetItemAttrText(Itemtype => ItemType,