DBA Data[Home] [Help]

APPS.PAY_KR_PROCESS_NAV_PKG dependencies on DUAL

Line 198: from dual;

194: greatest(fnd_date.canonical_to_date(p_bonus_start_date),
195: trunc(fnd_date.canonical_to_date(p_date_earned), 'YYYY')
196: )
197: ) a_bonus_start_date_hd
198: from dual;
199: --
200: cursor csr_prog_name(short_name in varchar2) is
201: select user_concurrent_program_name
202: from fnd_concurrent_programs_tl

Line 277: from dual ;

273: -- Initialize item key value.
274: --
275: select to_char(sysdate, 'YYYYMMDD-HH24MISS')
276: into g_item_key
277: from dual ;
278: --
279: if g_debug then
280: hr_utility.trace('Initialized item type and item key') ;
281: end if ;