DBA Data[Home] [Help]

APPS.AMW_FINDINGS_PKG dependencies on FND_RESPONSIBILITY_VL

Line 90: from fnd_responsibility_vl

86: end if;
87:
88: select responsibility_key
89: into respkey
90: from fnd_responsibility_vl
91: where responsibility_id = fnd_global.resp_id()
92: and application_id = fnd_global.resp_appl_id();
93:
94: -- Always show for super user.