DBA Data[Home] [Help]

APPS.HXC_PREFERENCE_EVALUATION dependencies on FND_GLOBAL

Line 203: p_user_id IN number DEFAULT fnd_global.user_id,

199: --
200: PROCEDURE resource_preferences(p_resource_id IN NUMBER,
201: p_pref_table IN OUT NOCOPY t_pref_table,
202: p_evaluation_date IN DATE DEFAULT sysdate,
203: p_user_id IN number DEFAULT fnd_global.user_id,
204: p_resp_id IN number DEFAULT -99,
205: p_ignore_user_id in BOOLEAN default FALSE,
206: p_ignore_resp_id in BOOLEAN default FALSE);
207:

Line 279: p_resp_appl_id IN NUMBER DEFAULT fnd_global.resp_appl_id,

275: p_end_evaluation_date DATE,
276: p_pref_table IN OUT NOCOPY t_pref_table,
277: p_no_prefs_outside_asg IN BOOLEAN DEFAULT FALSE,
278: p_resp_id IN number default -99,
279: p_resp_appl_id IN NUMBER DEFAULT fnd_global.resp_appl_id,
280: p_ignore_resp_id in boolean default false);
281:
282: -- Same as above but allows specification of preference code.
283: -- This filters the pref table for the specified preference and