DBA Data[Home] [Help]

APPS.AP_WEB_PROXY_ASSIGN_PKG dependencies on FND_USER_PKG

Line 84: -- call fnd_user_pkg.addResp l_assignee_name,

80: 'UPDATED',
81: l_effective_start_date,
82: l_end_date);
83: end if;
84: -- call fnd_user_pkg.addResp l_assignee_name,
85: FND_USER_PKG.addresp(l_assignee_name, p_app_short_name, l_resp_key, l_sec_key, null, l_effective_start_date, l_end_date);
86: update ap_web_proxy_assignments
87: set effective_end_date = l_end_date
88: where current of c1;

Line 85: FND_USER_PKG.addresp(l_assignee_name, p_app_short_name, l_resp_key, l_sec_key, null, l_effective_start_date, l_end_date);

81: l_effective_start_date,
82: l_end_date);
83: end if;
84: -- call fnd_user_pkg.addResp l_assignee_name,
85: FND_USER_PKG.addresp(l_assignee_name, p_app_short_name, l_resp_key, l_sec_key, null, l_effective_start_date, l_end_date);
86: update ap_web_proxy_assignments
87: set effective_end_date = l_end_date
88: where current of c1;
89: end loop;

Line 104: -- call fnd_user_pkg.addResp

100: 'UPDATED',
101: l_effective_start_date,
102: l_end_date);
103: end if;
104: -- call fnd_user_pkg.addResp
105: FND_USER_PKG.addresp(l_assignee_name, p_app_short_name, l_resp_key, l_sec_key, null, l_effective_start_date, l_end_date);
106: update ap_web_proxy_assignments
107: set effective_end_date = l_end_date
108: where current of c2;

Line 105: FND_USER_PKG.addresp(l_assignee_name, p_app_short_name, l_resp_key, l_sec_key, null, l_effective_start_date, l_end_date);

101: l_effective_start_date,
102: l_end_date);
103: end if;
104: -- call fnd_user_pkg.addResp
105: FND_USER_PKG.addresp(l_assignee_name, p_app_short_name, l_resp_key, l_sec_key, null, l_effective_start_date, l_end_date);
106: update ap_web_proxy_assignments
107: set effective_end_date = l_end_date
108: where current of c2;
109: end loop;

Line 131: | by calling fnd_user_pkg.addresp api and sending notificaiton to assignee.

127: | oracle.apps.fnd.wf.ds.userRole.updated
128: | oracle.apps.fnd.wf.ds.user.updated
129: | Based on event key and its paramters, function would call other private procedure within
130: | this package to update the ap_web_proxy_assignments table, update fnd responsibilities
131: | by calling fnd_user_pkg.addresp api and sending notificaiton to assignee.
132: |
133: | PARAMETERS
134: | p_subscription_guid
135: | p_event