DBA Data[Home] [Help]

APPS.XDP_UTILITIES dependencies on WF_DIRECTORY

Line 1805: wf_directory.getrolename(P_ORIG_SYSTEM => 'FND_RESP' ||

1801: from fnd_responsibility
1802: where RESPONSIBILITY_KEY = p_responsibility_key;
1803:
1804:
1805: wf_directory.getrolename(P_ORIG_SYSTEM => 'FND_RESP' ||
1806: to_char(l_ApplicationID),
1807: P_ORIG_SYSTEM_ID => to_char(l_ResponsibilityID),
1808: P_NAME => l_NotifRecipient,
1809: P_DISPLAY_NAME => l_DispName);