DBA Data[Home] [Help]

APPS.AP_WEB_INACTIVE_EMP_WF_PKG dependencies on WF_NOTIFICATION

Line 6: -- copied from WF_NOTIFICATION package

2: /* $Header: apwinacb.pls 120.23.12000000.3 2007/04/24 20:51:57 skoukunt ship $ */
3: --
4: -- Private Variables
5: --
6: -- copied from WF_NOTIFICATION package
7: -- /fnddev/fnd/11.5/patch/115/sql/wfntfb.pls
8: --
9: table_width varchar2(6) := '"100%"';
10: table_border varchar2(3) := '"0"';

Line 2260: WF_NOTIFICATION.SetAttrText(l_notificationID,

2256:
2257: -----------------------------------------
2258: l_debug_info := 'set the current Preparer info in the Notification';
2259: -----------------------------------------
2260: WF_NOTIFICATION.SetAttrText(l_notificationID,
2261: 'PREPARER_DISPLAY_NAME',
2262: WF_ENGINE.GetItemAttrText(p_item_type,
2263: p_item_key,
2264: 'PREPARER_DISPLAY_NAME'));