DBA Data[Home] [Help]

APPS.OE_SHIPPING_WF dependencies on FND_RESPONSIBILITY_VL

Line 390: from FND_RESPONSIBILITY_VL

386:
387:
388: select RESPONSIBILITY_NAME
389: into l_resp_name
390: from FND_RESPONSIBILITY_VL
391: where RESPONSIBILITY_ID=l_resp_id
392: and APPLICATION_ID=l_resp_appl_id;
393:
394: select APPLICATION_NAME