DBA Data[Home] [Help]

APPS.CSM_NOTIFICATION_EVENT_PKG dependencies on FND_USER

Line 10: -- jtf_rs_resource_extns.source_name istead of fnd_user.user_name

6: --
7: -- Purpose: Briefly explain the functionality of the package
8: --
9: -- Ravi Eanjan 27/06/02 1. For sender name will be taken from
10: -- jtf_rs_resource_extns.source_name istead of fnd_user.user_name
11: -- 2. Notification_id is Item Key in Processes
12: -- NOTIFICATION_INS_USERLOOP and NOTIFICATION_DEL_USERLOOP
13: -- --------- ------ ------------------------------------------
14: -- Enter package declarations as shown below

Line 17: p_user_id fnd_user.user_id%TYPE);

13: -- --------- ------ ------------------------------------------
14: -- Enter package declarations as shown below
15:
16: PROCEDURE INSERT_NOTIFICATIONS_ACC (p_notification_id wf_notifications.notification_id%TYPE,
17: p_user_id fnd_user.user_id%TYPE);
18:
19: PROCEDURE NOTIFICATIONS_ACC_PROCESSOR(p_user_id IN NUMBER);
20:
21: FUNCTION NOTIFICATION_ATTR_WF_EVENT_SUB(p_subscription_guid IN RAW, p_event IN OUT NOCOPY WF_EVENT_T)