DBA Data[Home] [Help]

APPS.AP_CARD_UTILITY_PKG dependencies on WF_NOTIFICATION

Line 14: p_out:=RTRIM(wf_notification.SubstituteSpecialChars(p_desc));

10: p_desc in VARCHAR,p_out out NOCOPY VARCHAR)
11: IS
12: l_desc varchar2(240):='SUperb';
13: BEGIN
14: p_out:=RTRIM(wf_notification.SubstituteSpecialChars(p_desc));
15: END;
16:
17:
18: --------------------------------------------------------------------------