DBA Data[Home] [Help]

APPS.MSC_SCE_LOADS_PKG dependencies on FND_RESPONSIBILITY_VL

Line 53: fnd_responsibility_vl frv

49:
50: select 1
51: into lv_admin
52: from fnd_user_resp_groups furg,
53: fnd_responsibility_vl frv
54: where furg.USER_ID = pUSER_ID
55: and frv.RESPONSIBILITY_NAME like '%Supply Chain Collaboration Administrator%'
56: and frv.APPLICATION_ID = 724
57: and frv.APPLICATION_ID = furg.RESPONSIBILITY_APPLICATION_ID