DBA Data[Home] [Help]

APPS.HR_ENTRY_API dependencies on DUAL

Line 249: from sys.dual

245: end if;
246: begin
247: select 'Y'
248: into l_check_entry_values
249: from sys.dual
250: where exists
251: (select 1
252: from pay_element_entries_f pee
253: where pee.element_entry_id = p_element_entry_id

Line 2700: from sys.dual

2696: end if;
2697:
2698: select 1
2699: into v_number_variable
2700: from sys.dual
2701: where exists
2702: (select null
2703: from pay_element_entries_f ee
2704: ,pay_element_links_f el

Line 8064: FROM DUAL

8060: */
8061: -- start of change 115.21 --
8062: SELECT 'Y'
8063: INTO l_processed
8064: FROM DUAL
8065: WHERE EXISTS
8066: (SELECT null
8067: FROM PAY_RUN_RESULTS
8068: WHERE source_id = decode(v_entry_rec.entry_type,