DBA Data[Home] [Help]

APPS.IEU_UWQ_TASK_INFO_PKG dependencies on FND_PROFILE

Line 153: l_fnd_user_id := fnd_profile.value('USER_ID');

149: end if;
150: END LOOP;
151:
152:
153: l_fnd_user_id := fnd_profile.value('USER_ID');
154: l_curr_rec := null;
155: l_ctr := 1;
156:
157:

Line 163: l_months := nvl(FND_PROFILE.VALUE('IEU_DEFAULT_NOTE_MONTHS'), 1);

159: if p_action_key in ('ieu_uwq_prof_task_notes','ieu_uwq_prof_cust_notes', 'ieu_uwq_prof_cont_notes') then -- begin of main "if"
160:
161: if l_task_id is not null then
162: l_object_id := l_task_id;
163: l_months := nvl(FND_PROFILE.VALUE('IEU_DEFAULT_NOTE_MONTHS'), 1);
164: l_from_date := add_months(sysdate, -1 * l_months );
165: l_cur_ind := 'MON' ;
166: else
167: return;